Posts Tagged ‘Matrix’

Arduino IKEA Coffee table hack

Friday, February 26th, 2010

With three LED Boards from Sureelectronics, a Arduino and my good old ikea couch table I build something new.

(more…)

64×32 bicolor 5mm LED Matrix with Arduino

Saturday, February 13th, 2010

Arduino Interface to Sureelectronic’s 6432 Dot Matrix 5mm Red LED Display Information Board.

Download PDE:

DIY RGB Matrix

Monday, February 8th, 2010

Components:

First mark the spot where you want to add the LED’s on the foam rubber using some pen. I spaced them 20mm apart and printed some guides on a sheet of paper that i fixed on the rubber and pushed the LED’s through. After that I assembled one column and bended the R,G and B cathodes by 90 degree, shorted them at the next LED (using this one can only space the LED’s by the max. pin length) and solder the pins to next LED. So I proceeded all the way down. I did not cut the wires of the last LED, those I used to connect to the circuit board. After that I but some insulating tape on the connection to ovoid short circuits. After that I used the silver wire to connect the common anodes in a row. DONE !

RGB LED Matrix

Tuesday, May 13th, 2008

What can you do with 100 common anode rgb leds? Build a 8×8 matrix and interface it!

The circuit uses 74HC595 shift registers with output latch. Each shiftregister interfaces one color + one shiftreg for the matrix rows. The interfaces uses 6 I/O lines for faster speed and easier interfacing. An AVR running at 8MHz can update the matrix with 8 brightness levels displaying nice fading colors patterns or colored text (or both). The sample program creates fading color patterns using a sine table. For smoother display a double buffer was implemented.

Download: rgbmatrix.c