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 !