Smart Temperature Controller — Arduino Nano HEMS Prototype
An early Home Energy Management System prototype where Arduino Nano used DHT11 temperature readings to control heater and cooler outputs through a 4-channel relay board.
Early project demo
Watch the demo directly on this page.
Open on YouTubeOverview
Smart Temperature Controller was an early Home Energy Management System prototype built by Parth in June 2018. The project used Arduino Nano, a DHT11 temperature sensor, wires, an extension cord, and a 4-channel relay board to demonstrate temperature-based heater and cooler control. The video shows the Arduino Nano connected to the sensor and relay board, with heater and cooler outputs connected through an extension board. Parth demonstrates the control logic by changing the sensor temperature using ice and normal room exposure. When the temperature drops, the heater turns on. When the temperature rises, the cooler turns on. This project is useful because it shows Parth moving beyond simple sensor reading. He was connecting sensor data, threshold logic, relay switching, and real device response into one working control system. This project shows early systems thinking: sensing the environment, making a decision in code, and controlling a real-world output. It is strong evidence that Parth was already experimenting with automation logic, device control, and energy-management ideas in 2018. This project is documented through a working video demo rather than a public code repository.
Problem solved
The project explored how temperature readings could be used to automatically control heating and cooling devices in a basic home energy management setup.
What it does
The system reads temperature from a DHT11 sensor through Arduino Nano. Based on the measured temperature, the Arduino controls relay outputs connected to heater and cooler devices. The demo shows the cooler turning on when the temperature increases and the heater turning on when the temperature decreases.
Contribution
Parth built the temperature-control concept, connected Arduino Nano with the DHT11 sensor and 4-channel relay board, configured the heater/cooler output flow, and demonstrated the working prototype on video.