Back to Esp Idf

USB-OTG Examples

examples/peripherals/usb/README.md

6.1-dev990 B
Original Source

USB-OTG Examples

See the README.md file in the upper level examples directory for more information about examples.

Common Pin Assignments

Pin assignment is only needed for ESP chips that have a USB-OTG peripheral. If your board doesn't have a USB connector connected to the USB-OTG dedicated GPIOs, you may have to DIY a cable and connect D+ and D- to the pins listed below.

ESP BOARD       USB CONNECTOR (type A)
                   --
                  | || VBUS (5V)
[USB_DM]  ------> | || D-
[USB_DP]  ------> | || D+
                  | || GND
                   --

USB PHY pin mapping

USB_DPUSB_DM
ESP32-S2/S3GPIO20GPIO19
ESP32-P4 2.0pin 50pin 49
ESP32-P4 1.1GPIO27GPIO26
ESP32-H4GPIO22GPIO21

Note: On the ESP32-P4, the USB 2.0 PHY pins are dedicated to USB-OTG functionality and cannot be used as general-purpose GPIOs.