Use PiPico as USB HID device #11077
Unanswered
Sundaresan-JSE-PMS
asked this question in
RP2040 / Pico
Replies: 2 comments 5 replies
-
HID definitions are coming but, for now, you'll have to pick them up from PR #9497 - and see micropython/micropython-lib#558 for an example of how they can be used. |
Beta Was this translation helpful? Give feedback.
0 replies
-
CircuitPython has mature HID support, including user-defined report descriptors. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm currently working on a project where I need to use my PiPico as a HID (Human Interface Device) device using a USB. So is there any library or code available from Micropython or any other sources?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions