Hi,
Can anyone recommend a power supply for the new B+ model that will power the Pi and two 2.5 external hard drives?
I have used a 5v 2a power supply and it does not give enough juice to power the drives.
I have not changed any of the power settings on the pi, so if anyone can recommend a supply or a setting to try that would be great.
Thanks In advance.
-
- Posts: 25318
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: B+ External Hard Drives
The information is out there....you just have to let it in.
My other Linux machine is a ChromeBox
My other Linux machine is a ChromeBox
Re: B+ External Hard Drives
In addition to the info linked to by fruitoftheloom, although the B+ has an uprated polyfuse compared to A/B models it still limits the total current into the board to about 2 amps. A supply giving more than that isn't going to help if the drives are not getting enough power via the USB sockets. If you want to use one PSU, you need to think about the "old hacks" from B days of diverting drive power around the RPi.
Quis custodiet ipsos custodes?
- FLYFISH TECHNOLOGIES
- Posts: 1750
- Joined: Thu Oct 03, 2013 7:48 am
- Location: Ljubljana, Slovenia
- Contact: Website
Re: B+ External Hard Drives
Hi,
If your disks are USB 2.0 compliant then 1.2A is enough for them... add to this number also RasPi's current consumption and you get a number slightly below 2A.
Best wishes, Ivan Zilic.
It always helps when the power requirements of the loads (hard drives) are known...cerebro wrote:Can anyone recommend a power supply for the new B+ model that will power the Pi and two 2.5 external hard drives?
Google said that by default you can sink 600mA from USB and you can increase that current up to 1.2A with one software setting (google can tell you exactly what to change).cerebro wrote:if anyone can recommend a supply or a setting to try that would be great.
If your disks are USB 2.0 compliant then 1.2A is enough for them... add to this number also RasPi's current consumption and you get a number slightly below 2A.
Best wishes, Ivan Zilic.
Running out of GPIO pins and/or need to read analog values?
Solution: http://www.flyfish-tech.com/FF32
Solution: http://www.flyfish-tech.com/FF32
Re: B+ External Hard Drives
Hi,
Thanks for all the replies, I have tried the software changes and unfortunately they don’t work for me. I have to USB3.0 hard drives, so I am going back to my old set up of a PiHub powering the pi and the two hard drives, as I know it works.
I will keep an eye out for any power changes published to the model B+ but for now keeping it simple and staying with what works.
Thanks again
Thanks for all the replies, I have tried the software changes and unfortunately they don’t work for me. I have to USB3.0 hard drives, so I am going back to my old set up of a PiHub powering the pi and the two hard drives, as I know it works.
I will keep an eye out for any power changes published to the model B+ but for now keeping it simple and staying with what works.
Thanks again
Re: B+ External Hard Drives
I now have a "decent" setup that can measure the output capabilties of various powersources.
Interesting to measure powersupplies marketed as "2A" and then finding out that they max out at 0.35A (just like most 0.5A supplies...)! Anyway, the best powersupply so far is one advertized as 2A which manages just over 1.5A.
My rule-of-thumb is that a 2.5" harddisk draws 1A, so with two drives, you're pushing the limit of the 2A supply even if the pi was infinitely efficient (0 power usage). But then they might draw more than one amp during startup....
So, to get your setup working....
- Can the powersupply manage the two disks + pi? Is it really 2A?
- Does the polyfuse mess things up? Can you power your pi through the 5V on the GPIO port?
- Can you measure the current draw of your harddisks?
Interesting to measure powersupplies marketed as "2A" and then finding out that they max out at 0.35A (just like most 0.5A supplies...)! Anyway, the best powersupply so far is one advertized as 2A which manages just over 1.5A.
My rule-of-thumb is that a 2.5" harddisk draws 1A, so with two drives, you're pushing the limit of the 2A supply even if the pi was infinitely efficient (0 power usage). But then they might draw more than one amp during startup....
So, to get your setup working....
- Can the powersupply manage the two disks + pi? Is it really 2A?
- Does the polyfuse mess things up? Can you power your pi through the 5V on the GPIO port?
- Can you measure the current draw of your harddisks?
Check out our raspberry pi addons: https://www.bitwizard.nl/shop/
Re: B+ External Hard Drives
The maximum current permitted, 1.2A, is not sufficient to power 2 external USB HDDs. The spin-up surge from either drive, when the other is running will trip the overcurrent detection.
Works fine with all of the drives I've tested singly, though.
Works fine with all of the drives I've tested singly, though.
Rockets are loud.
https://astro-pi.org
https://astro-pi.org
- FTrevorGowen
- Forum Moderator
- Posts: 6013
- Joined: Mon Mar 04, 2013 6:12 pm
- Location: Bristol, U.K.
- Contact: Website
Re: B+ External Hard Drives
Slightly O.T., but whilst I was waiting for my first Pi, back in 2012, I began an investigation of the performance of various potential PSU's for said Pi (and/or a powered hub) - you may be interested in those results and other, later, measurements:rew wrote:I now have a "decent" setup that can measure the output capabilties of various powersources.
Interesting to measure powersupplies marketed as "2A" and then finding out that they max out at 0.35A (just like most 0.5A supplies...)! Anyway, the best powersupply so far is one advertized as 2A which manages just over 1.5A.
...
http://www.cpmspectrepi.webspace.virgin ... plies.html
http://www.cpmspectrepi.webspace.virgin ... dPSUs.html
Trev.
Still running Raspbian Jessie or Stretch on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B+, P3B, B+, and a A+) but Buster on the P4B's & P400. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm
-
- Posts: 126
- Joined: Sun Dec 23, 2012 9:44 pm
Re: B+ External Hard Drives
Something else to consider. Do you not need to do the following to enable maximum power to the B+ USB?
Code: Select all
sudo nano /boot/config.txt
.....
safe_mode_gpio=4
Re: B+ External Hard Drives
With this USB power upgrade (1200ma across all 4 ports) I can run one HDD and a keyboard and mouse. But that is about all. Running multiple drives needs an external power supply. With 1200ma for USB devices and 600ma for the RPi B+ the total is 1.8A which is the limit for the power connector. And the power cable needs larger wires than most USB cables to supply the current without a prohibitive voltage drop.chorlton2080 wrote:Something else to consider. Do you not need to do the following to enable maximum power to the B+ USB?
Code: Select all
sudo nano /boot/config.txt ..... safe_mode_gpio=4
Cheers,
Steven
-
- Posts: 126
- Joined: Sun Dec 23, 2012 9:44 pm
Re: B+ External Hard Drives
Regarding the USB cable annoyance: PortaPow 'fast charging' cables are proven to provide just over 2A. I can't get enough of them!