wlp5s0 / DMX512-using-ESP32-RMT-feature

DMX512 transmitter example code for ESP32 using RMT
1 stars 0 forks source link

Directly burning the original code to the chip, the data transmission is invalid, is there any special operation? #1

Open 517002650 opened 1 week ago

517002650 commented 1 week ago

Why can't I control the DXM512 device when I directly burn it to the ESP32 board, connect the max458 chip output to GPIG10, and control the standard stage? Is there any other setting required?

517002650 commented 1 week ago

https://github.com/someweisguy/esp_dmx 。Using the hardware serial port mode in this project, I can send and receive normally. Is it really possible for RMT to send DMX512?

wlp5s0 commented 5 days ago

Iirc, nothing else was needed. This was just an experiment, and using serial is the way to go.