-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
ESP32-S3 USB HID #8707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I just tried CircuitPython's USB HID support for keyboards on an S3, and it works, so I don't think there's an inherent problem. |
The issue is that esp's documentation says to not mix raw tinyusb and the idf's tinyusb because they can have bad interactions. |
@dhalbert Could you point me to some CircuitPython USB HID example code? |
@stroobandt Rather than discuss this here, could you post in our discord at https://adafru.it/discord in the |
…n-main Translations update from Hosted Weblate
Uh oh!
There was an error while loading. Please reload this page.
I'd love to see device USB HID support for the ESP32-S3, currently this is not implemented.
I am currently trying to implement this but it appears to be held up by espressif as their library does not support it, any assistance in implementing this would be greatly appreciated as this is my first piece of work dealing with microcontrollers directly.
The text was updated successfully, but these errors were encountered: