Replies: 1 comment 1 reply
-
Hi, Found the problem, dataDMX[i] had to start at index [1] while data[i] had to start at index [0]... for (int i = 0; i < length; i++) {
|
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
-
Hi,
I'm trying to use your esp_dmx with the ArtnetWifi library to make a simple Art-Net to DMX node. I can esealy send DMX with your library and receive Art-Net with ArtnetWifi, but I'm unable to make them work togeter. Can you help me with this? Here is my code :
`
`
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions