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.

Multi-Color Fog Spreader

fog_spraed

Though we’re pretty sure this was meant for Halloween, we think it would be a perfect addition to your election night party. [marc92] shows us how he built a fog spreader with red or blue lighting. Fog machines generally spit out the fog from a single point, relying on the breeze to spread it around. [marc92] wanted it spread a little more evenly, as well as some nice mood lighting. He built a pipe system that would emit fog from a much larger area. Mounted on the pipe are red and blue LEDs.  Mix this with some of the election lighting systems and you’re set for a party. We know this is an extremely simple project, so it should give you plenty of time to get out and vote before the polls close.

Colorize Your Election Party

blue_red
[Eric] has put together a simple python script to scrape election results from CNN.com. It uses urllib2 to return the popular and electoral votes for each party and throws an ElectionWon exception when CNN calls the race. He’s planning on hooking this to DMX controlled RGB LED lighting that will shift to either blue or red as the night progresses. It’s a great starting point if you want to pull off something similar.

You may remember [Eric] for building the IKEA MAME table and the TRS-80 wireless terminal.

[photo: skenmy]

UPDATE: [Garrett] of macetech is putting the finishing touches on his version which uses 32 ShiftBrite modules and 2 4-digit displays controlled by a CuBLOC.

Cellular Automata And LED Matrix Fun

Blinkomat, an LED matrix, turned out quite well. 240 LEDs controlled by an Atmega 16 is what we call a decent bookshelf decoration. The dimensions of 12×20 were chosen due to the fact that the microcontroller has 32 I/O lines.  The LEDs are switched on and off using multiplexing. The brightness, controlled by pulse width modulation can be varied by 16 levels.  The overall effect is quite smooth an fun to look at.  He has programmed it to do other things than just cellular automata.  Our personal favorite is a simple sine wave. Watch it after the break.

Continue reading “Cellular Automata And LED Matrix Fun”

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”

Uv Oven From An IKEA Cabinet

This may not be an amazingly complicated project, but it is a very elegant and fairly cheap way of building a UV oven for exposing PCBs. [aris] started with an IKEA FIRA cabinet. He basically left the framework as an empty shell and made a make shift top hinged door to enclose it. Mounted in the top is an array of 35 UV LEDs powered by an HP printer transformer.  He did not have a timer circuit, instead he just watched the clock and unplugged it at the right time. You can see from his pictures that his results were quite good.

If you don’t want that piece of furniture taking up room, and don’t mind using a little more elbow grease, you could follow our directions on how to make your own single sided PCB. If money isn’t an issue either, you can always just get your PCBs laser etched.

Rovio Teardown

[Del] sent us what might be the first in an expected plethora of hacks on the Wowee Rovio. He was annoyed by the poor lighting for Rovio’s camera so he cracked it open and started hacking. He found there was just enough space for a couple LEDs in the head. The most difficult part of this was apparently running the wires for power into the main body of the rovio. He said it took him around 30 minutes just to snake the wires through the neck. The final result is best seen in the comparison pictures of rovio looking at Wall-E.