tobozo / ESP32-USB-Soft-Host

An Arduino wrapper to @sdima1357's usb_soft_host esp-idf example
GNU Affero General Public License v3.0
284 stars 42 forks source link

support for wireless keyboards? #9

Closed jayesh312001 closed 3 years ago

jayesh312001 commented 3 years ago

the library successfully worked for wired keyboards but can we make it work out for wireless keyboards as well? i'm using logitech mk215 wireless keyboard and it's not working.

tobozo commented 3 years ago

i'm using logitech mk215 wireless keyboard and it's not working.

That's not surpsising, most usb dongles for wireless keyboard/mouse aren't using USB-LS.

If you happen to find one that works, please reopen this issue and provide the vendorID / productID so I can add it to the supported list, but it's very unlikely.

thanks for your feedback :+1: