Page 2 of 2

Re: ESP32-S3 USB host interface to keyboard

Posted: Wed May 04, 2022 9:49 pm
by gdsports
Take a look these demos. Not complete implementations but maybe enough to get started. The code is for Arduino but is mostly C code that can be used with the IDF also.

https://github.com/touchgadget/esp32-usb-host-demos

Re: ESP32-S3 USB host interface to keyboard

Posted: Wed May 04, 2022 10:25 pm
by username
Thank you!