4

I want to power my Pi Zero from the header pins, pin 2 and pin 6 specifically. I know that my Pi Zero can consume up to 120mA, and my power supply can provide up to 500mA. I've heard that the 3.3v rail on the header can output up to 50mA, but I doubt this is related to how much the 5v rail can be supplied.

So my question:

Is the header capable of being supplied 120mA?

and

What is the max current that I can supply to the header?

Patrick Cook
  • 6,365
  • 8
  • 38
  • 63

2 Answers2

5

The header power is connected directly to the uUSB connector power and therefore you can power up to 2A through that power supply.

But there is still a current limited between 5V and VBUS on the USB so you're limited to pushing 1.2A out of the VBUS

So your total supply would be around 1.32A to the Pi Zero

GSH
  • 496
  • 3
  • 2
2

There will be many ifs and buts here... For one thing, there are no schematics available from raspberrypi.org so we have to assume that the power circuitry is somewhat similar to other models - lets look at the B+. Using the pin header and not the micro-USB port to power the Pi will circumvent the protection circuit including the poly-fuse - you have been warned.

Is the header capable of being supplied 120mA?

It's highly likely that this is possible.

What is the max current that I can supply to the header?

The max amperage of header pins is listed with 1 through 3 A (depending on which product you look). However the Pi Zero does not provide a populated header pin, just via holes in the PCB. So the current is only limited by the width of the traces on the board. I'll go with the educated guess here that the board is designed that way to support the current necessary to operate the Pi.

Glorfindel
  • 620
  • 1
  • 9
  • 16
Ghanima
  • 15,958
  • 17
  • 65
  • 125