Electronic – Is it possible to connect USB 3.1 Type C to ESP32

esp32usb-c

So, I once looked at the pinouts of USB 3.1 Type C:USB C PINOUTS

and I found out that there were RX and TX pins, but they had + and -. Is it possible to connect the serial pins to the ESP32,as there are two on my module and two on the USB type C:enter image description here, how would I manage with a RX+/- and a TX+/-. Are there any other pins that are supposed to be connected other than the serial pins, GND and VBUS to VIN?

Best Answer

No, it isn't.

The TX and RX on the ESP32 are the serial transmit and receive pins for standard UART communications.

It is not in any way compatible with USB signaling.

At least you would need an USB serial port chip to have an USB UART which you can connect to UART RX and TX pins.