Page 1 of 1

ESP32-S3-USB-OTG usability

Posted: Wed Mar 15, 2023 6:04 am
by botekp@gmail.com
Hello Support,

Can ESP32-S3-USB-OTG be used as an OTG host and a PC-connected device at the same time? I found a example of ESP USB Bridge ( https://github.com/espressif/esp-usb-bridge ) that bridges between a PC and a JTAG/UART MCU. However for my application I need a USB OTG host that allows connection fro any device and then itself bridges/connects to a PC. Could you advise if this is possible with ESP32-S3-USB-OTG, ideally point to some sample code?

Thank you

Re: ESP32-S3-USB-OTG usability

Posted: Fri Mar 17, 2023 12:39 am
by ESP_Sprite
Hiya,

First of all, this is not a support helpline, you'd want sales@espressif.com for that; this is a community forum where both a bunch of knowledgeable people as well as some Espressif engineers roam around freely, answering questions when they have time.

With that being said, the ESP32-S3 only has one USB-OTG peripheral that can either be a device or a host (but not both at the same time), so unfortunately what you want is not solvable using a single ESP32-S3.