Merge branch 'master' of github.com:stv0g/fnordstripe

This commit is contained in:
Steffen Vogel 2014-01-04 23:48:02 +01:00
commit ca721dcb9a
8 changed files with 36892 additions and 1 deletions

1
README
View file

@ -1 +0,0 @@
fnordstripe is a fnordlicht compatible module to control a LPD6803 compatible RGB LED strip

19
README.md Normal file
View file

@ -0,0 +1,19 @@
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.

BIN
schematic/module.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

2761
schematic/module.sch Normal file

File diff suppressed because it is too large Load diff

1149
schematic/v1/fnordstripe.brd Normal file

File diff suppressed because it is too large Load diff

15907
schematic/v1/fnordstripe.sch Normal file

File diff suppressed because it is too large Load diff

1149
schematic/v2/fnordstripe.brd Normal file

File diff suppressed because it is too large Load diff

15907
schematic/v2/fnordstripe.sch Normal file

File diff suppressed because it is too large Load diff