-->
Page 1 of 1

Digital RGB LED Weatherproof Strip - LPD8806 32 LED

PostPosted: Mon Apr 27, 2015 2:00 pm
by RobNewton
Has anyone had any experience with the LDP8266 library from Adafruit? I'm curious if it would work on the ESP8266 Arduino port.

Here's a link to the library sourcecode:
https://github.com/adafruit/LPD8806

Here's a link to the product:
http://www.adafruit.com/product/306

Here's a link to the tutorial:
https://learn.adafruit.com/digital-led-strip/code

Thanks,
Rob

Re: Digital RGB LED Weatherproof Strip - LPD8806 32 LED

PostPosted: Wed Jun 10, 2015 10:09 am
by costo
The LPD8806 library uses the AVR specific USI control( USICR) and data (USIDR) registers so it will not work.

this is from: github.com/sandeepmistry/esp8266-Arduino
Other libraries (not included with the IDE)

Libraries that don't rely on low-level access to AVR registers should work well. Here are a few libraries that were verified to work:

aREST REST API handler library.
PubSubClient MQTT library. Use this sample to get started.
DHT11 - initialize DHT as follows: DHT dht(DHTPIN, DHTTYPE, 15);
DallasTemperature

Re: Digital RGB LED Weatherproof Strip - LPD8806 32 LED

PostPosted: Fri Nov 18, 2016 2:42 am
by espnewbie54
This guide here actually shows a different way to protect your rgb led strips
http://bestrgbledstrips.com/2016/11/18/ ... ontroller/
http://bestrgbledstrips.com/2016/11/17/rgb-led-strip/