Archive:LED-Panels: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(initial project update) |
||
Line 14: | Line 14: | ||
}} | }} | ||
=t.b.d.= | = panels = | ||
== case == | |||
'''dimension''': 50x50 cm | |||
'''material''': aluminium | |||
'''front''': plexi-glass | |||
== LEDs == | |||
'''LED strips''': 60 LEDs / meter > 30x30 LEDs / panel > 15 meter / panel | |||
'''ICs''': WS2812 or similar once... | |||
'''shop''': | |||
* some links to alibaba or aliexpress | |||
* t.b.d. | |||
== controller == | |||
* teensy 3.0 | |||
* teensy 3.1 | |||
* fadecandy boards based on teensy | |||
== power supply == | |||
* 1.8 to 2.0 amps for 1 meter LED strips full white | |||
= software = | |||
== first try == | |||
first experiments are done with simple light library to control LED strips by Raspberry Pi and build a demo mobile app to detect sound meter and blinken the LEDs by sound. | |||
=== light library === | |||
first experimental library to control LED strips with WS2812 ICs by PWM. | |||
'''source''': [https://github.com/Jorgen-VikingGod/node-rpi-ws2801 node-rpi-ws2801] | |||
=== sound library === | |||
t.b.d. | t.b.d. | ||
== examples == | |||
* [http://www.pjrc.com/teensy/td_libs_OctoWS2811.html OctoWS2811 Library] | |||
* [https://github.com/scanlime/fadecandy fadecandy] | |||
== new software == | |||
t.b.d. | |||
<br> | |||
[[Category:Project]] | [[Category:Project]] |
Revision as of 19:06, 24 April 2014
LED-Panels Release status: experimental [box doku] | |
---|---|
Description | LED-Panels for light shows (hardware + software) |
Author(s) | Jorgen,Simon |
panels
case
dimension: 50x50 cm
material: aluminium
front: plexi-glass
LEDs
LED strips: 60 LEDs / meter > 30x30 LEDs / panel > 15 meter / panel
ICs: WS2812 or similar once...
shop:
- some links to alibaba or aliexpress
- t.b.d.
controller
- teensy 3.0
- teensy 3.1
- fadecandy boards based on teensy
power supply
- 1.8 to 2.0 amps for 1 meter LED strips full white
software
first try
first experiments are done with simple light library to control LED strips by Raspberry Pi and build a demo mobile app to detect sound meter and blinken the LEDs by sound.
light library
first experimental library to control LED strips with WS2812 ICs by PWM.
source: node-rpi-ws2801
sound library
t.b.d.
examples
new software
t.b.d.