I'm using an Adafruit Feather Huzzah esp8266 (https://learn.adafruit.com/adafruit-fea ... 6/overview) and my problem is related a power consume.
My power supply is Lithium Ion Polymer Battery - 3.7v 600mAh, my program starts, conect to wifi, conect to io.adafruit.com, todo a publish and enter em deep sleep for 30 minutes, for put in deep sleep I'm calling
- Code: Select all | TOGGLE FULL SIZE
ESP.deepSleep(30 * 1000000);
Following ESP8266 datasheet, in deep sleep it should consume ~10uA, but my Adafruit Feather Huzzah esp8266 is consuming 6,5mA in deep sleep mode, you can check it in the picture attached.
Can anyone help-me about "Adafruit Feather Huzzah esp8266" current consume? Is it 6,5mA current consume in deep sleep? Is it right?
Thank you guys.
Bests
Diogo