Skip to content

Adafruit Metro ESP32-S2 which method? #497

Answered by Makuna
hallard asked this question in Q&A
Discussion options

You must be logged in to vote

known bug that has been fixed but not in an official release yet.

#494

Pick up the current GitHub version of NeoPixelBus. The readme has the simple instructions to accomplish this.

Confirm it works for you and I will push out a release.

BTW, while a single pixel may work reliably using the BitBang method, I never recommend it. See ESP32 Methods Wiki Page for details on specific methods for the ESP32 platform.
AND, since this onboard NeoPixel is on pin 46, then BitBang can't be used as it only supports pins below 32. Just use the default method names that aren't specific to hardware/platform and the best one will be used. Like NeoWs2812xMethod and you will be fine.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by hallard
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