Electronic – Increase LDO current with PNP

ldopnpvoltage-regulator

I have seen this circuit a few times. It takes a common 3 pin LDO, and adds a PNP transistor between VIN and VOUT, to increase the amount of current it can provide at the regulated voltage. It is present in the On Semi LM7805 datasheet.

At this time I'm looking at the Holtek 7133, a 30mA 3.3V fixed LDO. It also has the same circuit.

With VIN at 5V and Tr1 a common 2n3906 100mA PNP transistor, how would I calculate R1? How much does this change the quiescent current of 5 microamps? What's the minimum VIN required for this to work with this PNP (The LDO only needs a 0.2V drop out at max).

And what is the new maximum current in this configuration? Since R1 limits VIN, I'm assuming that all the load current goes through the PNP, so in this case 100mA, not the LDO's + the PNP's 30mA + 100mA.

Best Answer

The input voltage will need to exceed the output by the Vbe of the transistor + VCE(sat) + V(dropout)[LDO]. Under most conditions, that is about 1V plus the LDO dropout voltage. If you can live with the added V(in), then the outboard boost will operate.

The boost circuit will turn on at about 0.6V/R1. If you wanted to engage the boost at 30mA, then the resistor is 0.6/0.03 = 20 ohms. That 30 mA will (mostly) still pass through the regulator. The mostly refers to the fact that the transistor base current must be supplied from the input, so the output provided from the LDO is 30mA - Ib. All other current is being supplied from the outboard boost transistor.

The actual voltage at which the boost engages at will vary significantly over temperature due to the -2.1mV/Kelvin temperature coefficient of the base-emitter junction.

The actual output current is load dependent. As this circuit has no current limit, you will need to ensure that the transistor can handle the expected load current.

Make sure you choose a resistor with a suitable power rating (in this case 30mW minimum - I would choose a 100mW device at a minimum for this function).

HTH