fnordstripe/README.md

20 lines
753 B
Markdown
Raw Permalink Normal View History

2013-07-07 10:45:37 +02:00
fnordstripe is a fnordlicht compatible module to control dumb and LPD6803 compatible RGB LED strips
see http://www.steffenvogel.de/2013/07/14/fnordstripe/ for a blog post about this project
# Variants
## Dumb
2013-07-07 10:49:29 +02:00
schematic/ contains a layout for dumb RGB LED strips without any brain power.
2013-07-07 10:45:37 +02:00
This strips are not addressable and therefore not compatible with the source code in stv0g/fnordstripe/src
2013-07-07 10:49:29 +02:00
Please use /stv0g/fnordlicht as a firmware for this version.
2013-07-07 10:45:37 +02:00
## Smart
2013-07-07 10:49:29 +02:00
Smart variants of REG LED strips are addressable. Mostly every third or even every LED on the strip is addressable and has its own IC to generate PWM signals.
src/ contains a proof of concept firmware for LPD6803 strips.
It's my goal to implement the fnordlicht protocol for this.