Maker Pro
Maker Pro

Is it possible to limit current with constant voltage?

For my raspberry pi project I would like to have just the one power lead coming in, then splitting off to the pi itself and a usb hub. I was wondering if it is possible to limit the current that would be sent to the pi to something like 1.5A at 5V (power supply would be something like 5A at 5V) to protect it from over-current, yet also limit the current drawn by the hub to the remaining amperage (eg. 3.5A) so as to make sure there is always enough power for the pi. Is this even possible? If it is, how?
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
The rpi will only draw the current it needs. You don't need to limit it. You could use a 1000A power supply. As long as the power supply can supply at least as much as is required, you're OK.
 
Since no one answered the question in the title of the thread...

The answer is no. You can limit either the voltage or the current but not both.

For example, if you have a 5V supply and a device that needs 2A at 5V, there is no way to limit the current to 1A other than lowering the voltage.

Bob
 
You could always monitor the current @ 5V and turn off the power supply if the device exceeds the current rating you have set.
The Pi will require more current when starting up, or when it is tasked with some CPU intensive tasks. At idle, it draws much less than 1.5A
 
Top