MariaMole – An Alternate Arduino IDE Aimed At Advanced Users

[Alex] has been working with Arduino for some time now, but always thought it lacked some features which advanced users would really find useful. He decided to devote some free time to fixing the problem and ended up coding an Arduino IDE for more advanced users. A screenshot of his work — called MariaMole — can be seen above. It is obviously different from the standard IDE, bot not so much as to scare off new users.

This is meant to complement the original IDE, so it actually uses those configuration settings as dependencies. Once running, the program allows you to have multiple projects open at once. These are managed with the tree in the left hand column and a series of tabs along the top of the code window. When it comes time to compile and load the sketch you can click one button like normal, or use the program to fine tune your compiler flags, libraries includes, and the like. It also allows for interaction through one or more serial terminal windows. We haven’t tried it ourselves, so please leave a comment with your thoughts after having given it a go.

thanks for the tip [Rodrigo].

Burglar Suspected Of Using Arduino-Onity Hack To Rob Hotel Rooms

Can anyone argue against this being the least-secure hotel room lock on the market? Regular readers will recognize it as an Onity key card lock. A few months back a glaring flaw in the security was exposed that allows these locks to be opened electronically in less than a second. So we are not surprised to hear that a series of hotel room robberies in Houston are suspected to have been performed using this technique.

The image above is from a demonstration video we saw back in October. That hack used an Arduino-compatible chip inside of a dry erase marker as an end-run around the lock’s electronics. It reinforced the warning sound by [Cody Brocious] when he presented the exploit at this year’s Blackhat conference. The barrel jack on the outside of the door lock doubles as a 1-wire communications port and that is how an attacker can gain access. Investigators can find no other means of entry for these thefts.

We applaud one of the victims in this story. At the end of the article she is asked if the information about the Onity flaw should have been kept secret. She said that if there’s a vulnerability that’s not being fixed people have a right to know about it. Bravo [Janet Wolf]!

[Thanks Andrew]

Internet Radio Occupies An 80-year-old Radio Case

[Florian Amrhein] made use of some old hardware to build his own internet radio in a 1930’s radio case.

The original hardware is a tube-amplified radio which he picked up on eBay. There’s tons of room in there once he removed the original electronics and that’s a good thing because he crammed a lot of new parts into the build. The main one being an old laptop he had on hand. It’s got a 10″ screen which is too large for the opening, but that ended up being okay. He coded an interface with C and SDL which give him a visual representation of his favorite online streams. The knob to the right moves the red line when turned and causes the Debian box to change to the new stream using the Music Player Daemon. Two potentiometers control the tuning and volume, and there is also a rotary encoder which is not yet in use. All three are connected to the laptop via an Arduino.

Check out the finished product in the video after the break. It sounds quite good thanks to the small automotive speaker and amplifier also crammed into the old case.

If you don’t have a laptop lying around to use in a project like this consider a microcontroller and character LCD based system.

Continue reading “Internet Radio Occupies An 80-year-old Radio Case”

Glockentar: A Guitar + Glockenspiel Mashup

This unique electronic instrument combines a chopped up guitar and a hacked apart glockenspiel with an Arduino. [Aaron]’s Glockentar consists of guitar hardware and glockenspiel keys mounted to a wood body. Solenoids placed above the keys actuate metal rods to play a note.

Under the hood, an Arduino connects the pieces. The conductive pick closes a circuit, which is a digital input into the Arduino. This actuates the corresponding solenoid to play the glockenspiel key, and sends a character to a computer over serial.

On the computer, an openFrameworks based program creates lighting that is projected onto each string. MadMapper is used for projection mapping, which maps the openFrameworks output to each string. Video is passed between applications using the Syphon framework.

[Aaron] has provided a write up that goes into details, including the Arduino and openFrameworks source for the project. There’s also a video overview and demo of the Glockentar after the break.

Continue reading “Glockentar: A Guitar + Glockenspiel Mashup”

Kickstarter Incurs The Wrath Of Arduino Creator

[Massimo], one of the creators of the Arduino, is a little perturbed over what passes for the truth over on Kickstarter.

While [Massimo] does recognize that Kickstarter can be a force of good launching garage-designed projects into the hands of willing consumers, he noticed something was a little fishy with the recent smARtDUINO kickstarter (notice the capital letters, by the way). Right near the top of the smARtDUINO’s kickstarter page is the phrase, “For years we manufactured the ARDUINO in Italy. Now we created a new Open System: modular, scalable, the world’s cheapest and smallest!”

Being at the top of the Arduino organization, you’d think [Massimo] would have heard of these former Arduino manufacturers. The name didn’t ring a bell to him, so he called up the factory. No one at the factory had heard of them, and after a long search it was finally revealed the head of the smARtDUINO project hired two factory workers who worked for a supplier the official Arduino manufacturer uses.

[Massimo] makes the comparison of, “if he hires two factory workers from Ford he can claim he used to manufacture Ford cars.” We’re thinking that’s a little generous. It’s more like hiring two people who used to restock the vending machines in a Foxconn plant and claiming you used to build Apple computers.

With a simple trademark infringement on his hands, [Massimo] contacted Kickstarter to see what could be done. Kickstarter replied:

Thanks for writing in and bringing this to our attention. This is a matter that must be taken up directly with the project creator. You can contact them by clicking “Contact me” on the project page.
Best,
Kickstarter

For [Massimo], and us, that’s just not a sufficient answer. We’re thinking Kickstarter has an obligation to vet their projects and make sure the creators of these projects are who they say they are.

But enough about what we think. What do you, the Hackaday reader, think about this situation?

High Tech Tagging Adds Graffiti To Poles

[Akira] looks to increase his urban canvas by tagging poles which some custom hardware. If you’re looking to add some art to a lamp post, height becomes a problem. That’s where this little guy comes in. The remote-controlled pole climber includes a marker that leaves a trail as the device climbs and descends.

The rig clamps around a pole, with omnidirectional bearings on three sides of the four-sided frame. That last side is occupied by a rubber wheel mounted at a bit of an angle. When the motor turns the angle of the wheel causes the jig to rotate around the pole and climb at the same time. To come back down the motor is simply reversed. Xbee modules are used to make a rudimentary wireless control with a button for up and another for down. It looks like the marker is also mounted on a servo but we didn’t see a way to control when it is actually touching the pole. Perhaps you can figure it out by studying the clip after the jump.

We’ve seen projects that climb poles before. Among our favorites is the one that takes your bicycle with it.

Continue reading “High Tech Tagging Adds Graffiti To Poles”

Arduino Data Logger Maps Out The Potholes On Your Morning Commute

Now you can prove that you have the bumpiest commute in the office by measuring how rough your ride actually is. [Techbitar] calls the project the Bump-O-Meter. It uses an Arduino, GPS, and accelerometer to map out rough roads.

The hardware was built on a breadboard and [Techbitar] goes into detail about connecting and communicating with each module used. Once it’s running, the logger will read up to six sensors and record them to an SD card. In the video after the break he shows the method used to dump and graph the data. He starts by looking at the data in a spreadsheet. There are many fields included in the file but only three of them are needed to graph what is seen above. After narrowing down the number of columns he heads over to GPS Visualizer and uploads the data set which is then automatically plotted on the map.

In a Utopian society all city owned vehicles would have a system like this and the bad sections of road would automatically appear on the road crew’s repair list.

Continue reading “Arduino Data Logger Maps Out The Potholes On Your Morning Commute”