Help - Controlling Raspberry Pi Pico Power using RPi5 USBs #627
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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,
sudo uhubctl
gets me:I then try to turn off hub 1 and 3 since the pico should be using USB 1.1 (which is 2.0 standard ?).
sudo uhubctl -a off -l 1
and
sudo uhubctl -a off -l 3
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).
Any ideas what could be causing this/has anyone tried this with similar microcontrollers?
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions