ESP8266/WS2812: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(BLINKIES!!! #777777)
 
mNo edit summary
Line 10: Line 10:
* https://github.com/Makuna/NeoPixelBus/tree/UartDriven
* https://github.com/Makuna/NeoPixelBus/tree/UartDriven
* https://github.com/einsteinx2/ESP8266
* https://github.com/einsteinx2/ESP8266
* https://github.com/JoDaNl/esp8266_ws2812_i2s

Revision as of 12:26, 1 November 2015

Using LED strips with ESP8266

Looking to create an easy to use setup for connecting WS2812b LED strips with esp8266's, ideally using the Arduino IDE for dev. Here are some links to various projects, currently in the process of testing/implementing a few of them.

Particular considerations, LUA vs C/Arduino, i2s/UART, etc.