-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Add Wired DMX Input support #4495
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
Conversation
This is the first step in supporting both dmx input and dmx output on different pins.
This greatly improves readability because it gets rid of most of the ifdefs.
Some minor cleanup changes
This is much nicer to read and in the future more state will be added to support all the rdm stuff.
This fixes a crash in the dmx receiver. The dmx receiver cannot work while cache is disabled. For some reason activating wifi disables the cache. In theory, the driver is placed in iram and should work, but it doesn't. This might be a bug in the driver.
Some rdm testers disconnect after setting it.
No longer needed because missing ISR_ATTR have been added to esp_dmx.
This was necessary because otherwise it is not able to respond to rdm in time.
This reverts commit 7f9cc67.
|
Hello i'm trying to use this new function and can't find a way to make it work. i flash the last nightly esp32V4 and set the setting for my pinout: and nothing seam to append when change my DMX channels. if i flash one of my code who is a DMX receiver i can the the DMX data |
|
@spectrenoir06 this isn't where you ask for support, please use discord or Reddit |




Port the DMX Input feature from WLED-MM