EspTinyUSB icon indicating copy to clipboard operation
EspTinyUSB copied to clipboard

Where can I find the exmaple for USB Host HID device?

Open yanbwang opened this issue 3 years ago • 3 comments

Hi,

Where can I find the USB host exmaple for reading data from USB HID device?

I want to make soemthing with USB keyboard for input.

THanks,

Ziv

yanbwang avatar Jun 12 '22 13:06 yanbwang

I have the same need,I want to get the gamepad input

DOVE-PH avatar Sep 15 '22 02:09 DOVE-PH

For sure you can find some examples on internet, not necessarily using this library. There is some espressif API which you could try to use with USB host: https://github.com/espressif/esp-idf/tree/master/components/esp_hid

chegewara avatar Sep 15 '22 03:09 chegewara

I have the same need,I want to get the gamepad input

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

This library works well with ESP32 S3. I have use it on my many works.

E.g: USB Keyboard/Mouse to Ble

yanbwang avatar Sep 15 '22 07:09 yanbwang