robertoostenveld / esp8266_artnet_dmx512

56 stars 11 forks source link

no dmx data received by led par #16

Closed wannabeadjeo closed 6 months ago

wannabeadjeo commented 7 months ago

I am using the i2s to send the dmx data to my par, and I wired the di pin to the Rx pin on my nodemcu esp8266, the gnd and re pin on the nodemcu gnd pin, and the vcc to the vv pin on my node mcu. I configured it on the web server, the artnet universe is univ1, the same on my qlc+, the channels are 512, the delay is 25, yet my par is not responding, but if I use my usb to dmx interface, it is working properly. image

robertoostenveld commented 6 months ago

Did you try it with the UART mode? Do you have the possibility to connect the output to an oscilloscope to see whether you see a signal?

wannabeadjeo commented 6 months ago

Did you try it with the UART mode? Do you have the possibility to connect the output to an oscilloscope to see whether you see a signal?

The problem is that I don't have an oscilloscope to use. I have a question: if I will use the UART mode, do I need to put the di pin on the D4 instead of the tx pin on my Nodemcu?

wannabeadjeo commented 6 months ago

Sir, you can close this issue. I have found the solution; I just swapped my RS485 module.

robertoostenveld commented 6 months ago

That is nice to hear, have fun with the DMX converter!

wannabeadjeo commented 6 months ago

That is nice to hear, have fun with the DMX converter!

Thank you so much for answering me