You are on page 1of 14

Automatic Room Light

Controller using Arduino


and PIR Sensor

1. PRESENTED BY: MANISH YADAV AND AKHILESH


YADAV
CONTENT

 INTRODUCTION
 PROBLEM STATEMENT
 SOLUTION
 COMPONENT REQUIRED
 PROJECT
 WORKING
 CIRCUIT DIAGRAM
 FUTURE SCOPE
 CONCLUSION
INTRODUCTION

 Automatic Room Light Controller Using Arduino and PIR Sensor


can be used to turn ON and OFF the illumination system of
home / office routinely by sensing the existence of human
 when required lights will be spontaneously turned ON or OFF.
PROBLEM STATEMENT

 People are becoming lazy to switch off the lights while leaving the
room, so the large amount of energy is wasted if the light is remain ON
in the absence of human being.
 Generally, in public and private sector companies, offices, school and
colleges most of the people are not interested to switch OFF the
electronic machines like fan, light, etc., while going out of the room.
SOLUTION

 By using suggested system wastage of electricity can be reduced as


electrical appliance will be automatically turned ON or OFF based on
the presence of the human being with the help of PIR sensor.
COMPONENT REQUIRED

 The main parts of the proposed system are :


 Arduino
 PIR Sensor
 Relay Module
 Jumper wire
 Voltage regulator
 Light Bulb 60w,230v AC
WHAT IS ARDUINO ?

 Arduino is an open-source electronics platform


based on easy-to-use hardware and software.
Arduino boards are able to read inputs - light
on a sensor, a finger on a button, or a Twitter
message - and turn it into an output -
activating a motor, turning on an LED,
publishing something online.
How does PIRs work ?

 Passive infrared (PIR) sensors use a pair of


pyroelectric sensors to detect heat energy
in the surrounding environment. These two
sensors sit beside each other, and when the
signal differential between the two sensors
changes (if a person enters the room, for
example), the sensor will engage
WHAT IS RELAY MODULE ?

 A power relay module is an electrical switch


that is operated by an electromagnet. The
electromagnet is activated by a separate low-
power signal from a micro controller. When
activated, the electromagnet pulls to either
open or close an electrical circuit.
WORKING

 When there is no human mov ement, the PIR Sensor doesn’t detect any indiv idual and it’s OUT
pin stays LOW.
 As the indiv idual enters the room, the change in infrared radiation in the room is identified by the
PIR Sensor
 As a result, the output of the PIR Sensor becomes HIGH. Since the Data OUT of the PIR sensor is
connected to Digital Pin 8 of Arduino, whenever it dev elops HIGH, Arduino will trigger the relay
by making the relay pin LOW (as the relay module is an activ e LOW module).
 This will turn the Light ON. The light stays turned ON as long as there is mov ement in front of the
sensor.
 If the person takes a nap or leav es the room, the IR Radiation will become stable (there will be
no change) and hence, the Data OUT of the PIR Sensor will become LOW. This in turn will make
the Arduino to turn OFF the relay (make the relay pin HIGH) and the room light will be turned
OFF.
WORKING
CIRCUIT DIAGRAM
FUTURE SCOPE

 In the proposed system decision are taken based on presence of human


but here we can also interface LDR (Light Dependent Resistor) along with
PIR sensor for better working of the system.
 Applications of this system are:
 It can be used in college labs, schools, etc.
 It can also be used in bathrooms, staircases, etc. in the house.
CONCLUSION

 From the proposed system we can conclude that an approach is taken to


control the room lights using various devices.
 As nowadays enormous amount of energy is wasted in daily life.
 With the help of this system the energy wastage can be preserved and can
be contribute to large amount of power saving.

You might also like