Skip to content

4 x 72 Led with ESP8266 #652

Answered by Makuna
trbLeeciN asked this question in Q&A
Feb 13, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

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.

   RGB microseconds = pixelcount x 30 + 300 + 100
   RGBW microseconds = pixelcount x 40 + 300 + 100

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@trbLeeciN
Comment options

Answer selected by Makuna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants