This Python backend is crafted to interact with ESP32 devices, gathering temperature and humidity data from various sensors. It offers a RESTful API for data retrieval and enables plotting of temperature and humidity data on a 2D graph for up to 10 records at a time. Furthermore, it hosts a web interface for visualizing the data.
- Acquires temperature and humidity data from ESP32 devices.
- Furnishes a RESTful API for data retrieval.
- Facilitates plotting of data on a 2D graph for up to 10 records at a time.
- Offers a web interface for data visualization.