The existing climate control interface in Embedded systems Laboratories consists of three buttons/LEDs: Off, Heat, Cool. Besides the manual interaction possibility, a time schedule is actively controlling these modes. The assigned task is to override this time schedule by a fixed target temperature control.
So we need temperature sensor as measuring device and a Servo motor to control the temperature. The servo motor rotates clock-wise or Counter Clock-wise and is used to press either the "Heat" or the "Cold" button. The temperature sensor will measure the temperature of the room and its digital output is fed to the micro controller.
Additionally ,a turning knob( Potentiometer)is made available to SET the desired temperature. The analog output of the potentiometer is also fed to the micro-controller. A suitable logic is implemented as software in the micro controller to compare the two inputs ( i.e from Potentiometer and temperature sensor) and drive the servo motor to rotate servo motor in desired direction.
Programmable Features :
- The angle of rotation of servo motor
- The Hysteresis range of room temperature ( i.e minimum and maximum offset from the set temperature ).
- The duration for which the " HEAT " or "COLD" button is to be pressed.
NOTE: No modifications to the existing appliance are allowed.
Part Name | Quantity |
---|---|
Arduino Uno (Rev3) | 1 |
USB cable | 1 |
Bread board | 1 |
Wires , jumpers | bunch |
Potentiometer | 1 |
Temperature Sensor (DFR0024 DFRobot ) | 1 |
Servo motor | 1 |
Touch LCD MI0283QT2 | 1 |
Green LED (optional) | 1 |
Red LED (optional) | 1 |
The LCD displays the current status of the system like "Set tmeprature" , "Current Temperature", and the action taken like "Increasing or decreasing the temperature".