0

What is the max current per GPIO pin on the 5V rail of the Pi Zero W? Also, can I power a 5V relay (4 channel, each requiring 15-20 mA) from this rail? If not, does anyone know of a 4 channel relay that I can use with this Pi? Thanks!

EDIT: This is the relay that I have

holtc
  • 103
  • 1
  • 1
  • 5

1 Answers1

2

The GPIO pins can source a maximum of 16mA safely. (In fact you CAN draw more, but this is outside the published specifications.)

I assume you are actually asking about the capacity of the 5V and 3.3V pins on the expansion header. The simple answer is that it varies!

See Raspberry Pi Power Limitations for some analysis. This does not directly mention the Pi Zero which has a minimal power circuit (let alone the Pi Zero W, AFAIK the schematic has not been released).

I am sure that you would be able to draw 80mA, given a decent power supply.

Milliways
  • 62,573
  • 32
  • 113
  • 225