Power supply for usb devices

powerraspberry piusb

I had a question that I was hoping someone could help with. I am building a cluster of raspberry pis to do research on and I decided the best way to power all the nodes was through micro usbs. (I figured if I did it through the 5v pins, then I would have to add fuse protection and design/implement a PCB board for 40 nodes – which will take quit a lot of time) I was in my lab and I found two left over power supply boxes from other projects. They are Thermaltake TR2 W0070 430W ATX12V v2.3 Power Supplies (here is a link to view the specs: http://www.newegg.com/Product/Product.aspx?Item=N82E16817153023). Is it possible to use this power supply to power the pis (using the micro usbs) or should I look for another option such as a 10 port AC adapter (e.g. like this one: http://www.meritline.com/10-ports-usb-20-hub-power-adapter-included-with-ac-adapter-white-with-silver—p-56107.aspx)? If it was possible, how would I do it?

Thank you very much for your help in advance, I really appreciate it!

Best Answer

In short, yes. If you go to the Specifications tab you can get the output specs:

+3.3V@22A, +5V@30A, +12V1@18A, +12V2@17A, -12V@0.3A, +5VSB@3A

A single Raspberry Pi will theoretically draw 700mA at most, but generally peaks at around 500mA. (source) So, if you have 700mA (we may as well design for worst-case) drawn by 40 Raspberry Pis, you'll have a net current draw of 28 amps. This means you could use the 5V@30A rail from just one of the power supplies to power the entire cluster! However, you'll still need a way to split that power 40 ways, and if you want to add the fuses go ahead; if you can't find 750mA ones, 500mA slow-blow types should work (assuming you want one fuse per node). If you simply want a mains-side fuse (I wasn't sure based on your post-may as well cover all the bases), I think 1A (at 115V) would be sufficient.