This is not nice project, it is bloated and not well written. I am not proud of it, but it works.
This project is simple app for ESP to monitor humidity and temperature in the room. It is html server with javascript, data is stored in file and can be downloaded, website is responsive and can be used on mobile devices.
- ESP
- Humidity and temperature sensor (DHT11, DHT22, AM2302, AM2321, AM2320, RHT03, Si7021, HTU21D, SHT21)
- Clone this repository
- Install PlatformIO
- Connect your ESP32 to computer
- Open this project in PlatformIO
- Change
ssid
andpassword
insrc/main.cpp
to your wifi credentials - Change
sensorType
insrc/main.cpp
to your sensor type - Upload project to ESP32
- Upload File System image to ESP32
- Reserve IP address for ESP32 in your router
- Set up local DNS to redirect
eps.local
to IP address of ESP32 - Open
eps.local
in your browser - Enjoy
This project is licensed under the MIT License - see the LICENSE file for details.