Difference between revisions of "LED Tiles"
(→Overview: add more information as to how these might be setup) |
(→Prototype: add link to cheap rgb led) |
||
Line 16: | Line 16: | ||
===Prototype=== | ===Prototype=== | ||
* Breadboard | * Breadboard | ||
− | * 5 tricolor through-hole LEDs | + | * 5 [http://store.fungizmos.com/index.php?main_page=product_info&products_id=203&zenid=e542ed06aaaee56f85574b4d23aa1dad tricolor through-hole LEDs] |
* 1 white through-hole LED | * 1 white through-hole LED | ||
* 1 [http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=497-5974-5-ND 16 channel DIP LED driver] | * 1 [http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=497-5974-5-ND 16 channel DIP LED driver] | ||
+ | |||
===Production=== | ===Production=== | ||
* PCB | * PCB |
Revision as of 16:08, 2 June 2009
Creator: |
Contents
[hide]Overview
LED tiles are just that, a piece of PCB with five RGB LEDs on them and a single white LED. They use a 16 channel LED driver with a SPI interface so that many can be driven from the same microcontroller. The idea is that you can play with just one, or tile them on a wall or other surface for neat visual effects like fading a color across the surface. The size of the PCB is yet to be determined. Initial prototypes will be through-hole parts, but further revisions will be on real PCBs with SMT parts.
With the current design of 5 independent LEDs per board, pairing is currently the best way to use these, so you get a 5x2 array out of each pair of tiles.
An alternate configuration would be to use 3 drivers on a single board to power 16 RGB LEDs in a 4x4 or 8x2 array.
Parts List
These two versions may be merged at some point or the version I create may use parts from both.
Prototype
- Breadboard
- 5 tricolor through-hole LEDs
- 1 white through-hole LED
- 1 16 channel DIP LED driver
Production
- PCB
- 5 Tricolor SMT LEDs
- 1 White SMT LED
- 1 16 channel SMT LED driver
- Header for pluggable SPI interface