JoDaNl / esp8266_ws2812_i2s

ESP8266 Library for driving WS2812 led-strip using the I2S output. Use within the Arduino IDE
71 stars 24 forks source link

Will this work on a nodemcu with wifi enabled? #2

Open bnolan opened 8 years ago

bnolan commented 8 years ago

I've tried various ws2812 libraries (including neopixelbus) and have had no luck getting them to work reliably yet. :(

JoDaNl commented 8 years ago

Hi,

I've created this lib for my own project...and this includes wifi. This library does not rely on software timing loops but drives the WS2812 LED's using DMA. This is an autonomous process without any required intervention of the CPU.

So yes, based upon my experience you can use the lib in combination with WIFI