Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 878 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 878 Bytes

weather-cli

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

Power consumption tests

I've use same module with 5000mAh power bank fully charged.

  1. Not using any power saving modes: 6df3742, module works for ~11 hours
  2. 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
  3. Include ESP deep sleep timeout, but with same config as 2. 74eb33c, tests are pending