[Aaron] sent us this sweet Super Nintendo Clock that he built. When he found himself with a broken SNES, a friend challenged him to out do his previous NES clock. This time, the display would be located in the cartridge, and removable. Setting the time is done on the SNES controller and seems to work pretty well as you can see in the video after the break.
classic hacks2768 Articles
WaldFlöte: Midi Controlled Pipe Organ
Members of Dorkbot Edinburgh have done what most of us would do if we had a 19th century pipe organ. They hacked it to be midi controlled. The organ is located above a cafe owned by the university of Edinburgh. Students have been repairing and modifying it to get it back in working order.
The electronics are composed of an Xilinx Spartan-3E Starter Kit as the brains and a Microblaze processor converting midi events for the solenoids. The cool thing is that none of this required any permanent modification to the organ itself. It can all be removed to put the organ back in normal playing condition. Check out the video after the break for some classical Van Halen.
Functional Etch A Sketch Costume
We love all of the creative Halloween costumes that have started trickling in now that the holiday is finally over, and people have found time to document their last minute projects. Take this functional Etch A Sketch costume made by [mazinbenny]. The knobs are lawnmower wheels. The pulley system is strung with 1/16″ wire rope to move a carrier for a dry erase marker. The marker draws directly on an acrylic screen. HowStuffWorks has a post on how a real aluminum powder based Etch A Sketch works.
We’ve covered more technical Etch A Sketch projects in the past. We’ve seen them hooked up to computer mice, drawing portraits at Maker Faire, and commenters have even suggested turning mechanical dry erase boards into giant Etch A Sketches.
Adjustable Breadboard Power Supply
This looks like a great addition to your breadboard. [Nerdz] wanted a power supply that was easily portable and adjustable. He built a custom board that plugs directly into the breadboard’s power rails. It has a pot attached to the ground of a 7805 voltage regulator so the output can be adjusted from 5V to just under the supply voltage. Anything that makes a breadboard less of a rats nest is definitely a good thing.
Arduino RC Airplane
[Olivier] told us about this fantastic project where he built his own RC airplane. The airplane itself is nothing special, it is the controls that are worth paying attention to. He used an Arduino Diecemilla , some XBee transceivers, and a SparkFun Wee. The main site is a general overview, but there are links to more detailed breakdowns of how to build some of the parts. There are several videos of him flying it as well.
Gyro Controlled Game
[Eric] sent in this cool project that he did as part of his graduation project. He built a game that uses a gyroscope as an input device. For the gyroscope, he’s using a Powerball with a sensor inserted into it. This data is gathered by an Arduino in a pretty enclosure. The whole unit connects to a PC via USB and is supposedly plug and play. There’s a video of the setup in action on the site, just try not to laugh too hard watching them.
Minimalist LED Light Detecting Candle
[youtube=http://www.youtube.com/watch?v=sPe5RtUOOdc]
Our flickering LED circuit combined two known circuit, and certainly wasn’t graceful because of it. [sprite_tm] saw quite a few areas where the circuit could be reduced. He ended up taking it down to just two LEDs, a battery, and an ATtiny13. The first step was getting rid of the current limiting resistors. The datasheet shows that with a 3V supply the AVR will limit the current well below the maximum current. The light sensor was removed next. [sprite_tm] referenced an earlier post on sensing with LEDs. He measures the voltage across one of the LEDs while it is off to see how much light is hitting it. The current draw while on is 10mA and 50uA while off.