Skip to content

Seeed Xiao ESP32C3 USB serial port #145

Answered by someweisguy
Shuptuu asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for reaching out! This should be possible, though I haven't tried with this specific hardware. It appears that the TX and RX pins for UART0 are 21 and 20 by default. You would just need one more pin to use as the enable pin. It appears that all the other available pins on the Seeed board would work - perhaps you could use GPIO7.

One thing you would have to ensure is that UART0 is not being used by the ESP32 for any other purpose. This can be particularly tricky because it is how messages are logged to the Serial Monitor.

To forward DMX packets from one port to another, you would need to install two DMX drivers. One DMX driver would receive the DMX data and the second would be the f…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Shuptuu
Comment options

@Shuptuu
Comment options

Answer selected by someweisguy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants