Controlling LPD8806 based LED Strips over Network.
- control up to 4 LPD8806 based LED Strips
- simple UDP Protocol
Based on:
- ATxmega16A4 - Low power, high performance 8/16-bit AVR microcontroller
- ENC28J60 - Microchip 10Mbit Ethernet controller with SPI interface
Thunder
recieves UDP data containing the raw LPD8806 data for each Strip
on seperate UDP Ports (50000-50003). It forwards the data directly over SPI, without any checking or modification.
The Host has full control and has to calculate the correct order and color ordering (RBG -> RGB), etc...
Released under the MIT License. Based on the Open Source Hardware Definition v1.0.
See the respective source code files for varying Licenses.