I have read on the Raspberry Pi Foundation's website and forum that RPi Model B rev 2 should not get more than 1200mA of power on a 5V power source. This post (Safe to power a raspberry pi from a 50W adapter) confuses me. Someone here is saying a single RPi board can handle 10A (10,000mA) on 5 volts. Can the Raspberry Pi handle 10Amps? My Element14 manual/data sheet states that I should not give the RPi board more than 1200mA, but many places on the Internet state otherwise.
Asked
Active
Viewed 1,757 times
2
1 Answers
3
The Raspberry Pi will only take as much current as it needs, assuming the voltage stays at 5 volts. A power supply with a higher current rating just means there is more power available than is really needed.
It's not clear what the 10 amp figure is referring to. The RasPi board cannot come anywhere close to providing that amount of current from its ports, so you'll need to clarify what you mean by 'handle'.

BobT
- 794
- 4
- 6
-
So I could have a 5V 1500mA power cable and the Raspberry Pi will still function without physical or software damage? – Devyn Collier Johnson Aug 06 '13 at 14:52
-
1Yes. You can power it. But if you connect say motors that draw 10A via the Raspberry Pi power pins it will fry the +5 PCB traces. It wont damage any IC's. The PCB traces can only handle so much power (W) going through it. Imagine traffic. 3 lane highway with 1 car an hour is fine. But the olympics come to town and 500 cars an hour and the roads are stuffed- this
friction
will cause wires, PCB traces and any conductor that can't handle the load toBURN
! So be carefull what you connect to it. – Piotr Kula Aug 06 '13 at 15:55 -
2Yes, you could have a 5V 1000 amp (1000000mA) cable attached and the Pi would work fine. – BobT Aug 06 '13 at 19:05
That being said, there is still some confusion on what you are asking. If you have a 5v 10A regulated power supply, then plug it in... You won't burn anything. If you are trying to power a peripheral that requires 10A you will kill the Pi.
– Butters Aug 06 '13 at 18:48