Does ESP support HID mice or keyboards? #3253
-
I hope to make a keyboard. |
Beta Was this translation helpful? Give feedback.
Answered by
jessebraham
Mar 13, 2025
Replies: 1 comment
-
The ESP32-S2 and ESP32-S3 should support USB-HID. The other chips will require an external IC to provide this functionality. One of our maintainers has built a keyboard around an ESP32-S3, which you can find here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Song-aff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ESP32-S2 and ESP32-S3 should support USB-HID. The other chips will require an external IC to provide this functionality.
One of our maintainers has built a keyboard around an ESP32-S3, which you can find here.