fnordstripe is a fnordlicht compatible module to control dumb and LPD6803 compatible RGB LED strips
Go to file
Steffen Vogel ca721dcb9a Merge branch 'master' of github.com:stv0g/fnordstripe 2014-01-04 23:48:02 +01:00
schematic added schematics for dump RGB stripes 2013-07-07 10:32:43 +02:00
src added missing clsoing comment 2014-01-04 23:41:05 +01:00
README.md yet another update for the README 2013-07-07 10:49:29 +02:00

README.md

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

schematic/ contains a layout for dumb RGB LED strips without any brain power. This strips are not addressable and therefore not compatible with the source code in stv0g/fnordstripe/src

Please use /stv0g/fnordlicht as a firmware for this version.

Smart

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.