Tempo is a project to connect the NodeMCU module to a Python Flask backend, primarily to read and store room temperature and humidity.
The project is divided to 3 parts:
- Python Flask project to provide a RESTful interface to perform CRUD operations on a SQLite database.
- NodeMCU with DHT11 temperature and humidity sensors. This will send data periodically to the Flask backend to store in the database.
- A client of some sort, to display the data. This is to be decided.
Each of the components' source code is stored in their own individual folder. There is also documentation specific to each component in the respective folder.
The project is MIT licensed. Check out the license here.