Low Battery Circuit
Low Battery Circuit
(OP)
Hello, have a circuit question for you guys!
I'm trying to incorporate a low battery indicator to an existing circuit and looking for some help/advice.
Unfortunately the circuit itself is already a low voltage circuit, (x2) 1.5V button batteries.
Additionally, the circuit has to be as minimal in components as possible to help conserve the final size of the final circuit.
I know the conventional way would be to lower the Duty Cycle and frequency but how could I implement this?
Any designers willing to help!?
Thanks!
I'm trying to incorporate a low battery indicator to an existing circuit and looking for some help/advice.
Unfortunately the circuit itself is already a low voltage circuit, (x2) 1.5V button batteries.
Additionally, the circuit has to be as minimal in components as possible to help conserve the final size of the final circuit.
I know the conventional way would be to lower the Duty Cycle and frequency but how could I implement this?
Any designers willing to help!?
Thanks!





RE: Low Battery Circuit
Forget it unless you have an LCD indicator.
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: Low Battery Circuit
Anyways.
Thats kind of the conclusion that I came down to. Thats kind of why I'm in this design issue.
Any low-voltage alternatives that might come in mind?
RE: Low Battery Circuit
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: Low Battery Circuit
My digital camera has a circuit that shuts down the camera when the battery is "too low," even though there's no plausible reason that the camera can't work down to 4V, but NOOOOOO, put in rechargeable NiMH batteries, and the instant the voltage drops down to 5V, the camera turns itself off. Dangit, I HATE THAT!!!
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Low Battery Circuit
I liked the idea of the flashing light, lowered-frequency/timer deal. By limiting it to a handful of flashes when the device turns on would be a great solution.
How could I go about making the light to flash (lets say)5 times and shut off afterwards?
BTW, thanks for the quick responses and I couldn't agree more IRstuff!
RE: Low Battery Circuit
Are there safety or reliability issues, either with the circuit/batteries or the application? Looks like you're not using rechargables, so there's less concern there. What are the consequences if the device just quit working? Do you really need a low battery indicator?
What are you really trying to accomplish? How much advance warning are you trying to give? If I'm miles away from anywhere and my widget suddenly tells me it has 15 minutes of life left, that might not help me. Then like Keith said, a battery good indicator is much more useful, tell me before I set out if I can expect the thing to work for another hour/day/week/whatever.
I heard of a company that had a low battery indicator built into a conventional flashlight (batteries, incadescent bulb, switch). An LED would turn on to tell the user that their flashlight was getting dim. Brilliant! If your normal operation gradually and safely degrades, (light dims, wireless range slowly reduces) that could be the indicator right there. Also, you could modify the operation intentionally. It all depends on what your device is. Is there some parameter about the normally operating circuit you can change to indicate low battery?
RE: Low Battery Circuit
RE: Low Battery Circuit
Obviously, the camera guys feel that it's better that you blame the low battery circuit for not getting a picture, rather that to think you got the picture and then find out later that you didn't.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Low Battery Circuit
JimKirk:
I've debated the idea of the fading 'Good' light but I can't help shrug off the concept that it will accelerate the drain of battery life in an attempt to indicate a dying battery. More Irony, yet very useful. The big trade-off is really 'will the user accept a shortened battery life in order to know when the battery will fail'.
All great ideas though.
RE: Low Battery Circuit
In fact, this is one case where you want there to be AMPLE warning so that the user has time to schedule the battery change when the safety device can be placed off-line.
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Low Battery Circuit
Run for a year on 9v battery. Very safety critical. Low battery warning system nailed 110% perfectly.
Battery gets low, start beeping once in a while. Do this without taking any significant power.
RE: Low Battery Circuit
VE1BLL: Good point. Don't know if I'll be able to untangle the main circuit from the low battery circuit but I'll take a look at it! Thanks
RE: Low Battery Circuit
Put it one of them tiny PICs, have it wake up and measure the battery voltage every couple of minutes, and do nothing if the voltage is okay.
If the voltage is low, it should flash an LED, say in bursts of short fhashes every 10 secs, with the number of flashes in a burst increasing as the voltage goes down... or something. Mock one up and screw around with the flash patterns.
Mike Halloran
Pembroke Pines, FL, USA
RE: Low Battery Circuit
Depending on exactly what this mysterious critical device is, it might require a beeper. Or at least design the entire system so that the LED will keep flashing for a few days to give the humans a fair chance to notice. That might be difficult because flashing once every minute can be easily missed too...
RE: Low Battery Circuit
Thats kind of why I like Keith's idea of giving the user an indication upon 'turning on' the device. That way, hopefully, they will take note of the fact that the device is on its way to dying.
I did think about using a PIC device to help monitor the circuit but I was hoping to keep the device as simple as possible. Nonetheless, its still an viable option.
Thanks again for this great brainstorming session! Hopefully one day I'll be able to help offer good advice on this forum! Happy to be a part of this site!
RE: Low Battery Circuit
With a PIC you can easily tailor the "annunciation" be it light or sound. I'll cleanly handle the 'warn on power up'. Essentially the PIC on its own cold boot does the check. You can even have it switch on a load resistor to actually 'test' the batteries at "running load". This gives a much more solid test.
My $50 P.O.S. electronic rat trap turns on a bright green LED for 3 seconds just when you turn it on, to show that it has sufficient charge to zap a rat,(so they say).
Once your device is running, if it has no obvious sign it is running, (like a transmitter), the PIC can wake and see the actual load's drop in battery voltage and alarm yet again with blinks or peeps to tell the victim bobbing in the water that they can now give up all hope.
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: Low Battery Circuit
7? , Now I'm really tryin' to figure out which one?
RE: Low Battery Circuit
I guess I meant 6 pin...
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: Low Battery Circuit