using a ESP8266 as a temperature logger for a room with a central hub and sending data to a server with a simple GET request.
This project is bigger than just tracking temperature in your home, the big picture is going to be to build a thermostat to use this data. I will be adding to this project every step of the way and I will also be accepting pull requests as long as they fit.
- ESP8266
- FDTI basic
- AM2302 DHT22 Temperature And Humidity Sensor
- ESP8266 ESP-01 Programming and Dev board
- some kind of power pack (for now I will use 2 AAA batteries)
This project requires some king of central server to hold all the data, it can be a raspberry pi or a home computer running PHP and SQLite.
Sign up for a free account to openweathermap.org to track local weather data (I find this helpful to compare data)
you can add unlimited sensors around the home or outside as long as they have Wifi or some kind of IoT.
This is a work in progress and I will be updating this repo as I build.