Page 1 of 1

Connecting 2 ESP32 with USB-C cable

Posted: Fri Mar 10, 2023 2:34 pm
by zejulios
Hello,

I would like to have 2 ESP32 connected with one USB-C.
It could be ESP32 - USB (Uart2USB) - USB-C plug/cable/plug - USB (Uart2USB) - ESP32, and both ESP32 talk with serial/uart.
I would also like to connect both devices to a PC and PC detects a virtual serial port.
I think one should work as host in one scenary (connected to other ESP) and as a device on other (connected PC).
Also as host should provice power to other ESP board, and as device should receive power from PC.
Is this too hard to implement?

Thanks for any tip/suggestion.

Julio Silva