3

I've tried 5 different chargers, and none of them gets TP1>TP2 over 4.6 volts. I just plugged in a new charger (found here) which gives it 4.4 volts with only SD card attached, but 4.8 with SD card removed.

I tested the power before the polyfuse without SD card inserted: 4.94 volts
Voltage after polyfuse: 4.86 volts

So far, so good. Power off Pi, insert SD card, power up Pi and test again: 4.78 volts before polyfuse, 4.39 volts after polyfuse.

I tested the resistance of the F3 polyfuse, it seems to be a constant 1.2 Ohms. Is the fuse bad, or is the SD card somehow using that much power?

coderMe
  • 131
  • 3

2 Answers2

2

Based on your post, I suspect your problem is the charger. The link you provided indicates you are using a Nokia charger. The specification for chargers allows up to 1.5A, but the voltage specification is much looser than a USB power specification, and is allowed to drop as low as 3.6v. This is perfectly acceptable for a charger, but not for powering the Pi.

Rather than fiddling with the Pi, and risking damage, you should check the charger. If you connect the charger to a load e.g. 5.6Ω (which should be rated at 5W). This should be 5V ± 0.25V

There are lots of good chargers around. The Apple chargers work, and most hub supplies should work.

Milliways
  • 62,573
  • 32
  • 113
  • 225
2

I'm not sure what type of realistic faults the polyfuse can save you from. Most short circuit conditions will cause damage way before the polyfuse reacts.

After a fault, the polyfuse can take hours to full reset, so may have to be patient. I'm not sure what the usual voltage drop is, but yours seems higher than I'd expect is reasonable. (It's no so much about the drop as the ripple/spikes you would see on an oscilloscope)

I've had no problems just shorting the polyfuse out (or feeding the 5V into the GPIO header), and I probably poke around with GPIOs and so on more than most people do.

On the other hand getting the power in without the polyfuse in the way seems to reduce the number of unexplained crashes.

John La Rooy
  • 12,005
  • 9
  • 48
  • 77