ESP Easy with disabled wifi (battery and deep sleep)
Posted: 27 Feb 2018, 22:47
Hi, I need to build WiFi thermometer for heating control with one DS18B20 temperature sensor.
I would like to use only ESP8266 ESP-12, 18650 battery and DS18B20 sensor.
I read about project with 3 Ikea AA alkaline batteries and DHT22. It use deep sleep and wake up every 1 minute and send data over wifi. It works 55 days!
I would like to improve it. Use deep sleep and wake up every one minute. After wake *not enable wifi and connect to ap*, only read data from ds18b20 sensor and compare it with previous value. If the last and current values difference is great than 0.25°C, connect to AP a send data. Otherwise sleep for next minute. And every 15 minutes send data.
Is it possible with ESP Easy (and how?) or I need to use plain Arduino?
I would like to use only ESP8266 ESP-12, 18650 battery and DS18B20 sensor.
I read about project with 3 Ikea AA alkaline batteries and DHT22. It use deep sleep and wake up every 1 minute and send data over wifi. It works 55 days!
I would like to improve it. Use deep sleep and wake up every one minute. After wake *not enable wifi and connect to ap*, only read data from ds18b20 sensor and compare it with previous value. If the last and current values difference is great than 0.25°C, connect to AP a send data. Otherwise sleep for next minute. And every 15 minutes send data.
Is it possible with ESP Easy (and how?) or I need to use plain Arduino?