Skip to content
Discussion options

You must be logged in to vote

If this is an esp8266 (as opposed to esp32) then it's a know limitation: the PWM is software based and so is the neopixel driver. They both require full control of the MCU without anything interrupting them (eg the PWM will miss transitions if the neopixel is outputting for too long).

So they don't work well together, unfortunately.

Replies: 3 comments 3 replies

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jimmo
Comment options

jimmo Oct 6, 2022
Maintainer

@paradoxisme
Comment options

Answer selected by jimmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment