Chat freely about anything...

User avatar
By washburn_it
#93125
rpiloverbd wrote:
washburn_it wrote:Is there some "ESP8266" equipped board that absorbs less than the NodeMCU?

ESP32 has lower power consumption than ESP8266. Its current consumption is 10 micro ampere in deep sleep.
For further info regarding the low power modes of ESP32, you can see the following articles: https://www.theengineeringprojects.com/ ... modes.html
https://maker.pro/esp8266/tutorial/shou ... 6-to-esp32


I bought two ESP32 WROOM Devkit v1 to experiment with the "big brother" of ESP8266 but unfortunately the power consumption during deep sleep is even greater than with ESP8266 (about 11 mA vs 9 mA).
I tried also to take the power LED off from the ESP32 but consumption decreased by just 2 mA then at the same level of the "little" brother.
Probably the solution is to go with a raw module (as btidey wrote)...
User avatar
By washburn_it
#93304 I bought an ESP12F that I soldered to a kind of breakout board (https://www.amazon.it/ESP-12F-ESP12F-Expansion-aggiornamento-Espansione/dp/B07N96P147/ref=sr_1_2?__mk_it_IT=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=13A17S5WSTBFC&keywords=esp12F&qid=1641663000&sprefix=esp12f%2Caps%2C83&sr=8-2), I assembled a board to program the ESP12F (instruction here https://www.instructables.com/ESP-12E-and-ESP-12F-Programming-and-Development-Bo/) and loaded a test sketch to put it into deep sleep.
I measured the deep sleep current with a INA219 (with my digital multimeter it doesn't even turn on) directly on the VCC pin and during the deep sleep it measured an oscillating current between 100 and 200 uA.
I still have to measure the consumption with all the sensors connected but it seems encouraging.

Edit: I've read now INA219 specs and it seems that is not possible to measure current under 1mA with precision...so probably what I'm reading is not a real value...