Build Arduino Based Home Security System Using PIR Motion Sensor

PIR sensors are widely applied in wireless residential security systems, home alarms systems and many more security circuits as motion detector sensors. A typical PIR sensor detects the infrared red (IR) waves from human body and so it is also known as ‘human sensor’. It would be wonderful if we interface PIR sensor to Arduino to get some cheap home security systems, isn’t it? How to Interface PIR Wireless Motion Sensor with Arduino?

Previously we had shared some alarm systems for home circuits built around discrete components. Here let me show you an Arduino PIR motion sensor for the best home security system. We will be covering interfacing of PIR sensor to Arduino, Arduino Programming and circuit schematics.

Build Arduino Based Home Security System Using PIR Motion SensorOur home security equipment detects human movement and turns on the light with a beep sound. Here for demo purpose I have used LED. This project can be extended for automatic doors, security systems and automation systems, automatic lighting floor, basement, porch, bathroom, warehouse, Garage etc.

I will try to give those projects in some of the upcoming articles. Now let’s start home security monitoring project with Arduino and PIR sensor.

PIR Motion Sensor Working

  • PIR sensor has 2 slots (slits) which is sensitive to IR radiations.
  • When the sensor is idle, both slots detect the same amount of IR.
  • While a warm body similar to human or animals travel by, it first intercepts 1st slit, which causes a positive differential change between the two slots.
  • After a while the body leaves through 2nd slot, the reverse will happen, meaning a negative differential change. These pulses can be detected.

Working Of Arduino PIR Security Systems for Home

  • PIR (Pyroelectric Infrared or Passive Infrared) sensor is a motion sensor, which can detect levels of infrared radiation from human body.
  • There are three pins GND, OUTPUT and VCC. The output pin will be high when any motion is detected.
  • It supports 5V to 20V. Its output delay time can be adjusted from 0.3 to 5 minute, that means in case any motion is detected output will be high for particular time that can be adjusted by varying the pot.
  • It can be triggered in two ways, non-repeatable trigger and repeatable trigger by changing the jumper.
  • Normal or Non-repeatable Trigger: Output goes HIGH then LOW when triggered. Continuous motion results in repeated HIGH/LOW pulses. Output is LOW when idle.
  • Repeatable Trigger: Output remains HIGH when sensor is retriggered repeatedly. Output is LOW when idle (not triggered).
  • It will sense the motion less than 120 degree for 7 meters.
  • Here PIR sensor is connected to the pins of 2nd, 3rd and 4th pins of Arduino as GND, input pin (OUTPUT pin of PIR connected) and VCC pin respectively.
  • Pin 5 and pin 6 are used to connect buzzer and LED respectively which will turn ON when any motion is detected.

Arduino Programming: PIR Motion Sensor Arduino Code

  • The three pins GND, OUTPUT and VCC of PIR sensor is connected to digital pins of Arduino (2, 3 and 4) and pin 5, 6 are used to connect Buzzer and LED which will be active when a motion is detected.
  • Set the 3rd pin as input, because this pin is used to connect output pin of passive infrared sensor, which reads values from PIR sensor. Other pins are set as output.
  • Pin 2 is set to LOW and pin 4 is set to HIGH, which gives GND and VCC for PIR sensor.
  • The function “loop()” is an infinite loop, it continuously reads values from PIR output pin and checks if the pin is LOW or HIGH, if high it sets LED and Buzzer ON for 500 milliseconds.

Build Arduino Based Home Security System Using PIR Motion Sensor SchematicIf we want to switch ON light and Fan when a person enters into the room, connect pins 5, 6 to relay through transistor

The Arduino code for above project is available in our program store. You can download the program codes from our CG_Program_Store.

Arduino PIR Security System Installation

Installation of our Arduino based home security systems DIY is quite simple. Extend the probes of PIR sensor and place it somewhere you would like to create a security area. Any human/ animal interaction can be monitored and alerted by our PIR sensor and Arduino. Now what else? Does your Home alarm monitoring services run in real time? Please share home security systems reviews in the following comment box.

 

For more detail: Build Arduino Based Home Security System Using PIR Motion Sensor


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top