I have need for a circuit that will perform the following basic function:
- Continuously monitor an external (battery) voltage and when battery voltage exceeds a certain threshold, _momentarily_ short a pin to GND.
I'm rather certain that `momentarily' in this context means approximately how long you would push the reset button on a computer for (since that's the end-user here) ... and not `momentarily' as in a single cycle of a 10MHz clock.
The overall application is a solar powered, remote (as in, left alone and inaccessible for a year or so) scientific measurement station. The controlling device is a Raspberry Pi and if I issue a HALT command to remove power draw (consider a cloudy day and my battery is nearly depleted) then I need an external, low-draw circuit, that can `watchdog' and short the Raspberry Pi RESET pin (to turn it back on) when I regain battery/solar panel voltage.
Can anyone steer me in the right direction? I don't have much experience with circuit design but have always been able to research and hack things together for my needs ... in this case, I'm hoping someone has a graceful and `correct' solution to propose.
- Continuously monitor an external (battery) voltage and when battery voltage exceeds a certain threshold, _momentarily_ short a pin to GND.
I'm rather certain that `momentarily' in this context means approximately how long you would push the reset button on a computer for (since that's the end-user here) ... and not `momentarily' as in a single cycle of a 10MHz clock.
The overall application is a solar powered, remote (as in, left alone and inaccessible for a year or so) scientific measurement station. The controlling device is a Raspberry Pi and if I issue a HALT command to remove power draw (consider a cloudy day and my battery is nearly depleted) then I need an external, low-draw circuit, that can `watchdog' and short the Raspberry Pi RESET pin (to turn it back on) when I regain battery/solar panel voltage.
Can anyone steer me in the right direction? I don't have much experience with circuit design but have always been able to research and hack things together for my needs ... in this case, I'm hoping someone has a graceful and `correct' solution to propose.