Skip to content

AbhayGupta01/HomeAutomationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeAutomationSystem

Sensors Used:

  • PIR (Passive Infrared Sensor)

image

  • LDR (Light Dependent Resistor)

image

  • TMP36 (Temperature Sensor)

image

Processor Used:

  • Arduino Uno R3

image

LCD Controller:

  • Breadboard

image

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

image

Output:

  1. No Movement

Output

  1. When movement is detected the Bulb and Fan is turned ON.

image