-->
Page 2 of 4

Re: Node MCU Deep Sleep or ON/OFF

PostPosted: Thu May 03, 2018 6:11 am
by Anti Reiljan
Thank You for the comments!

I just donĀ“t feel sure with pins only boards :roll:

But will order a few ESP01 and a programming unit to test it out.

1) Is it ok to have the float switch between the positive wire?

2) is there a better way to cut off the power after the signal is sent? The float switch will keep power on for 1-3 days if not cut off. Plan to use this timer circuit.https://www.aliexpress.com/item/DC-3-12 ... 0.0.XM3Qpn

Re: Node MCU Deep Sleep or ON/OFF

PostPosted: Fri May 04, 2018 3:00 am
by torntrousers
One thing with that timer/switch is that it says: "4.Operating Current:3V---0.7mA;5V---1.4mA", so thats going to drain your AA batteries in a couple of months. So its probably better to just put the ESP to sleep after its sent the email which will drop the current consumption down to low micro amps.

There is a article here about modifying a NodeMCU for lower power - https://tinker.yeoman.com.au/2016/05/29 ... revisited/

Re: Node MCU Deep Sleep or ON/OFF

PostPosted: Fri May 04, 2018 4:06 am
by Anti Reiljan
Ok, got it! Will make a trial with the Node MCU and when the ESP01 arrives, will build the finished project on this.

Will ESP01 work directly on 2xAA ot 2xAAA or I need still to add a voltage regulator? If the power is on for 1 minute per month?

So the float switch will be between the positive wire. When power goes on, the ESP will run the program and do the job, and go to Deep Sleep in 1 minute. in few days when water level drops, the float switch cuts the power. In approx. 30 days the switch triggers again...

Re: Node MCU Deep Sleep or ON/OFF

PostPosted: Sun May 06, 2018 4:31 am
by torntrousers
Anti Reiljan wrote:Ok, got it! Will make a trial with the Node MCU and when the ESP01 arrives, will build the finished project on this.

Will ESP01 work directly on 2xAA ot 2xAAA or I need still to add a voltage regulator? If the power is on for 1 minute per month?

So the float switch will be between the positive wire. When power goes on, the ESP will run the program and do the job, and go to Deep Sleep in 1 minute. in few days when water level drops, the float switch cuts the power. In approx. 30 days the switch triggers again...


Should probably run for years like that on 2xAAs. There's some old discussions about using 2xAA batteries here.

Also, this one might be helpful for when you get your ESP-01 - viewtopic.php?p=32227#p32227