-->
Page 1 of 1

ESP8266_RTOS_SDK and WS2812B (NeoPixels)

PostPosted: Thu Jan 05, 2017 1:47 am
by Aditya Tannu
Hello,

I've been helping document this ESP8266-HomeKit project. It is based on the ESP8266_RTOS_SDK. One thing I intend to get working is a simple RGB light implementation, possible using WS2812B LEDs. Can someone point me to a working WS2812B (NeoPixel) example project that works with the RTOS SDK? I found this in esp-open-rtos, but the project structure/Makefile seems somewhat different in that case.

Thanks,
Aditya

Re: ESP8266_RTOS_SDK and WS2812B (NeoPixels)

PostPosted: Wed Jan 25, 2017 5:12 pm
by efess
The actual driver for the source you posted is located here:

https://github.com/SuperHouse/esp-open-rtos/tree/8840eb04112d6f32e4cf4e29784c6d9d2bfca52e/extras/ws2812_i2s

You should be able to use that code in your project