View on GitHub

Esp8266-arduino-lpd6803

LPD6803 driver for ESP8266 Arduino IDE

Download this project as a .zip file Download this project as a tar.gz file

LPD6803 Library for ESP8266

library for LP6803 ledstrips for ESP8266 fork of https://github.com/adafruit/LPD6803-RGB-Pixels

Connecting the LEDs

Make sure the I/O levels of you ESP8266 are 5V by using a driver or level translator. In this example we used the TXB0102 voltage-level translator. Since the signal is being bit banged you can use any available GPIO pin. In our examples we use GPIO 13 as data pin and GPIO 14 as clock pin.

Example Schematic