Arduino NANO based web client which is gathering sensor info and sends it back to server.
Sensors used:
DHT11 BMP180 DS1820
https://github.com/brbrr/weather-api
I've use same module with 5000mAh power bank fully charged.
- Not using any power saving modes: 6df3742, module works for ~11 hours
- Using
Sleep_n0m1
library for arduino sleep mode. In that point module was reconnecting to WIFI every cycle (Which could be not power safe) 822b49c, works for ~13 hours - Include ESP deep sleep timeout, but with same config as 2. 74eb33c, tests are pending