Page 1 of 1

USB OTG Connection of ESP32-S2-MINI-1

Posted: Thu Sep 02, 2021 9:36 am
by esputk
Hi,

I will use the USB OTG interface of ESP32-S2-MINI-1-N4 module, but it does not have the USB ID pin.

• How can I use the ID property of the USB OTG standard?
• Is it suitable to connect the ID pin to the GPIO of the ESP32-S2-MINI-1 module?

Thanks in advance.

Re: USB OTG Connection of ESP32-S2-MINI-1

Posted: Fri Sep 03, 2021 2:20 am
by ESP_Sprite
For what specifically do you need this? Do you want to use the OTG functionality, or simply act as a host or device? Asking as you don't need to connect anything to the ID pin unless you need true OTG.

Re: USB OTG Connection of ESP32-S2-MINI-1

Posted: Fri Sep 03, 2021 5:47 am
by esputk
I need the true OTG functionality.

Re: USB OTG Connection of ESP32-S2-MINI-1

Posted: Sat Sep 04, 2021 1:58 am
by ESP_Sprite
Then you're probably going to run into more issues... we haven't properly finished the USB host driver yet, let alone thought about the OTG functionality, so you'd probably have to program that from scratch to get OTG stuff. Either that or wait until we get to it, at which point I assume there also will be proper documentation about things like the ID pin.