PoE unstable power-up #33
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With some PoE switches, the power drops (visible on 12V rail) when downstream power supplies are starting. Sometimes the board does not recover and the 12V power oscillates.
Description
PM1202 supports the following PoE Standard with the following inrush Current limit
802.3af: 400mA over 50ms
802.3at: 400mA (Type 1 Device) 800mA(Type 2 Device) over 50ms
The office's main switch support both 802.3af and 802.3at. This explains why PoE works for any Kirdy connected onto that switch but not the smaller one.
(Edit: The smaller switch only supports 802.3af Standard)
Inrush Current Measurement
Inrush current is measured across this inductor.
Measured peak current is 3.433A@12V -> 858.25mA @48V (assuming no efficiency loss)
This clearly violates BOTH PoE specs.
Hot Fix for the Revision v0.3 Hardware
We can add soft start to LT3081(+9V Net) LDO, which receives PoE 12V Input and reduce the severity of the inrush current. Turns out the datasheet mentions such soft start circuitry by adding a capacitor at set pin and a diode.
Capacitance: 2.2uF x 3 + 0.1uF -> 6.7uF
Diode: (an unknown through hole diode)
The first current spike is reduced to ~2.5A(Org: 3.433A). Adding more capacitance seems to have diminishing return. The Kirdy board with faulty PoE can startup with this modification but the recorded current spikes still violate both PoE specs. 2.5A@12V -> 633.325mA@48V (assuming no efficiency loss)
(Note: I also tried clamping the output current with the ILIM pin of LT3081 but does not work with the current spikes.)
Solution for Next Revision
First implement the above hot fix on next rev.
We already have inrush protection (R62)
Maybe increase this resistor to 22Ohm
We removed the protection circuitry on rev0_3(#24) to use the PM1202 PoE Power Module instead of AG5300 as PM1202 claims to have inrush current limit already.
AG5300 also have inrush protection :)