Electronic – Voltage regulator for 0.1mA load, with lowest possible power draw

voltage-regulator

I want to make a circuit that will provide 2.05V regulated DC from the li-ion battery voltage range of inputs (3.3V – 4.1V).

The load is almost nothing, approximately 0.1mA. However, this regulator must be extremely low-power-draw, ideally not drawing more than 1mW.

Any suggestions for the simplest possible circuit that can accomplish this?

Best Answer

There are several low quiescent current adjustable output low drop-out linear regulators that meet the criteria given in the question. The parametric search on the web sites of several of the usual LDO manufacturers would yield some options.

For instance, Texas Instruments TPS76201-Q1:

  • Adjustable Output Voltage: 0.7 V to 5.5 V
  • 27 uA Quiescent Current at 100 mA load
  • 1 uA Quiescent Current if the enable pin is driven high

The typical application circuit is simple as well:

Schematic

At the stated operating conditions, power dissipation in such linear regulators is:

P = (4.1V - 2.05V) * 0.127 mA = 0.26035 mW in a worst-case calculation.

P = (4.1V - 2.05V) * 0.1 mA + (4.1V * 0.027 mA) = 0.3157 mW in a worst-case calculation. (Thanks, markrages, for the correction)

Still well under the 1 mW power budget specified in the question.