-
Hello, I have been trying to solve my problem almost 3 weeks. Thanks for your helps |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
FAQ #5: How fast can I update my NeoPixels
|
Beta Was this translation helpful? Give feedback.
FAQ #5: How fast can I update my NeoPixels
ESP8266 by default unless you choose specific hardware names will use the DMA hardware. (the FAQ references this as NeoEsp8266Dma800KbpsMethod). The key thing is that CPU isn't used much on ESP8266 by default and the FAQ describes this. So, it's more about how much time you have to wait on the bus to transmit the data to the pixels.