micropython hid host? #13030
Replies: 1 comment 1 reply
-
On most chips it's not possible to add additional USB ports as it requires hardware peripheral support in the chip, but it turns out the PIO in the rp2040 can handle this! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
is there any possible way to make a hid host with micropython?
my current setup:
i have a raspberry pi pico w that has a female usb A connector soldered to it.
d+ is soldered to gpio0 and d- is soldered to gpio1.
I was thinking that there may be a way to use this as a usb A host.
Beta Was this translation helpful? Give feedback.
All reactions