Dive Computer Interface Hacking


Dive computers help divers keep an eye on bottom time and calculate nitrogen saturation during dives. Many of them, like the Suunto above have a built in provision for downloading dive data post dive. [CIBDiving] figured out a way to enable this missing feature on one of Suunto’s cheaper computers. The Gekko has the same pins as the more expensive units, but Suunto’s download manager won’t allow you to download the data. By using a simple software patch, [CIBDiving] tricked the software into pulling down the data.

You can buy a cable to pull down the data, or you can build your own serial or USB level shifting interface.

Laser Dance Pad


[A. Smyth] passed this along – it’s another take on the non-mechanical dance pad. The first prototype used IR detection, but apparently the hardware was flaky. The new version uses cheap laser pointer style diodes with photo detectors. Personally, I want to see one that breaks the laser into a line and collimates the resulting beam, and senses beam interference by measuring the intensity. (And it would look incredible with a fogger) The electronics are pretty simple – the photocells are interfaced with the guts of a USB game pad and breaking the beam creates a button push.

Capacitive Dance Pad


One of the ideas that’s been floating around my How-To bin for a couple of years is an under carpet zone switch dance pad. [sprite_tm] beat me to it in late 2006, and did it even better. He was using a QT160 chip – a nifty six channel capacitive touch sensor to make touch switches. Instead, he used an Atmel to duplicate the technology. He was able to place foil panels below his carpet. Step on one and it acts like you just closed a switch. The QT160 is now available, but the atmel he used is actually cheaper.

Adding USB To A Cheap Linux Router


[sprite_tm] usually sends this stuff in, but I discovered that he took some time to hack on a Sweex router. The CPU happens to have an on-board usb host controller, so he added a few components. Now the router can support memory sticks, or possibly become a USB print server. (I can’t say for sure since I haven’t checked out the software myself)
Update: the project was linked in a comment a while back, but we never gave it the attention it deserved. Enjoy.

Webcam Laser Rangefinder


This has been around for a while, but I thought it deserved some attention. [Todd] used a laser pointer, a webcam, some trig and (sigh) some windows development tools to create his own laser range finder. Given the position of the beam strike and that the camera is located at a right angle to the laser, calculating the distance is pretty simple. This could be handy if you’re building a bot for defcon…

Mechanical Xeyes


This project, courtesy of [fbz] brings back memories. Xeyes is one of those classic apps – handy for testing out connections and great for screwing with new people who had wide open servers. [Zn000h] built this set of mechanical Xeyes – instead of following a mouse, it samples video and follows the highest contrasting moving object around. (See the description for more on the video filter) The data is passed on via USB to a set of ATTINY controlled servo operated eyes. Just in case the server can’t handle the load, you can find pictures of the setup here.