DaAwesomeP / dmxusb

DMXUSB emulates an ENTTEC-compatible DMXKing USB to DMX serial device with one, two, or n universes.
Apache License 2.0
110 stars 15 forks source link

ESP32C3 #20

Closed Shuptuu closed 6 months ago

Shuptuu commented 7 months ago

Hi, I tried to make dmxusb running on a Seeed Xiao ESP32C3 but didn't succeed... Compilation is ok, but can't receive any data. Tried with Chataigne Software - dmx type Enttec DMX Pro. And DMX Control V3: no Enttec DMX Pro device detected. It's quite difficult to debug as long as you loose access to the serial monitor. Any reason which could explain why it doesn't work on this board?

DaAwesomeP commented 7 months ago

Hi @Shuptuu,

Depending on the software you are trying to use, you may need a FTDI serial interface or a microcontroller with one built in (must be specifically FTDI). See https://github.com/DaAwesomeP/dmxusb/issues/17#issuecomment-1205869441 and https://github.com/DaAwesomeP/dmxusb/issues/18#issuecomment-1276287214

Shuptuu commented 7 months ago

Thanks for your answer. It means it can't work with this board through it's usb uart... Would have been cool, but Oh well... Thanks anyway

DaAwesomeP commented 6 months ago

@Shuptuu feel free to open an issue with Chataigne (also open source) to support generic serial ports!