Electronic – Efficient low power regulation? i.e. 9 -> 5 Volts

efficiencylow-powervoltage-regulator

For the sake providing as much current as possible to a small circuit, regulated down from ~9V to 5V (or 5V->1.5V), I have looked at some possible options. What I was originally going to do (maybe a regulator for a solar cell, or 9v battery) is the I assume standard used LM7805 (5v) IC. I have read that it does use up a small, but fair bit of current to do this especially when only 50-100mA peak current is available.

Would a Zener diode rated at ~5 volts be able to do this more efficiently, as it should keep the voltage at or very close to 5V for quite some time higher, "regulating" it?

Would a (MOS|J)FET/other transistor (if more efficient, ignoring the slightly weird use) or something of that sense be able to lower the voltage with a very simple energy conversion?

Best Answer

Linear regulators like the 7805 are inefficient, and more so when the input voltage is higher. It works as a variable resistor, which varies its value to keep the output voltage constant, here 5V. That means that the current consumed by your 5V circuit also flows through this variable resistor. If your circuit dissipates 1A then the power dissipation in the 7805 will be

\$ P = \Delta V \cdot I = (9V - 5V) \cdot 1A = 4W \$

4W in a single component is rather much, the 5W in your circuit will probably be distributed over several components. It means that the 7805 will need a heatsink, and that's most often a bad sign: too much power dissipation. This will be worse with higher input voltages, and the efficiency of the regulation can be calculated as

\$ \eta = \dfrac{P_{OUT}}{P_{IN}} = \dfrac{V_{OUT} \cdot I_{OUT}}{V_{IN} \cdot I_{IN}} = \dfrac{V_{OUT}}{V_{IN}}\$

since \$I_{OUT} = I_{IN}\$.
So in this case \$\eta = \dfrac{5V}{9V} = 0.56 \$ or 56%. With higher input voltages this efficiency will even get worse.

The solution is a switching regulator, or switcher for short. There are different types of switcher depending on the \$V_{IN}/V_{OUT}\$ ratio. If \$V_{OUT}\$ is less than \$V_{IN}\$ you use a buck converter.
While even an ideal linear regulator has a low efficiency, an ideal switcher has a 100% efficiency, and actual efficiency can be predicted by the properties of used components. For instance there's a voltage drop over the diode, and resistance of the coil. A well designed switcher may have an efficiency as high as 95%, like for the given 5V/9V ratio. Different voltage ratios may result in somewhat lower efficiencies. Anyway, 95% efficient means that the power dissipated in the regulator is

\$ P_{SWITCHER} = \left(\dfrac{1}{\eta} - 1\right) \cdot P_{OUT} = \left(\dfrac{1}{0.95} - 1\right) \cdot 5W = 0.26W \$

which is low enough not to need a heatsink. As a matter of fact the switching regulator itself may be in a SOT23 package, with the other components, like coil and diode SMDs as well.