Hello, I'm trying to design a circuit that sends a signal whenever it detects too low of a voltage or too high of a voltage on any of the battery's cells. I've already breadboarded the circuit and programmed the uC and it works great, however, it only really needs to be used when battery is being used, and the 34 mA current doesn't help much during long rest periods. I've learned that you can tell the microcontroller to "go to sleep", but apparently the voltage regulator still draws 9 mA of idle current. Are there voltage regulators with extremely low idle current? I haven't found any and it seems I need to "turn off the voltage regulator" -
So.... how to do that? I was thinking about using a current shunt which is fed into an amplifier(like some kind of op-amp) that sends it to a comparator(to detect if current is being used) that drives a mosfet that effectively halts current to the voltage regulator. The two op-amps used in the amplifier and comparator would be power-supplied by cells. Is that a sound design to minimize current usage during idle periods? Any other possible or possibly common solutions to this problems? My googling skills seem to be failing me with this problem, suggesting it might specialized, but there are a ton of battery-powered devices that experience periods of inactivity and automatically "sleep" to minimize current usage, right? I think I just may be using a not-so-common search query.
I've also been thinking about periodically waking up once in a great while(Like once a day), just in case the battery might be self-discharging, but I don't think I should have too many problems designing that. Any help or insights would definitely be appreciated, though!
So.... how to do that? I was thinking about using a current shunt which is fed into an amplifier(like some kind of op-amp) that sends it to a comparator(to detect if current is being used) that drives a mosfet that effectively halts current to the voltage regulator. The two op-amps used in the amplifier and comparator would be power-supplied by cells. Is that a sound design to minimize current usage during idle periods? Any other possible or possibly common solutions to this problems? My googling skills seem to be failing me with this problem, suggesting it might specialized, but there are a ton of battery-powered devices that experience periods of inactivity and automatically "sleep" to minimize current usage, right? I think I just may be using a not-so-common search query.
I've also been thinking about periodically waking up once in a great while(Like once a day), just in case the battery might be self-discharging, but I don't think I should have too many problems designing that. Any help or insights would definitely be appreciated, though!
Last edited: