Protection of Home Against Robbery by Usin Arduino
Protection of Home Against Robbery by Usin Arduino
ARDUINO
ABSTRACT
KEYWORDS
INTRODUCTION
Some thieves are smart and think different they try to bypass the PIR
by cutting its wires or breaking the PIR itself. But our project is
smarter than them and will not let them to get off without detection.
This is done by adding 5v relay in parallel with the PIR and using its
contacts to activate the sound in case of power cut out of the PIR.
Materials Required:
1. 1 x Arduino Uno(You can use any compatible).
2. 1 x P.I.R Sensor Module.
3. 1 x LED.
4. 1 x 9V Battery.
5. 1 x 9V Battery Clip.
6. 1 x Buzzer.
7. 1 x Breadboard
8. Some Jumper Wires
9. An USB Cable(Only for programming)
10. A Computer (Only for programming)
;Boolean x
{ )( void setup
;pinMode (12, INPUT)
;pinMode (11, OUTPUT)
;Serial. Begin(9600)
}
{ )(void loop
;x= digitalRead (12)
{if (x==1)
;digitalWrite(11,HIGH)
;delay (50)
;Serial.println("there is motion")
}
{if (x==0)
;digitalWrite (11, LOW)
;delay (50)
;Serial.println(" no motion")
}
}
CONCLUSION
This system is very simple. And the working of this system is very
simple as well. In this system PIR sensor used for sensing and
then Arduino used for controlling and then A buzzer is used for
making sound. When anybody comes in range of PIR sensor, then
sensor sends a logic signal to Arduino then Arduino take control and
perform a given task. Hare a calling task is given to Arduino. Then
Arduino sends signals to buzzer for make a sound.
References:
1-DETAMAL (ANTI-THEFT DETECTOR) : THEFT CASE PREVENTION - Zalfie Ardian,
S.Kom., M.Eng, Sarini Vita Dewi, S.T,
2-Design and Implementation of Smart Home Security System with Arduino Based
Password Protection -. William Sohag Sarkar. And Farhan Rijvi
3- Home Security Alarm or a Motion Detector Using Arduino, P.I.R Sensor and LCD. -
By zishan.