Why Decent Raspberry Pi Power Supply So Important?
If your Raspberry Pi Power Supply is not good enough, you will probably encounter this embarrassing situations.
- The raspberry Pi will not turn on, because the power supply does not meet the minimum power requirement.
- The raspberry Pi restarts itself when you are plugging in USB devices, like a mouse or keyboard. Some USB devices draw quite a lot of power, if your power doesn’t supply enough current, the Raspberry Pi might suffer a blowout.
- If you become so demanding on your raspberry Pi’s performance, and you want to over-clock your raspberry Pi? You will not be able to do it because you are not supplying enough current. The faster the raspberry Pi runs, the more current it draws, so you may again suffer from an electrical blowout.
Running Raspberry Pi off a phone charger, why bother with a proper power supply?
Some Raspberry Pi users receive their new Raspberry Pi and fire them up with a cell phone charger. They are thrilled and scream, “Yay! it works!”.
But ideally an investment in a quality power supply unit that will not only enable their Raspberry Pi to turn on and run, but allow for a small non-powered USB hub and some overclocking would be fantastic!
Raspberry Pi Power Rating And Power Usage
Required amperage is stated to be 700mA. But do not just get a raspberry pi power supply that is labelled “output 700mA”! Because most of the time they do not actually deliver that much.
It would be wiser to purchase one that can output more than 700mA. How much is too much though? 1.5 Amps? 2 Amps? If we knew the upper and lower limits, we could make a better choice. I will talk about this in the next section.
Here is a rough graph showing the power usage, current draw and voltage supply, when my raspberry pi is turning on, running idle, busy and idle again.
You can see the power/current does not change a lot when it’s running. But because I have not added any USB devices to it, so there might be unexpected times when cureent/power usage might show increase. It’s better to play safe here and get a power supply that can provide more current.
Rules of Thumb When Choosing Raspberry Pi Power Supply
There is no upper limit for the current rating of a raspberry pi power supply, the Pi will draw what it needs. However, I would recommend 1A to 2A power supply for best value, because the Pi has an internal fuse that will trip if it draws more than about 1A. Any more power power supply would be a waste of money. :-)
The cable connecting the power supply to the Pi is equally important when considering. Many cheap USB/micro-USB cables have very thin wires, which means there is a limit on the current they can deliver. (in words of electronics, thinner wire means larger resistance. If a larger current is running through it, the voltage will drop) Which would lead to a Pi shuts down due to the lack of power (voltage dropped below working voltage).
USB hubs, when using them, they must be independently powered (as recommended by all documentations i have seen. I would recommend the power supply for a USB hub should be rated to deliver 500mA Per port, plus enough more to power the hub itself. For a 4-port hub the power supply would be quite safe to be rated at 2.5A, so it can deliver enough power for each port.
Anyway If you have ANY kind of problems that involve the Pi ‘freezing’ shortly after plugging in a USB device check your power supply first!
Using AA Batteries to Power Raspberry Pi
Some people might be interested in going mobile with the Raspberry Pi, therefore have the need of a battery power supply. AA battery is a cheap option and a lot of people would be wondering if they can handle raspberry Pi.
I think AA battery would be a little too optimistically. You can probably power the Pi for a few hours from 4 of them (~6V), but only if you use a 5V dc-dc regulator. If you use 4 Alkaline AA batteries directly you will get a voltage varying from 6.4V to 3.2V as the cells discharge. That is not acceptable at all for the Raspberry Pi’s required working voltage of 5V. If you use 4 NiMH rechargeable AAs you will get a voltage varying from 5.0V to 4.0V. That would also quickly falls out of spec for both USB and the 3V3 regulator.
It’s probably more likely to use a high enough voltage battery with a step down voltage converter, to get 5V out of it. For example a 11.1V Lipo Battery or NiMH Battery.
8 comments
Hi Guys,
Check out BattPi – BattPi is a Case for Raspberry Pi with integrated Battery and Real Time Clock. Built in UPS offering up to 8 hours of battery life.
kickstarter.com/projects/719364198/raspberry-pi-case-with-real-time-clock-battery-and?ref=nav_search
Thanks,
Shahid Darbar
Great consolidation of the most pertinent information. I found this very useful. Any chance you might try accepting bitcoin donations?
Hi brother,
thank you for your blog
plz I connect my Pi on 1 A power supply & I connect a usb hub powered with 1 A separately & everything is ok. Can I operate my Pi on 2 A power supply & don’t use another power supply to the usb hub?
no, the usb ports can only handle a certain amount of current. you need separate power supply if your USB devices draw a lot of current.
Ok, can I connect them in parallel on one power supply (2A) ?
Thank you very much Oscar
in theory, yes. But you might need to cut the wires and do some soldering.
I still recommend using two separate power supply for “heavy duty” USD devices.
Hi,
While i was reading you nice post, this came to my mind: If there is normal power via USB and on it’s side there is a battery set, is there any way to Pi to “sence” when USB power is turned off for some reason and changed to battery?
I am working on a solution that needs to alarm when power is drop down (during blackouts) and Pi starts to use battery.
that’s a good idea, you mean like a laptop right? I am sure someone has done it already, try google…