Arduino Blimp


Here’s a good rule of thumb: “Don’t update your firmware five minutes before you’re going to fly an autonomous robot ten feet away from a former Vice President of the United States.”
That was one of the afterthoughts of [Chris Anderson] after presenting his Arduino controlled blimp at TED. (I might have to squeeze TED into my con schedule next year.) The project itself is somewhat documented here, with some hi-res photos, parts list, and some firmware. Apparently the blimp was overcome by the A/C in the auditorium, but I still dig it.

Hackit: A Better Homebrew Control Interface?


I’ve built a few CNC controllers, and I’ve been a bit disappointed by the state of the control interfaces. Most diy systems rely on a parallel port interface, while a few use a serial connection. Just one that I’ve seen has an actual USB interface, but it’s limited to use with the fab@home software for now.
So what’s the hackit of the day? I think that the hardware hacking, home fabrication community could really benefit from a standardized I/O interface for driving CNC machines, robotics or anything else along those lines. For CNC work, it’ll need a serial or parallel port emulation scheme to allow existing software to take advantage of it. For quicker home development, some simple API’s for controlling the device would be excellent. Imagine using perl to develop robot logic with just a few easy function calls…

Hackit is really your show, so lets hear your ideas.

Bootable USB RAM Capture


Inspired by some research done at princeton (looks like the original site is down), [Wesley] sent in his version of a bootable RAM dumping USB drive, complete with a how-to on rolling your own. He put together a utility that runs under syslinux to capture the data, installed it to a USB thumb drive and managed to create a device that will boot on a machine and copy the contents of the RAM before it’s overwritten by another utility.

DIY CD Changer


[nophead] put this creation down to its final resting place, but it still deserves some attention. A Motorola MC6809 ran the show while a stepper driven robotic arm tipped with a suction cup fetched the selected disc. [nophead] has an interesting blog covering his work on building a 3d prototyping machine. The goal is to use it to produce a reprap, but he does a nice job of covering design problems and his attempts to solve them.

9V Battery As A Project Case


I stumbled on [Carlos]’ blog while I was hunting for Arduino ideas. This simple IR detector caught my eye – not for the project, but for the project case. He stuffed his IR detector inside an old 9V battery case. The TSA probably won’t like it, but it’s a fantastic idea for those smaller projects.

Urban Sound Experience


[Christiane] sent in a project prepared at the University of Applied Sciences in Würzburg/Germany. The idea is to experience urban sounds at various heights in a variety of cities. As feet are detected on a step, the experience changes to simulate an increase in altitude. A pair of surround sound headphones, some proximity sensors, an Arduino and instantaudio make everything work.