2

I tried running a Pi Zero W on a 10000 mAh powerbank with qualcomm quickcharger capability (https://www.biltema.se/kontor---teknik/mobiltillbehor/powerpacks/powerpack-10000-mah-2000041816) . The first few times it worked ok, it ran for more than 24 hours but then the Pi suddenly stopped working. It appears to be fried:

  • No response when plugged into PC in usb cable (see link https://www.raspberrypi.org/forums/viewtopic.php?t=58151 bottom post on Zero)

  • When I plugg the pi into a regular pi-powersupply it smells of burning circuits and either the chip or the components between the chip and GPIO-pins quickly gets hot (I use a thermal camera but it is hard to judge exactly what component gets hot, its only a pinprick).

  • No reaction on entering a fresh SD card.

  • Finally, when I tried the PC trick again I used a thinner data USB cable and it got very hot, along with something sounding like a dying mouse. I think I may have fried the USB outlet on the PC too. If the damn pi wasn´t fried before it probably is now.

SO, probably quite fried!

Now the questions:

  1. Does anyone have similar experience?

  2. Could there be another reason why the Pi fried, e.g. bad power cable, short circuit, just a bad Pi?

Regarding #2: I dont think qualcom will jack upp power to 9 or 12 v without communication with the receiving device, then again, this is a cheaper powerbank.

I also checked the cable and it does not appear to be broken though it could still be an internal break and short circuit.

Also I used the old SD-card in a new Pi and it seems to be working. Will check again in a few hours.

5 Answers5

1

wished I had read your post before. I had one Zero W on a QC 3.0 powerbank for several months. Worked well, even for hours recording video. Then it abruptly died. I bought a replacement. That one lasted only a day. It was only then I started thinking and measuring. Seems like the Switching Regulator IC is gone on the first one. I haven't tested the second yet. I second your recommendation: no QC-powerbank if you want to keep your Pi. Too risky.

H

Henkki
  • 29
  • 2
1

You seem to overgeneralize the problem you have with one particular power bank to all Quick Charge / Power Delivery supplies. The implementations of these standards differ, but they all follow the same train of thought:

  1. Any device plugged into a USB port initially receives 5V.

  2. If the device supports higher voltages, it can request them from a compatible supply.

With a correct implementation, it's not possible to fry a 5V device by plugging it into a Quick Charge supply. If there's a bug in the implementation, it's quite possible that even a 5V only supply delivers a higher voltage by mistake: guess why many cheap power supplies use capacitor on the output rated for 10 or even 16V? That's because they can go way over 5V for a short time under just the wrong conditions.

Indeed, a multi-voltage supply / power bank is more complex than a single-voltage one, so there's more chances that it might misbehave, especially if you get a really cheap one. Considering the fact that no Raspberry can benefit from a higher voltage, there is no good reason to use such device to power the Pi, even if it normally should be safe.

Dmitry Grigoryev
  • 28,277
  • 6
  • 54
  • 147
1

Looking at the specs on the link above I'd say that it's gone over 5v for some reason and overloaded the pi. If you can smell burning when it's plugged in I'm afraid to say your Pi has died :(

I'd be wary of anything that can vary the voltage over 5v with mobile devices and especially Raspberry Pi's. Varying the amps won't affect it as the Pi will only take as many amps as it can use but the volts will fry it if it goes over 5v. In my experience chargers that can vary their amps/volts aren't very reliable at getting it correct with certain devices. They work fine with things that have matching quick charge capabilities etc. But with a generic device like a Pi they're very hit and miss.

rohtua
  • 469
  • 1
  • 4
  • 8
0

The specs of the power banks write something like this: 5V/2.4A, 9V/2A, 12V/1.5A 9V and 12V fries any raspberry pi (Zero/1/2/3/4). Some power banks support low current usb gadgets, but they have quick charge mode too. Also the problem with the usb-c power for the raspberry pi 4 was that the raspberry foundation doesn't follow the standards of the USB. The power bank can't recognize the raspberry pi right.

0

Update: I tried the Pi Zero with a regular powersupply and a fresh SD card but still nothing, except the processor gets very hot, 50+ degrees and rising fast.

That is one fried Pi!

With the comments above and some other stuff I have gathered on various forums I would say that the conclusion is to avoid powerbanks with quickcharge and variable voltage features.

Please let me know if anyone has tried and come upp with other results / conclusions.