0

Would this USB hub work to power 8 Pi 3's? If not... What are clean powering options for a cluster of 8?

AKW
  • 299
  • 1
  • 4
  • 8

3 Answers3

2

A USB hub will likely not be enough to power 8 Pi's. The spec is for 500mA per port (USB 2) and 900mA (USB 3). I don't know of any hub that could supply 8 Amps (1 amp per port). All of the Pi cluster setups I have seen are using a multi device USB charger. I would suggest doing a google search for Pi cluster and looking at what they are using. One thing to note is since you are planning to use Pi 3s solutions using the Pi Zero, probably don't apply as they have lower power requirements.

Steve Robillard
  • 34,687
  • 17
  • 103
  • 109
  • 1
    I can't quite grok that last sentence - what doesn't apply to Pi Zero? – goobering Mar 28 '16 at 08:03
  • @goobering Because the Pi Zero has lower power requirements than the Pi 3, power solutions which may work for powering a PI Zero based cluster likely will not work when powering a Pi 3 based cluster. – Steve Robillard Mar 28 '16 at 08:11
2

I don't think that the device you linked to will do what you want. It's power supply is 5V 2A, which is not going to last very long trying to power 8x Raspberry Pi B's or B+s. According to this answer, you may be fine with Pi Zeros though.

You probably want to get something like this. There is a class of device like this that will provide full power to all USB ports, and that's what you want to look for. I have one of these, and I tested with a Pi B+ when I got it, and it will power the Pi B+. Presumably, it will power any other Pi as well. The only thing I found that it won't power are some older Windows Mobile phones, but that could be because the batteries are too old to take a charge.

YetAnotherRandomUser
  • 1,120
  • 2
  • 10
  • 34
0

I went ahead and purchased the hub I originally ask about and it is currently working and powering all 8 nodes. The hub allanonmage mentioned should work as well. Happy clustering!

AKW
  • 299
  • 1
  • 4
  • 8
  • Did you try frying an egg on the PSU yet? :P – jDo Apr 04 '16 at 17:49
  • Barely even warm to the touch – AKW Apr 04 '16 at 18:01
  • Glad to hear it :) – jDo Apr 04 '16 at 18:11
  • What are the Pis doing? Wifi enabled? I wonder if you lucked out and they're in some kind of low power draw mode because they're not trying very hard. To be fair, I think the Pi itself draws ~500ma of current, but according to this post, that might just be under load http://raspberrypi.stackexchange.com/questions/26526/current-draw-for-2-0-models – YetAnotherRandomUser Apr 04 '16 at 19:07