-->
Page 3 of 3

Re: ESP8266 - standalone power supply - batteries

PostPosted: Mon Nov 09, 2015 11:42 pm
by Eyal
@tkdcal, I agree with @trackerj, if you plan for a continuously active esp, with WiFi, then you will need plenty power. Expect an average usage of at least 80mA, so even a 2400mAh battery (LiPo or 3xAA) will last you about a day.

However, most (but not all) applications can deep sleep for most of the time, for a set period or waiting for an event, and then power usage can be drastically lower. In the latter case a small solar cell should be enough to keep it going forever.

Still, I am not familiar with the performance of the esp-13 but expect it to be similar to an esp-12.

Re: ESP8266 - standalone power supply - batteries

PostPosted: Tue Nov 10, 2015 3:03 pm
by tkdcal
Eyal wrote:@tkdcal, I agree with @trackerj, if you plan for a continuously active esp, with WiFi, then you will need plenty power. Expect an average usage of at least 80mA, so even a 2400mAh battery (LiPo or 3xAA) will last you about a day.

However, most (but not all) applications can deep sleep for most of the time, for a set period or waiting for an event, and then power usage can be drastically lower. In the latter case a small solar cell should be enough to keep it going forever.

Still, I am not familiar with the performance of the esp-13 but expect it to be similar to an esp-12.


What I'm thinking of is a simple door open monitor. I imagine it would only have to wake up 4 or 5 times a day, if that, in my house. But I get the point about a continuously operating system. I have some ideas for those kinds of applications, but I don't think I'd use battery power.