4

I want to attach a Raspberry Pi to hardware I'm developing. There is already +5v and GND available on the hardware. Is there any way to power up my Raspberry Pi from this (I just wanna avoid another micro USB cable inside my hardware if possible). Is there any safe way to so it through any GPIO pins?.

Roger Jones
  • 1,494
  • 7
  • 14
master_yoda
  • 247
  • 1
  • 3
  • 8

2 Answers2

7

The safer is to connect between PP1 (5V) and PP5 (GND). You don't bypass the power fuse of the RPi. RPi power mod

Foxrider83
  • 171
  • 7
3

You can’t power the Pi through GPIO, but you can power through the 5V and Gnd pins on the expansion header.

This is perfectly safe and acceptable, provided the supply complies. HATs often do this and the Foundation has compliance recommendations.

Indeed in some Pi models (including the Pi4) these are directly connected to the power connectors.

Milliways
  • 59,890
  • 31
  • 101
  • 209
  • i need to connect a touch screen to pi using HDMI and a relay to GPIO. Do you think that it gonna meet all the power requirements? – master_yoda Jul 17 '19 at 08:21
  • 1
    What power requirements? You haven't told us 1) which power supply you will use, or 2) how much the Pi and the peripherals you plan to connect need. – joan Jul 17 '19 at 09:36