Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.23 KB

Lightning Thunder

Controlling LPD8806 based LED Strips over Network.

  • control up to 4 LPD8806 based LED Strips
  • simple UDP Protocol

bare

Components

Based on:

  • ATxmega16A4 - Low power, high performance 8/16-bit AVR microcontroller
  • ENC28J60 - Microchip 10Mbit Ethernet controller with SPI interface

plan

dim

bare

Protocol

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...

build

real

Result

demo

LICENSE

Released under the MIT License. Based on the Open Source Hardware Definition v1.0.

See the respective source code files for varying Licenses.