Sensors Used:
- PIR (Passive Infrared Sensor)
- LDR (Light Dependent Resistor)
- TMP36 (Temperature Sensor)
Processor Used:
- Arduino Uno R3
LCD Controller:
- Breadboard
Functioning: if(MOTION DETECTED) {
- Temperature HIGH && Light Intensity LOW: Bulb and Fan both are switched ON.
- Temperature LOW && Light Intensity HIGH: Only Fan is switched ON.
- Temperature LOW && Light Intensity HIGH: Only Bulb is switched ON.
- Temperature LOW && Light Intensity LOW: All appliances switched OFF.
} else {
- print (No MOTION DETECTED)
}
Output Screen - LCD 16x2
Output:
- No Movement
- When movement is detected the Bulb and Fan is turned ON.