Intruder Detection Calling System

by Aadyant in Circuits > Arduino

9607 Views, 186 Favorites, 0 Comments

Intruder Detection Calling System

IMG-20160902-WA0040.jpg

INTRODUCTION

I have made a simple device called "Intruder Detection Calling System" using arduino. This device sends a call on the telephone number feeded in the code, whenever it senses any movement. It is a portable device which can be easily installed on the main gate of the house. It is useful when the residents have gone out and the house is empty. In such a scenario, if somebody tries to break in, my device can sense movement and alert the owner by sending a call on his mobile phone.

Material Required

20160902_202403.jpg
20160902_202341.jpg
20160902_202412.jpg
20160902_202433.jpg
20160902_202506.jpg
20160902_202644.jpg
20160902_202659.jpg
20160902_203249.jpg
20160902_203339.jpg
20160902_203629.jpg
  1. Arduino uno / nano - I have used arduino nano in my device but it should work perfectly with arduino uno as well.
  2. A bread-board for mounting arduino nano
  3. PIR sensor
  4. SIM900 GSM/GPRS MODEM W/RS232
  5. A SIM card
  6. Some male to female wires
  7. A 9 Volt battery
  8. 9V battery cap with DC barrel

I bought all these materials from Makerskart.

The number of the SIM card that you'll be using in the device should be saved in the contact list of the house owner. It can be saved as " Somebody's trying to break in" or "Alert!!" or whatever the owner feels like.

Assembling the Device

20160902_205223.jpg

Connecting SIM900 GSM/GPRS MODEM W/RS232 with Arduino

SIM900 GSM/GPRS MODEM W/RS232 -- Arduino

RX -- D10

TX -- D9

GND -- GND

Connecting PIR Sensor with Arduino

PIR Sensor -- Arduino

VCC -- 5 V

OUT -- D5

GND -- GND

Blinking of LED on SIM900 GSM/GPRS MODEM W/RS232
  • After the wiring is complete, insert the SIM card in SIM900 GSM/GPRS MODEM W/RS232.
  • Power the SIM900 GSM/GPRS MODEM W/RS232 with the help of the 9V battery.
  • Once powered, the green LED on the MODEM blinks repeatedly. However, when the MODEM detects a mobile network, the green LED on it blinks once in every 3 seconds. Now, the MODEM is ready for use.
  • Next, power the arduino.

Uploading the File

Once everything is ready, open your arduino IDE, choose the correct board, processor (if required), port and upload the file which has been attached.

Intruder Detection Calling System - Functioning Successfully

Intruder detection calling system - functioning successfully