-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TW#15165] RMT isn't working correctly on master #949
Comments
This may be resolved now - at least, it seems to be working for me. Both our demos used the old GPIO constuction:
Using the
Edit: one needs to include |
Previously, |
Thanks for the extra info! |
The RMT device is no longer transmitting as expected in transmit mode.
This isn't working for my code:
https://github.com/MartyMacGyver/ESP32-Digital-RGB-LED-Drivers
Nor is it working against the code my code was originally based upon:
https://github.com/FozzTexx/ws2812-demo
As was reported to me via MartyMacGyver/ESP32-Digital-RGB-LED-Drivers#9, undoing commit 17747b3 rectifies the problem. It's not yet clear whether there is a bug in that commit or if there is extra code required to work successfully based upon it.
For reference, there was some discussion here but it was inconclusive:
https://www.esp32.com/viewtopic.php?f=13&t=2339&p=11273
The text was updated successfully, but these errors were encountered: