https://github.com/pathanin-kht/climatecheck-iot
My first IoT project at Khon Kaen University between December 2022 and March 2023.
https://github.com/pathanin-kht/climatecheck-iot
climate iot
Last synced: 4 months ago
JSON representation
My first IoT project at Khon Kaen University between December 2022 and March 2023.
- Host: GitHub
- URL: https://github.com/pathanin-kht/climatecheck-iot
- Owner: pathanin-kht
- Created: 2025-01-09T12:26:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:13:18.000Z (over 1 year ago)
- Last Synced: 2025-10-13T02:21:31.210Z (9 months ago)
- Topics: climate, iot
- Language: C++
- Homepage:
- Size: 226 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **ClimateCheck IoT**
## Project Status: No Longer Maintained
## Overviews
ClimateCheck is my first IoT project at Khon Kaen University, developed between December 2022 and March 2023. It tracks temperature and humidity in a room, sending Line notifications when user-defined limits are exceeded. It helps detect fires by alerting users if the temperature surpasses 57°C. Data is stored in Google Sheets and can be analyzed in Looker Studio with daily summaries of average and peak temperatures.
## Technologies Used
- **IoT Device:** ESP32
- **Sensors:** DHT11
- **Data Storage:** Google Sheets
- **Data Visualization:** Looker Studio
## Example
### 1. Google Sheets

### 2. Looker Studio

## Setup Instructions
1. Set up **ESP32** and connect the **DHT11** sensor.
2. Install libraries: DHT, Wi-Fi, Google Sheets API.
3. Set up **Google Sheets** and **Google Apps Script**.
4. Upload the code to the board.
> **Note:** Line Notify service has been discontinued, so an alternative notification service may be used for alerts.
## License
For educational use only. Modify and use the code freely.
## Contact
For feedback or inquiries, feel free to reach out via [pathanin.kht@gmail.com](pathanin.kht@gmail.com).