Multixylophoniomnibus

[Ania] wrote in to let us know her team had finished the Multixylophoniomnibus and that they have posted an extensive writeup about it. We covered this augmented xylophone when it was still in development at the beginning of this month. Originally they wanted to use mallets wrapped in tinfoil as switches that close when they contact the metal keys, something akin to matchbox cars as a switch. This plan was thwarted when they realized the paint surface insulated the metal keys. At this point they switched to piezo sensors which turned into an odyssey of trial and error to achieve a reliable input for the Arduino to monitor. In the end they got it working with around forty lines of code, interfacing six boxes containing a different type of noisemaker.

See the finished instrument played in the video after the break. Alas, the addition of the piezo sensors do impede the resonance of the xylophone keys, but we still like it! There’s something reminiscent of the beginning of Pink Floyd’s Money when this is played.

Continue reading “Multixylophoniomnibus”

DIY Mood Lamp Looks Store-bought

[NeZoomie] built an RGB mood lamp as his first electronics project. He certainly hit it out of the park with this one, ending up with a design so clean it could be a commercial product. The controller is an Arduino board (further proof that this is a fantastic entry-level platform) that interfaces with 8 RGB LEDs. He’s built an enclosure out of thick polypropylene that does a great job of diffusing the light and adding a stylish look. The control system features a rotary potentiometer from SparkFun and what he calls a tilt-potentiometer of his own design after drawing inspiration from Hack a Day.

Blinky things are fun and that’s why we see a lot of mood lamps around here. Take a look at the video after the break and if you’ve got the parts, give this one a try!

Continue reading “DIY Mood Lamp Looks Store-bought”

RFID Door Lock – The Right Way

[youtube=http://www.youtube.com/watch?v=XT7E_GEIPVg]

[Pcmofo] has shared a well-built, well-explained example of how to implement an RFID key system for a door. We call this the right way because it is well thought out and functional. In the past we’ve seen doors that unlock via a secret knock, keypads, and RFID, but they are all non-permanent solutions capable being transplanted from one door to another. Rather than building a mechanism to turn the door handle, this implementation uses an electric strike mounted in the framing of the door to allow access. These are used for security doors in buildings and are built to keep your door secure.

The hack in this case is the electronics. Using an AVR ATmega168 running the Arduino boot-loader, [pcmofo] has prototyped a two-part design. An RFID reader is mounted outside the door with data wires running to the inside where the microcontroller resides. A hard-coded RFID card is used as a “master” to train any number of tags for entry. The master puts the device in training mode and the next tag to be read is added to the list of tags authorized to open the door.

We like messy wires and quickly thrown together devices but this is built to last and will look great once mounted in an appropriate enclosure.

Rotating Radar Visualization

[flickr video=http://www.flickr.com/photos/peplop/4106571163/]

We ask, who wouldn’t want a rotating motion and distance tracking radar? Sure in today’s day and age anyone could purchase a wide-angle sonar or IR solution that achieves the same goal, but [LuckyLarry] took it old school and made his own rotating radar. He used an Arduino, servo, and ultrasonic sensor as a base to gather data, and the open source programming language Processing to draw the data on the screen. He says it’s a little inaccurate currently, but will try out some other sensors in the future.

Radar Detector Tester

[Blacklight99] made this cool tool. It is a tester for those radar detectors that people keep in their cars. Though this seems like it would rarely be a tool we would need, it’s an interesting project. Some speed guns that the police use have a “stealth” mode that makes them invisible to some detectors. This tool can tell you if your detector is vulnerable to this. While this really is just a complicated flashing LED, he notes that it could be taken further to be made into a detector that is programmable and not vulnerable to any of the stealth modes.

R/C Lawnmower

FJI64OAG1XBRNEO.MEDIUM

[Johndavid400] built this incredible looking R/C lawnmower. After spending some time repairing broken R/C cars, he wanted to move on to something a little more useful and powerful. He decided to build a mower. He’s using a transceiver set from ebay, with an Arduino interpreting the signal and outputting to his custom motor board. In the video after the break, you can see that the mower looks responsive and quick. He does note, however, that he had some glitches early in the process that left him with a runaway mower. We covered a very similar mower ages ago that used a wheelchair as the base.

 

 

Continue reading “R/C Lawnmower”

Duino Tag

FO91ECZG1QW9SW0.MEDIUM

During our daily rounds we stumbled upon Duino Tag. Sure it’s not as awesome as a coil gun but it really sparked our imagination. First the base: an Arduino is wired up with IR LEDs and placed inside of a plastic pistol. A second Arduino with an IR receiver is scanning for the first Arduinos signal. A ‘shot’ of IR light is ‘fired’ and detected, you get a ‘kill’.

The base is nothing amazing, but it really gives us some ideas and we would like to see it expanded upon. [J44] has already put in a piezo and other LEDs to simulate muzzle flash and other effects. But we like to go further. Start off with multiple pistols and players. Include GPS to track players current position, and wireless to update each player of another player. A small wrist watch display could act much like a UAV. Add some expansions like IR ‘grenades’ and you’ve got a full-out war! What would you like to see?