8000 ESP32-S3 USB HID · Issue #8707 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content

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

Open
Red-M opened this issue May 28, 2022 · 5 comments
Open

ESP32-S3 USB HID #8707

Red-M opened this issue May 28, 2022 · 5 comments
Labels
enhancement Feature requests, new feature implementations

Comments

@Red-M
Copy link
Contributor
Red-M commented May 28, 2022

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.

@Red-M Red-M added the enhancement Feature requests, new feature implementations label May 28, 2022
@dhalbert
Copy link
Contributor

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.

@Red-M
Copy link
Contributor Author
Red-M commented May 29, 2022

The issue is that esp's documentation says to not mix raw tinyusb and the idf's tinyusb because they can have bad interactions.

@stephanelsmith
Copy link
Contributor
stephanelsmith commented May 30, 2022

Fascinated by this prospect. two bumps. This is well beyond me, but enhanced USB support comes up a lot
#8560
#8426
#8035
etc...

@stroobandt
Copy link

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.

@dhalbert Could you point me to some CircuitPython USB HID example code?
I am interested in getting USB HID to run on a Lilygo T7 S3 for an upcoming project. Thanks!

@dhalbert
Copy link
Contributor

@stroobandt Rather than discuss this here, could you post in our discord at https://adafru.it/discord in the #help-with-circuitpython channel, or in our forums, https://forums.adafruit.com/viewforum.php?f=60 ?

RetiredWizard pushed a commit to RetiredWizard/micropython that referenced this issue Dec 30, 2023
…n-main

Translations update from Hosted Weblate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, new feature implementations
Projects
None yet
Development

No branches or pull requests

4 participants
0