Portable Device Power Saver Circuit

Thread Starter

Zfensler

Joined May 28, 2014
10
I am trying to find or design a power saver circuit for a portable device. I figured this would be a fairly common circuit, maybe I am just missing the keywords to search. Basically I need to shut all power if a signal is not pulled back to ground after 5 minutes. This signal is an active low, "device active" signal. I originally tried 555 as a delay off driving a P channel mosfet whose source is the Vout and drain is Vbat, but had no luck. Here are some parameters:

Vbat: battery voltage - 4.5 volts
Vout: Can go as low a 3.5 volts, this powers multiple modules/chips.
"device active" signal: 3.3V when not active, GND/LOW when active. Active signal on average is about 2-4 minutes. If the signal is not active for 5 minutes, shut all power down.

I've seen circuits using microcontrollers, but I figured there had to be an easier and cheaper way. Appreciate any suggestions.
 

blocco a spirale

Joined Jun 18, 2008
1,546
A 7555 timer configured as a re-triggerable monostable is suitable and will work down to 2V.

Do you have a schematic for your first attempt?
 
Last edited:

Alec_t

Joined Sep 17, 2013
14,313
Using a 555, even a CMOS version, could be problematic for a 5 min period. The problem is that the very low cap charging current via the high value resistor is comparable to the cap leakage current. If you don't want to use a micro then another option would be a CD4060-based timer.
 
Top