Bluetooth Handset Hacks

Cramming Bluetooth headset circuitry into an analog telephone body has become an extremely popular hack. With declines in the prices of these headsets, and older telephones being seen as storage-room-clutter this hack is just waiting for you to get started. Join us after the break for a look at what others have already accomplished.

Continue reading “Bluetooth Handset Hacks”

Terminate RFID Tags

This gun hunts only RFID tags.[mnt], who brought us laser gesture control, built this RFID Zapper but included so much more. Any good weapon has to sound mean, a feat he’s accomplished by incorporating an MP3 player into the rifle. The coil that zaps the RFID tag is powered by a photo-flash unit, but for visual feedback he’s got a second unit that flashes light to signal the demise of your German passport (see the video after the break).

It’s hard to believe we haven’t covered RFID Zappers yet. The concept came out of the Chaos Communication Congress a few years back. This method works by sending a very strong electromagnetic field through the RFID tag that causes it to burn out. There’s a wiki post on RFID Zappers but Firefox threw a certificate warning when we loaded it up; read at your own risk.

Continue reading “Terminate RFID Tags”

Subcycles: Multitouch Music Controller

[vimeo=http://vimeo.com/7000376]

Subcycles is a sound controller application that [Christian] is using on the third multitouch display that he built. The screen is a sheet of acrylic in an aluminum frame. The image is rear projected onto an area covered with Digiline dispersion film. As with other projects that use the Community Core Vision package, a PS3 eye camera captures the touch information.

This build does a great job of including the audience in what the musician on stage is doing. [Chris] points out that the sight of artists staring at laptops on stage is becoming more and more common. The ‘Minority Report’-like interface that Subcycles uses makes not just for interesting music, but for an added visual reinforcement to the live part of the performance.

[Thanks Mark]

Modular Systems Using SPI

[Humberto] is at it again with a NerdKits video detailing the use of an SPI bus to communicate between microcontrollers. He started with a previous LED marquee project which was limited to a 5×24 LED Matrix and developed a modular solution to increase the size limitation.

The writeup and video embedded after the break do a great job of detailing the important differences between a stand-alone and a modular system. The good news is that the ATmega168 chips being used have a built-in interrupt based SPI protocol. Once wired correctly, a master control chip addresses each module separately, adding data to their buffer until a full frame has been transferred, then moves onto the next module.

Some of the caveats to this system such as digital transmission over long distances are discussed. We do wonder about power limitations if all LED’s in the marquee are illuminated at once. But that concern aside, if you’re thinking of playing around with an LED display don’t forget that there’s usually a huge price break for orders of 500 or 1000 LEDs!

Continue reading “Modular Systems Using SPI”

SNES System In The Controller

Want to take your SNES emulation to your friend’s house? [Chris] worked out a way to fit the important parts inside of an original Super Nintendo controller. He removed the case from a 4GB thumb drive as well as a USB hub. Using a RetroZone kit he gave the controller a USB interface. By soldering the thumb drive and RetroZone board directly to the hub he’s reduced the package down to just one cable. Everything fits inside the controller case and now when you plug it into the computer you can fire up the ROMs you copied from your original cartridges that are stored on the thumb drive.

Of course this isn’t limited to SNES emulation but the real question is can you boot from the thumb drive?

Rhythmic Combo-lock

[MusashiAharon’s] dorm room door was practically begging to be hacked. There was already an electronic strike plate in place as well as junction boxes on the inside and out that were connected by conduit. Jumping on the bandwagon after seeing some other door lock hacks here, he built one that uses a rhythmic combination.

The control panel on the outside is a blank faceplate with two buttons and a status LED. Theses are wired to a jack and connected with a cable traveling through the conduit to a breadboard on the inside of the door. Seeing a large breadboard hanging on an outlet cover is a bit comical but it does the job. From there, a Teensy microcontroller waits for the code and if correct, actuates the strike plate via a relay.

The rhythmic nature of this lock reminds us of the knock-based system. One button signals the start and end of the code, the other is used to input the rhythmic sequence. This does seem a little more discreet and we’d imagine it’s quite hard to eavesdrop on the correct combination.

C-clamp Current Monitoring

[Hydronic] did some tests to make his own current sensor using a c-clamp wrapped with wire. He tried several different cores including an aluminum carabiner, the C-clamp, and what he calls a u-lock (removable chain link). There is some success here that could be improved with cleaner winding and by adjusting readings based on the length of wire used in the wrapping.

This did make us perk up a bit right off the bat. Reader [Mure], who tipped us off about this, suggested that this could be used to make your own Kill-a-Watt without including it in the circuit. We made the jump to house monitoring. We’d love to have a data tracker for our home circuits to curb wasteful energy use. Perhaps we’ll try to make our own sensors and produce a diy Cent-a-Meter.