Replies: 1 comment
-
Ok, in my case it seems the PD chip was not the cause after all! Instead, the main CPU got fried and now has VCC_3V3 shorted to ground. Here is the 3V3 regulator (U5) getting quite warm: From the Pinecil V2 schematic (https://files.pine64.org/doc/Pinecil/Pinecil_schematic_v2.0_20220608.pdf) we see there are a lot of pins that directly connect to the USB port. While there are ESD protection diodes in place, in order to protect the microcontroller we would need to add clamping diodes that keep GPIOs always below 3.3V even when bad power supplies peak above that. But we would first need to know exactly what happened when the CPU got fried (what voltages we had, was it a spike or sustained?). I am not going to risk plugging the other irons, but let me know if you have more suggestions to test this. The moral of the story: Do not plug the iron to random power supplies, stick to the one that works :) |
Beta Was this translation helpful? Give feedback.
-
My Pinecil V2 broke after using a new power supply with higher power (140W).
At first I thought the cause was that the provided voltage goes up to 28V #2003, but Ralim kindly pointed out that electrically it was already taken into consideration.
Apparently in the chat there have been more cases attributed to interference from a lower grade power supply.
Checking the schematic brings up a 25V rated capacitor tied to VBUS, but from #1390 it seems the cap was already upgraded to a higher rating.
New hypothesis:
From the schematic a possible candidate are the I2C lines that go into the USB cable without any TVS or capacitors. This is the main difference I can see from the reference implementation suggested by the PD chip manufacturer.
If anyone has more insights on this please share and any input will be very helpful :)
Beta Was this translation helpful? Give feedback.
All reactions