What's a good way to reduce the output from a 9V battery to the 1.8V to 5V required by an ATmega328 controller? The context is a small robotics platform with low power requirements (very slow movement).
|
|
I would use a 7805 to get 5 volts simple circuit. Here is a image:
idea: please make sure that caps are ceramic/polymer caps. The ceramic caps only have low ESR value. specially the right hand one. |
|||||||||||||||||||
|
|
Since you want to power from a 9V battery we have to look out for possible current losses. While a three-legger like LM7805 may be an obvious choice, this regulator has a ground current of 8mA maximum. An LDO (low drop-out) regulator typically needs far less, e.g. the ground current of an LP2981 is only 800\$\mu\$A maximum. That's only 10%! edit If not used, the ON/OFF input must be tied to \$V_{IN}\$. The output capacitor value of 3.3\$\mu\$F is the minimum required for stability. "More capacitance provides superior dynamic performance and additional stability margin" (dixit NS) edit 2 |
||||
|
I might consider just providing the ATmega328 unregulated power unless you have something that actually requires it on the board. 2-3 AA cells should remain within 1.8 to 5.5 V over their life. A schottky might be prudent if you insert the batteries the wrong way (probably will need 3 cells then), and you could add a TVS if you want to be even safer. |
|||||||||
|
|
A similar question, but with different voltages: What is the coolest way (using passive cooling only) to step 12V DC down to 5V DC |
|||
|
|
|
It depends how efficient you need it to be. Simplest would be an LM317, but it will waste a lot of power. A switcher would be better, like those made by Nat Semi. I wouldn't use a 9V battery, though. |
|||||||||||||||||
|
|
if you want an efficient solution, using a Buck Converter would be a smart choice. you can build it with discrete components (inductor, diode, capacitor and transistor) or you can use some IC. |
|||
|
|
|
Another way to drop the voltage down from 9V would be to put an appropriate number of forward biased diodes in series with the positive supply. Typically you get about 0.7V drop per diode, so to bring it down to 5V from 9V you'd need something like 6 diodes in series. Fine... or a single Zener diode! |
|||||||||||||||||||||
|

