Raise Your Hand If You Want To Listen To Something Else

This track is awful, someone skip it! This project does just that with a wave of your hand. A laser beam shines across a room and, when obstructed, it sends a command to an iPod. One wave pauses playback, two waves skips to the next track, and a constant obstruction jumps backward one track.

They’re using a textile-compatible electronics platform called Schemer. This is the first time we’ve run across this product which uses a modular system to connect devices via a 1-wire communications bus.

No matter what hardware you use the concept is what interests us. There’s no shortage of iPod remote projects to draw on as examples. This method seems a bit more fun than banging your head for track changes or slapping wildly at an over-sized remote. We’re just a bit concerned about the power consumption of the laser-pointer, perhaps an IR beam would be a more economical choice?

Binary Clock Uses DS3232 RTC

[Kenneth Finnegan] quenches our clock-a-day compulsion with his Arduino based binary timepiece. The clock uses a 5×7 LED matrix as a display and shows month, day, and time. He sourced a DS3232 real-time clock which automatically compensates for temperature to achieve very accurate time keeping. We like the super-cap circuit he added to keep the RTC running if the power is cut.

Is an Arduino overkill here? Well, the code is certainly not filling the 16k available on the ATmega168. At $4.32, the $1-2 you could save by using a lower-grade chip is not worth having to rewrite the code developed during prototyping. [Kenneth] also mentions that these projects usually only hang around for a few weeks before they’re re-purposed for the next endeavor.

Take a look at [Kenneth’s] superb hardware walk through in the video after the break.  If you’re a fan of clean breadboarding, he’s also made a time-lapse of the circuit building process.

Continue reading “Binary Clock Uses DS3232 RTC”

Adding Words To Catch Phrase

[Brandon Meyer] spared no expense in modding the Catch Phrase game to use custom word lists. The altered version of the game, normal sold for around $25, now comes in at a whopping $230! That’s because the internals were gutted and replaced with an Arduino, 20×2 LCD display, and some other interesting bits. The device now features an SD slot for storing your own lists and a USB port for programming.

At first glance we were hoping some simple EEPROM hacking had unlocked the secrets of the device but that wasn’t he case. We’d love to see some more economical versions of [Brandon’s] prototype. Perhaps reusing the original LCD, replacing the Arduino with the ATmega168 that makes up its core, and using a diy SD cradle for a card reader.

So yes, this version is a bit of overkill but still very nicely done!

[Thanks Zoidberg]

Microscope Lens Hack

Who doesn’t need to take pictures of the microscopic bits inside of an integrated circuit? [Mojobojo] made an end-run around the expensive equipment by building a microscopic lens from an old camcorder. He’s using a regular digital camera with the lens set to its largest zoom level. The camera is pointed into the salvaged camcorder lens where the fine tuning is done. His first iteration was just taped to the desk with a small hand flashlight illuminating the subject. He upgraded that setup by building a LEGO enclosure and changing to a much brighter light source. The images he’s getting are quite surprising and this will be very useful during those extreme hacks when you need to tap into an IC’s internal data rails.

[Thanks Julius]

Electronic Key Impressioning

[Barry] shared his postulation on how electronic key impressioning works (google cache). You may remember his foil impressioning demo from earlier in the month, but now he’s addressing a piece of news we must have missed. Apparently, a handheld impressioning device is about to hit the market that can tell you the key codes for a lock in a matter of seconds. [Barry’s] guessing at how this is done from his experience with a similar device aimed at car locks. When the circuit board seen above is inserted into a lock, it completes a circuit between the lock housing and the wafer. The firmware monitors the conductors on the tip of the PCB to calculate how deeply the cut should be and at what point on the key.

This would be fun to try with a homemade PCB, any idea how to deal with wrapping traces around the edge of the board like that?

Developing For IPhone Serial Communications

[Hcgilje] threw together a tutorial on using serial communications in iPhone applications. It builds upon the DevDot tutorial which was posted back in 2007. A lot has changed since then; the firmware has come a long way and there are several development tools that now make things a bit easier for you. His examples use Interface Builder and openFrameworks to demonstrate GUI control of an LED and a servo motor. Now go out and design your own peripherals for this popular handset.

Converting A Miata To All-electric

[Henry Herndon] converted a Mazda Miata to an all-electric vehicle. There’s a ton of great information in his archives, as well as a round-up video that we’ve embedded after the break. It’s interesting to see him implement two different types of Nalgene bottles as coolant reservoirs. The polycarbonate on the first shattered on him but the soft plastic replacement seems to have done the trick. The batteries add a lot of weight to the vehicle and he ends up refitting the suspension to compensate. [Henry] registered the vehicle with the state and now has a street legal EV of his own design.

Also worth a look is his post covering the 2009 Wayland Invitational. There as a large collection of electric vehicle conversions at the get together.

Continue reading “Converting A Miata To All-electric”