Adafruit Arduino Sale

With the release of the Arduino Duemilanove, Adafruit is trying to shift out some old stock Arduino Diecimila by offering 10% off. [amk] noted that the new Duemilanove is not so much an upgrade as an Arduino with a new hat. The only changes were autoselecting power and a cutable reset line. The best part about the Adafruit sale is they’re offering Atmega328s preloaded with the Arduino bootloader as a $5 upgrade. The Atmega328 gives you twice the flash memory, twice the RAM, and twice the EEPROM than the original Atmega168.

Tiny Optical Theremins


Matrixsynth pointed out a couple incredibly small optical theremins that look like they’d make for a great afternoon project. [AlexArt] first built the simple circuit on a piece of protoboard (Google translated). Knowing he could go smaller, he then built it freeform with a buzzer instead of a full size speaker. The design is based around the common 555 chip and photoresistor. Here’s a simple circuit you can use to lay out your own. The optical theremin should not be confused with the traditional RF theremin since the name comes from the similar sound, not similar construction.

Coin Slot Detector


Wow, how quickly the wearable electronics world has slid into the gutter. They’re now resigned to watching our nations finest natural resource, the butt crack. This project by [semiotech] uses a LilyPad Arduino to monitor the exposure of the wearer’s coin slot. It detects the presence of light with a photoresistor and alerts the user with the vibrations of a pager motor. This breakthrough in coin slot technology will prevent dryness and certainly reduce our exposure to domestic terrorism. We see plenty of room for future development; the Arduino is already capable of logging exactly how often your coin slot is exposed. Even if you feel this is more protection than your coin slot needs, we recommend Neutrogena’s Coin Slot Cream for general upkeep.

LED Life And Charlieplexing


Yesterday, we featured [Andrew]’s orientation aware camera. We want to highlight another one of his projects: LED Life. It’s a 6×5 LED matrix playing Conway’s Game of Life. He used the low power MSP430 like our e-paper clock. The best part of the writeup is his explanation of how Charlieplexing works. Microcontroller GPIO pins generally have three possible states: output high, output low, and input. This combined with the directional nature LEDs and some creative wiring means you can run a large matrix of individually addressable LEDs with just a few IO pins. Instead of just flipping the IO pins on and off you change their assigned state. Have a look at [Andrew]’s site for some great illustrations of how the system works. A video of his LED Life board is embedded below. Continue reading “LED Life And Charlieplexing”

Vertical Axis Wind Turbine Update

[Faroun] sent in his updated vertical wind turbine. After running his previous one for a while, he felt that the motor he was using was inadequate, it required too high of RPM to produce what he wanted. He didn’t want to gear it up, fearing that the light construction couldn’t sustain rotation.

He built a new version that has the same surface area of fins, but much higher RPM. The new one, dubbed V8 is made mainly from PVC and an Amatek DC motor. His goal was to produce 100 watts at 35km/h. He doesn’t really state whether or not he achieved it though.

Interactive Touch Capable Mirror

[vimeo http://vimeo.com/1867956%5D

[Alpay Kasal] of Lit Studios and [Sam Ewen] created this patent-pending interactive mirror after being inspired by dielectric glass mirrors with built-in LCD panels, and wanting to add a human touch. The end results look like a lot of fun. You can draw on the mirror and play games. According to [Kasal], mouse emulation is essential. The installation features proximity sensors and gesturing. Any game can be set up on it, which makes the possibilities endless… except these are the same people that built LaserGames so expect no further documentation about how it works.

[via NOTCOT.ORG]

Quick Cheap Cassette Adapter

[Dane] sent us this super quick tape adapter project. Yes, we know we can go buy one of these for pretty cheap and it will probably sound much better, but really, wouldn’t it be cool to make one? Using a headphone adapter, a couple resisters, some wire, and an old cassette tape, [Dane] shows us how easy it is to build one of our own. You are basically pushing the signal from the headphones through a coil that is up against the tape read head. This is a perfect project to teach beginners about magnetic fields.

[Dane] has sent in some stuff before. You may recall his PWM adio generation with an AVR post several months ago.