T/H Monitoring System
IoT lab build that streams DHT11 temperature and humidity readings to Arduino dashboards for Sir Saqib Ali’s course.
Overview
The Temperature and Humidity Monitoring System is an Arduino-based lab assignment completed under Sir Saqib Ali.
Problem
- IoT lab required an affordable sensor monitoring setup.
- Students needed tangible practice wiring microcontrollers.
- Sampling cadence had to work for live demos.
Solution
- Arduino Uno polls DHT11 and streams readings to serial monitor.
- Modular jumper layout speeds up classroom assembly.
- Configurable delay balances accuracy with responsiveness.
Research & Techniques
- Tested different polling intervals in the DHT11 library.
- Measured humidity shifts by directing airflow at the sensor.
- Documented wiring diagrams for classmates.
Results
- Earned strong feedback from Sir Saqib Ali.
- Demonstrations showed clear environmental responsiveness.
- Setup became foundation for future IoT experiments.
Key Features
Tap a feature to explore how it supports the experience.
Arduino-powered temperature readings updated every two seconds
Tech Stack
Arduino UnoDHT11 SensorC++Arduino IDESerial MonitorBreadboard Prototype