Help - Controlling Raspberry Pi Pico Power using RPi5 USBs #627
-
|
As part of a larger project, I need to have power control of multiple Raspberry Pi Pico. I would like to be able to use the RPi5's USB ports to do this. When testing with a old keyboard, I was able to turn off the device/port (can see from the caps lock light turning off) but when trying with the Pico plugged into the USB ports nothing happens when I run,
I then try to turn off hub 1 and 3 since the pico should be using USB 1.1 (which is 2.0 standard ?).
and With location 2 and 4 saying no device (as expected). I however am not able to get the pico to turn off (I have an LED hooked up to it's 5V pin with a resistor to ground). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
From readme:
Because of that:
Note that I recommend to turn off locations 2 and 4 (1 and 3 would work unless you have 1 port USB hub detected at location 1). Basically, make sure that you turn off all ports on all USB2/3 4 ports hubs you can see. This should completely remove VBUS from any device connected to RPi5 USB ports. |
Beta Was this translation helpful? Give feedback.
From readme:
Because of that:
Note that I recommend to turn off locations 2 and 4 (1 and 3 would work unless you have 1 port USB hub detected at location 1).
Basically, make sure that you turn off all ports on all USB2/3 4 ports hubs you can see. This should completely remove VBUS from any device connected to RPi5 USB ports.
As soon as you enable p…