Electrical – Low-power water level alarm

555low-powermsp430sensorwater

I'm trying to build a simple low-power water level alarm such that it could run continuously for at least 4 months on just 3x AA batteries. I've found this schematic which uses the 555 timer:

enter image description here

However, the 555 timer has a minimum power consumption of around 30mW, which would be too much. Would it be a good idea to modify the circuit such that the water's conduction supplies power to the 555 like so:

enter image description here

Is water conductive enough for this to operate?

Would it be a better idea to just use a low-power MCU like MSP430 and raise an interrupt when the probes short by water's conduction?

Any thought appreciated.

Best Answer

A few simple mods are all that is required. enter image description here

Add a p channel MOSFET to act as a ON/OFF switch for the 555. The circuit only draws current when the switch is activated.

The current through the MOSFET is small so anything that can carry 500 mA or more would be more than capable.

I've also simplified the oscillator to run from a single resistor (50% duty).