ESP32 S3 Devkit USB host

Hello everyone !
I am using a ESP32-S3-DevkitC-1-N32R8V and I want to use it as a USB host in order to control a simple USB peripheral. I use the Arduino IDE. I chose this card because it should be feasible through the embedded physical USB port (see picture below).

I successfully etablished communication between my computer and the ESP32 DevkitC (I was able to read through a touch sensor and to blink the internal LED). Nevertheless, I have no clue where to start to etablish a USB communication with a peripheral using Arduino IDE. Do you know if it is possible and how ?

Thank you !

This section is about the Arduino Nano ESP32 so that's a bit off topic :slight_smile:

my bad, thanks for letting me know I will remove the question

the ESP32-S3-DevkitC-1-N32R8V has a full-speed USB OTG interface
have a look at USB Device Driver which has some application examples

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.