IoT Project Documentation: Central Heating Control
October 25, 2023
The Central Heating Control project aims to monitor and manage home heating efficiently. It uses IoT technology to track the average temperature in a room and detect when someone is in front of the heating system, signaling the need for adjustment.
The project employs a TMP36 temperature sensor to measure the room temperature. The sensor's output voltage is converted to temperature in degrees Celsius using the formula:
Temperature (°C) = (Voltage - 0.5) * 100 Temperature data is collected every hour and sent to Adafruit IO for storage.