SMART ROOM

Published Dec 10, 2021
 0 hours to build
 Beginner

This System will monitor and display the number of persons entering a room and if number of persons is greater than zero and availability of natural light is very less then light turns on automatically. By this if the maximum capacity is reached, we can display an alert or No Entry signal on LCD screen.

display image

Components Used

Arduino UNO
Arduino UNO
1
PIR Sensor
PIR motion sensors sense the Infrared signal radiated from moving objects including human or animal body. It is generally used to detect the presence of human or animal motions.
2
LCD16x2 Display
LCD16x2 Display
1
LDR -Photocell Photoresistor
LDR -Photocell, Photoresistor
1
Buzzer 5V
Buzzer 5V
1
Red LED 5mm
Standard LEDs - Through Hole Red Round
1
Breadboard
Breadboard
1
Male to Male Jumper Wire
Jumper Wires Mach pin jumper wires
1
Male to Female Jumper Wire
Jumper Wires Mach pin jumper wires
1
Description
Overall Concept Flow
PIR sensor

PROCEDURE:
PIR sensor 1(measures infrared (IR) light radiating from objects in its field of view) is placed in entry gate and PIR sensor 2 is placed in exit gate. If only one entrance then can use delay mechanism that is 1st sensor should be placed right and second in left. If one is high then the other sensor is off for a while as per delay mentioned.

 If PIR 1 is high then number of persons present inside is increased by one and if PIR 2 is high then number of persons present inside is decreased by one. It will be displayed in LCD screen. If number of person present inside count is more than 5(based on user), then buzzer sounds and LCD displays “no entry”. Else if it is less than 5, then buzzer is off and LCD displays “please visit”.

PHOTORESISTOR sensor

 Photoresistor(a sensor that changes its resistance when light shines on it. The resistance generated varies depending on the light striking at its surface) detects the availability of light in that place. If number of person present is greater than zero and light availability is also less, the light turns on automatically. Else light turns off if any one condition fails itself. 

Arduino board

All these are connected to Arduino Uno r3 board, embedded programming code is entered in Arduino IDE software and uploaded.

FLOW CHART:

Flow Chart
OUTPUT

ADVANTAGES:

  • This system can be used in seminar halls, malls, parking system entrance etc… If it is used in parking slot, then there should be a separate gate for humans to move in and out after parking.
  • Low cost and easy to implement.
  • Saves electricity and avoid traffic, overcrowding.

CONCLUSION:

This project controls light of a room automatically and counts the number of visitors entering and leaving the room. By using the above circuit and proper power supply we can implement many devices like Fan, tube lights, etc…to run automatically. It prevents unwanted wastage of electric power. It can be used as home automation system. This automatic system saves electricity wastage, traffic control and time management.   
 

Codes

Downloads

gate control Download
Comments
Ad