- Fri May 22, 2015 9:37 am
#18175
I'll have to give that a try today and see what results I get. I noticed that it doesn't appear to support the deep sleep function but in your comment you stated that you have the module sleep for 15 minutes, can you elaborate on how you did that or share your code?
I'm seeing current requirements of ~15mA at idle and ~70mA when I assume the WiFi is turned on so I'm sure that these can operate off of batteries. The problem I'm seeing is that it sometimes resets and some resets come back with the module pulling up to 400mA and you have to reset the module to bring it back.
To be honest, I haven't seen what I would call a true datasheet on the ESP8266, at least when compared to other microcontrollers I have used. When I find something close to a "real" datasheet I see that the operating voltage range is 3.0-3.6V but the I/O can operate at 1.8V. None of the ESP modules I have seen use an onboard voltage regulator to generate 1.8V so all of the modules operate with 3.3V I/O. This is very common for processors to operate at 2 different voltage levels, 1 for the main and another for the I/O.
Take a look at this document on how they specify Vcc.
http://esp8266.ru/download/esp8266-doc/april-2015/0B-ESP8266__Hardware_User_Guide__EN_v0.7.pdfI definitely wouldn't operate the module at more than 3.6V for long periods of time, that could be asking for trouble