Project Research - LED Display
From Physical Programming
LED Project Research
To create a LED matrix I have found these instructions;
In short the above project requires;
- 64 LEDs
- 8 Resistors for the LEDs
- 1 Shift register for the columns
- 1 Driver array for the rows
- 8 Resistors for switching the driver array 1 microcontroller
- 1 clock source for microcontroller
- 1 prototyping board
- 1 power supply
- Hook-up wire
The skills needed would include soldering, connecting power supplies, component knowledge and circuit diagram knowledge.
Examples of similar devices;
- http://www.instructables.com/id/LED-Dot-Matrix-Display/
- http://jbprojects.net/projects/led/
- http://www.instructables.com/id/SIBOMXJFMMCVZIV/
I would also need to consider a way to allow the LED's to react to sound or a form of programable input. In the next examples a USB is used a a connection to program the device.
- http://www.create.ucsb.edu/~dano/CUI/
- http://www.bitrot.de/ledlamp.html
- http://www.geeks.com/details.asp?invtid=USB-LED-BADGE&cat=GDT
- http://gizmodo.com/5044760/diy-scrolling-led-business-cards-miss-point-of-business-cards-still-cool
There are also some drivers available to achieve various results.
- http://www.eldoled.com/?e=wthdjZBisw8yTVNFEbGkmZHvZW-mh74lBLMAi-22_pJOjGTb46MtnTmWWPOAC5fbBU3VKuWjSan3LvEgmMNBqw
- http://www.instructables.com/id/How-to-use-the-Dragon-Rider-500-with-your-AVR-Drag/
An example of how the coding might work;



