ASCII8BiT
Posts: 7
Joined: Tue Dec 03, 2019 11:22 am

[SOLVED] Power Up Raspberry Pi 4 B

Thu Jan 02, 2020 7:51 pm

Can i power up raspberry pi 4 b from this TP7/TP12 pins? and which is is ground, which is it VCC?
Attachments
IMG_20200102_224941.jpg
IMG_20200102_224941.jpg (35.75 KiB) Viewed 719 times
Last edited by ASCII8BiT on Fri Jan 03, 2020 1:16 pm, edited 1 time in total.

jdb
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 2351
Joined: Thu Jul 11, 2013 2:37 pm

Re: Power Up Raspberry Pi 4 B

Thu Jan 02, 2020 7:59 pm

TP7 and TP12 are connected to the same thing - ground. See the trace connections between the two test points and the ground fill?

To power a Pi 4 from an external 5V source, use the GPIO pin header 5v/GND pins.

https://pinout.xyz
Rockets are loud.
https://astro-pi.org

ASCII8BiT
Posts: 7
Joined: Tue Dec 03, 2019 11:22 am

Re: Power Up Raspberry Pi 4 B

Thu Jan 02, 2020 8:03 pm

jdb wrote:
Thu Jan 02, 2020 7:59 pm
TP7 and TP12 are connected to the same thing - ground. See the trace connections between the two test points and the ground fill?

To power a Pi 4 from an external 5V source, use the GPIO pin header 5v/GND pins.

https://pinout.xyz
so can i power up Raspberry pi from gpio 5v and ground pins am i right?

trejan
Posts: 1874
Joined: Tue Jul 02, 2019 2:28 pm

Re: Power Up Raspberry Pi 4 B

Thu Jan 02, 2020 8:11 pm

ASCII8BiT wrote:
Thu Jan 02, 2020 8:03 pm
so can i power up Raspberry pi from gpio 5v and ground pins am i right?
Yes but any wiring mistake is very likely to kill your Pi. Only make the connections when everything is off and double check it before turning it on. You'll need good quality cables and connectors or you'll get a voltage drop at the high currents the Pi 4 can require.

User avatar
davidcoton
Posts: 4909
Joined: Mon Sep 01, 2014 2:37 pm
Location: Cambridge, UK
Contact: Website

Re: Power Up Raspberry Pi 4 B

Thu Jan 02, 2020 8:46 pm

The Pi is protected from reverse and overvoltage (testing this assertion is NOT recommended!), but on the Pi4B the protection relies on the current being limited BY THE PSU. If you are using a supply capable of more than 3A, you should add a polyfuse rated at 3A to protect the TVS diode.

And as one regular poster here has said from experience, if you do apply the wrong voltage, the protection may only work once. Don't be tempted to fix that by removing and not replacing the TVS diode. If you do, and then repeat the mistake, your Pi will be fried.
Signature retired

LTolledo
Posts: 3321
Joined: Sat Mar 17, 2018 7:29 am
Location: Anime Heartland

Re: Power Up Raspberry Pi 4 B

Thu Jan 02, 2020 8:47 pm

If you have confidence in your soldering skills:
from the schematic
TP1 = 5v
TP7 = GND
use at least AWG20 stranded wire (not solid core wire)
apply non-metallic tape or hot glue to the wires after soldering to serve as stress relief.

if no confidence in soldering skills,
power the board via GPIO header pin 2 (5v) and pin 6 (GND).
don't use regular dupont jumper wires as power in wires (those are very thin AWG24 wires)

for both methods, check and double check before applying power.
also make sure your power supply unit (not just any charger) can output 5.1v and deliver at least 2.5A.
"Don't come to me with 'issues' for I don't know how to deal with those
Come to me with 'problems' and I'll help you find solutions"

Some people be like:
"Help me! Am drowning! But dont you dare touch me nor come near me!"

User avatar
Burngate
Posts: 6290
Joined: Thu Sep 29, 2011 4:34 pm
Location: Berkshire UK Tralfamadore
Contact: Website

Re: Power Up Raspberry Pi 4 B

Fri Jan 03, 2020 9:54 am

LTolledo wrote:
Thu Jan 02, 2020 8:47 pm
... from the schematic ...
https://www.raspberrypi.org/documentati ... educed.pdf

Return to “Troubleshooting”