How much of a fudge factor do I have?
MarkCrCo
Posts: 89
in BASIC Stamp
I usually use AA rechargeable batteries for my projects. I bought a bunch of serial homework boards when they were on sale. Most of my projects have worked fine at 7.2 volts (6 batteries). My latest creations is using all 16 pins for lights, sensors, and 3 servos, and it keeps resetting using my normal power. I can go up to 8.4 volts but the battery holders get a bit weird ( 4 + 2 + 1) or I can go to 9.6 V (4+4). My question is... is that extra 0.6 Volts going to be too much for the stamp?
Comments
Are you powering the servos from the board? This could cause the regulator to get hot. 3 servos might be a bit much for the LM2940 regulator.
The higher the voltage the more power the regulator will need to dissipate as heat.
If you're pulling 500mA of current from the regulator and your input voltage is 9.6V then you'll need to dump (9.6V-5V) * .5A = 2.3 Watts of heat.
Freshly charged NiMH batteries have a higher voltage than 1.2V. Your 8 cell pack could easily measure 11V when freshly charged. Pulling 500mA from a 11V pack would create 3W of heat.
Using higher input voltages (up to 26V) isn't a problem for the regulator but the problem arises from trying to dissipate all the heat if you pull a lot of current through the regulator.
According to the datasheet the LM2940 should be able to source up to 1A of current but this assumes you're getting rid of the heat generated by the regulator.
Edit: Duane explained it better. It's all about heat in the regulator(s). EndEdit
Amanda