Month: February 2018

  • Battery powered weather station with ESP8266 and BME280

    I used to use web services such as OpenWeatherMap to monitor outside temperature in openHAB. I found out that sometimes they’re not very accurate and naturally they fail when the internet is down. So I decided to measure the temperature myself. After some searching, I decided to settle with battery powered ESP8266 wireless solution. The advantages are the following:

    • no wires;
    • low cost;
    • easy programming via familiar Arduino IDE;
    • long battery operation with deep sleep mode.
    Read more