Page 1 of 1

Broken Micro USB on Raspberry Pi 2

Posted: Tue Feb 23, 2016 11:24 pm
by 8ByteRemmargorp
My Micro USB port broke off in an accident, and I do not think it is going to be able to be soldered back on, as some of the pads have been torn off. I was wondering if I could power it in a Different fashion. Now there are many posts about powering via USB or GPIO, however I do not want to do this as it will bypass the poly fuse. What I want to know is if there is a way to power by soldering a USB cable directly to the Pi. I have a Raspberry Pi 2 and have not been able to find any ways to do this for the newer model.

Re: Broken Micro USB on Raspberry Pi 2

Posted: Wed Feb 24, 2016 11:49 am
by drgeoff
You should be able to easily find somewhere to solder a ground connection, eg one of the 8 large mounting pins of the 2 USB socket pairs. For the positive you should be able to solder to the correct end of the polyfuse. I cannot tell you which end is which as my RPi2 is currently encased in a non-transparent case. However on a B+ the input end of the polyfuse appears to be the end closest to the edge of the board where the micro-SD card goes.

Re: Broken Micro USB on Raspberry Pi 2

Posted: Wed Feb 24, 2016 5:46 pm
by 8ByteRemmargorp
Which of the 8 mounting pins would I solder my ground to?

Re: Broken Micro USB on Raspberry Pi 2

Posted: Wed Feb 24, 2016 5:53 pm
by rpdom
You can solder the +5V wire to the points marked PP1 or PP2 and ground wire to PP3, PP$, PP5 or PP6. That will be the same as if the power has been supplied through the micro USB.

Re: Broken Micro USB on Raspberry Pi 2

Posted: Thu Feb 25, 2016 1:15 am
by 8ByteRemmargorp
This is for the Raspberry Pi 2 right? There have been many posts about the B+ so I just want to make sure.

Re: Broken Micro USB on Raspberry Pi 2

Posted: Thu Feb 25, 2016 2:15 am
by klricks
8ByteRemmargorp wrote:Which of the 8 mounting pins would I solder my ground to?
NOT to any of the 8 data pins! You can solder a ground wire to any of the large port shroud hold down tabs on the bottom of the board. There are 4 on each USB port. 2 on the RJ45 jack etc.

The PP1 & PP2 (5V) and PP3 (ground) and most of the other PPx test pads are the same on B+ and 2B models.

Re: Broken Micro USB on Raspberry Pi 2

Posted: Thu Feb 25, 2016 2:40 am
by 8ByteRemmargorp
Thanks, I got it working now. I soldered to the PP2 and PP3 pins and it's working great again! Thanks for your input.