A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By donnib
#40479
You might need a delay between report & shut down as a sort of debounce to prevent the ESP being woken straight away (you could proberbly disconnect and power off the WiFi during this delay if need to save battery).


Hey,
I tried this schematic and the code and most of the time after a PIR activity the board will reboot again meaning it will turn on/off multiple times. I guess your above comment is regarding that ? Have you solve it in your solution if so can you post the code for it ?

Also i would like to know the power consumption you are getting if you have data for it. I am using this PIR https://www.mpja.com/download/31227sc.pdf where it says it has Quiescent Current = <50uA but i can see you are mentioning that you use KC7783R (http://www.electronics123.net/amazon/da ... c7783r.pdf) which has Standby Current ( no load) 300uA which is quite high so i am curios on what the power consumption you see.

/donnib
User avatar
By Barnabybear
#40777
nOOb wrote:I'm working on a project where I'll be driving an ESP-12 from an ATMEGA328P, and need to be able to shut off the ESP completely when not in use. How much current does the ESP draw when it's shut off using this method?

Thanks!


Hi, according to Espressif 0.5uA.
http://bbs.espressif.com/viewtopic.php?t=133
User avatar
By nOOb
#40962
Barnabybear wrote:
nOOb wrote:I'm working on a project where I'll be driving an ESP-12 from an ATMEGA328P, and need to be able to shut off the ESP completely when not in use. How much current does the ESP draw when it's shut off using this method?

Thanks!


Hi, according to Espressif 0.5uA.
http://bbs.espressif.com/viewtopic.php?t=133


Thank You!