RMT on ESP32-C3 Super Mini #822
Unanswered
suprstefan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Ah, I enabled "Optimize for Debugging" to get the error checking and then I got infinite reboot and the serial monitor gave me:
Some quick googling pointed to this being an issue with ESP-IDF 5. I switched to ESP32 core 2.0.17 (which is the latest using ESP-IDF 4) and then it works great. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get RMT working on this board (but bought from AliExpress):
https://www.tindie.com/products/adz1122/esp32-c3-development-board-esp32-supermini/
Here's the code I use for testing purposes:
If I use
NeoEsp32BitBangWs2812xMethod
it works great but if I try eitherNeoWs2812xMethod
orNeoEsp32Rmt0Ws2812xMethod
it doesn't. I've tried four different pins and I get the same behavior. Since I wasn't entirely sure what was going on I hooked up a logic analyzer to the output pin and with the bitbang method I get this:Which looks great. When I change to one of the RMT methods I get this:
Which obviously isn't great :)
This is with ESP32 arduino core 3.0.4 and NeoPixelBus 2.8.0.
Does anyone have any idea of what the issue might be? Is there some way to debug it or get more info?
Beta Was this translation helpful? Give feedback.
All reactions