Designed a smart home automation system using Arduino Uno and simulated it on the TinkerCAD platform. The system enables remote control and automation of home appliances like lights, fans, and door locks using sensors and actuators.
HomeAutomationSystem 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:
When movement is detected the Bulb and Fan is turned ON.