Search found 1 match
- Wed May 11, 2022 3:33 am
- Forum: ESP-IDF
- Topic: USB host EP 0 STALL
- Replies: 4
- Views: 4272
USB host EP 0 STALL
I'm attempting to use the usb host peripheral on the ESP32 to communicate with a gamepad. Using the usb_host_lib example I've got basic communication working. I can see the descriptors and read values from the gamepad by communicating on the "IN" endpoint. In order to make things more robust I want ...