Page 1 of 1

ESP8266 + ESPEasy + Battery => share of results

Posted: Wednesday 05 April 2017 13:40
by JohnnySK
Hi all domoticz fans :)
lot of times somebody helped to me on this forum, so I decide share my tests and tries with battery powered sensors.
Datasheet and everybody says abou maximal voltage on ESP8266 is 3.8V but that is not absolutly true.
I made lot of measurements and experiments with 18650 Li-ion batteries as power source for ESP8266.
As protection I added shotky diode between ESP and battery (shotky pull-down voltage of battery) but consuption of diode was higher than consuption of ESP when you connect in on higher voltage as is recomended.
When I connected current meter between power source and ESP, I saw some dependance between voltage and current consuption. On higher voltage (4.5V) is higher current consuption. I tried compare discharge li-ion battery from 4,2V to 2,5V with and without compensation diode.
Result is.. do not use diode :lol:
If you use very good LDO regulator, with veeeery low internal consuption.. That is better solution.

I'm using sleep mode in ESPEasy and whole concept of ESPEasy it's very good for me, so I ended my own programming of project and using ESPEasy on battery sensors.

Maybe somebody will help this.
Here you are my small results with different batteries and measurements:
(on ESP-01/02 I've made hack - soldered GPIO16 pin to Reset for use sleep mode)

sorry for grammar mistakes in my English

Re: ESP8266 + ESPEasy + Battery => share of results

Posted: Wednesday 05 April 2017 14:06
by heggink
have you tried to use a 3.3v step up/down converter with an 18650? I have the converter but no protected 18650 so cannot test without ruining the battery.

Re: ESP8266 + ESPEasy + Battery => share of results

Posted: Wednesday 05 April 2017 17:50
by Derik
mmm
I am not smart for this stuff.

Only perhaps the master of Home-automation does:
http://blog.hekkers.net/esp8266-power-u ... surements/
Or:
http://blog.hekkers.net/2015/04/06/esp8 ... ed-sensor/

Master because:
http://www.hekkers.net/domotica/
Long before......
xxx

Re: ESP8266 + ESPEasy + Battery => share of results

Posted: Tuesday 15 August 2017 13:44
by JohnnySK
heggink wrote: Wednesday 05 April 2017 14:06 have you tried to use a 3.3v step up/down converter with an 18650? I have the converter but no protected 18650 so cannot test without ruining the battery.
You don't need to use it.. Use just a protection board for battery and connect output directly to ESP8266.

Re: ESP8266 + ESPEasy + Battery => share of results

Posted: Friday 18 August 2017 21:35
by heggink
if you have a board then yeah :-).

Re: ESP8266 + ESPEasy + Battery => share of results

Posted: Sunday 05 August 2018 20:53
by MartHale
What settings do you recommend for testing sleep mode?

So do you touch a wire from GPO 16 to reset to get this mode started? ( if So I may install a momentary switch for this )

I have never done this, and if you can point me to a tutor, as I did not see one on their site.

At present my solution is using a solar charge controller to power 6 lithium cells at 12 V, the charge controller has USB outlet which I power the ESP8266 with.


Thanks!