Replies: 1 comment 3 replies
-
it should auto unmount, and remount device. Try to enable debug log to see what went wrong. |
Beta Was this translation helpful? Give feedback.
3 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!
I'm working on a simple project where I only need to keep a "flashy" gaming mouse and keyboard awake, so they can do their flashy things. When the mouse or keyboard is connected to a USB charger, they don't power up, so it seems they need initialization.
I'm thinking about using a Raspberry Pi Pico as a USB host for this.
I've been able to get this working using a generic USB hub together with the
device_info
sketch. However, when unplugging and re-inserting the USB connector, the USB hub (or any other device for that matter) doesn't get mounted, and I'll have to physically reset the Pico in order for the mouse and keyboard to "flash" again.Is there a way to automatically mount a connected USB device without having to reset the Pico?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions