Top Banner
MIT COLLEGE OF ENGINEERING PAUD ROAD,PUNE-411038 (2014-2015) DEPARTMENT OF ELECTRONICS AND TELECOMMUNICATION ENGINEERING MINI PROJECT ON Arduino Based Intrusion Alert System For Security Purpose BY Apoorw Anand (3123006)
35

Security system using Arduino

Aug 18, 2015

Download

Engineering

Apoorv Anand
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Security system using Arduino

MIT COLLEGE OF ENGINEERINGPAUD ROAD,PUNE-411038(2014-2015)DEPARTMENT OFELECTRONICS AND TELECOMMUNICATION ENGINEERING

MINI PROJECT ONArduino Based Intrusion Alert System For Security PurposeBYApoorw Anand (3123006)

Page 2: Security system using Arduino

CONTENTS

• Objective• Introduction• Block Diagram• Components & Interfacing Diagrams• Working Principle• Advantages• Applications• Limitations• Future Scope of Work• Conclusion

Page 3: Security system using Arduino

OBJECTIVE

The objective of this project is to design and develop a wireless communication link to monitor our organizations that require high security like Banks , Offices etc.

Page 4: Security system using Arduino

Introduction

• Safety and security of any living or working place is one of the most primary concerns. Today’s security systems include CCTV surveillance which are very costly and many of these systems do not trigger any alarm if intrusion or fire is detected. Thus a cost-effective and fast-reactive security system is needed.• For this purpose we have made a prototype of such system which

consists of two sensors- PIR sensor and Ultrasonic sensor; a microcontroller unit- Arduino Uno board and a SIM900 GSM module. • If there is intrusion through any of these access points, then the sensor

will detect it, generate pulses to be read by Arduino and then the procedure similar to that of PIR sensor is followed.

Page 5: Security system using Arduino

Block DiagramSensing

Page 6: Security system using Arduino

Block Diagram(cont.)

Information Processing

Page 7: Security system using Arduino

BLOCK DIAGRAM

Page 8: Security system using Arduino

Components

• Arduino Microcontroller.• Ultrasonic Sensor.• PIR Sensor.• LCD Display.• LED and Buzzer/Alarm.• GSM and Bluetooth Module

Page 9: Security system using Arduino

Arduino Board

Page 10: Security system using Arduino

Sensors – PIR Sensor

Page 11: Security system using Arduino

GSM Module

Page 12: Security system using Arduino

PIR Sensor Working

Page 13: Security system using Arduino

Ultrasonic Sensors

Page 14: Security system using Arduino

•Ultrasonic Sensor

Ultrasonic Sensors :Pins :VCC: +5VDCTrig : Trigger (INPUT)Echo: Echo (OUTPUT)GND: GND

Page 15: Security system using Arduino

Piezoelectric Buzzer

Page 16: Security system using Arduino

Bluetooth Module- HC 06

Page 17: Security system using Arduino

Interfacing Diagram for the Prototype

Page 18: Security system using Arduino

Flow Chart For Sensing

Page 19: Security system using Arduino

Remote Monitoring via SMS

Page 20: Security system using Arduino

FLOW CHART

Page 21: Security system using Arduino

DEMOApplication Screenshots 1.SMS ALERTS IN CASE OF INTRUSION & FIRE ALERT2.DATA LOGGING VIA BLUETOOTH THROUGH BLUETOOTH TERMINAL

Page 22: Security system using Arduino

PROTOTYPE

Page 23: Security system using Arduino

PROTOTYPE

Page 24: Security system using Arduino

POWER SUPPLY

The microcontroller and other devices get power supply from AC to Dc adapter through 7805, 5 volts regulator. The adapter output voltage will be 12V DC non regulated.

AC/DC ADOPTORREGULATOR

7805FILTERS

AC POWER DC OUTPUT

Page 25: Security system using Arduino

GSM MODEM• GSM Modem is a multi-functional, ready to use,

rugged unit that can be embedded or plugged into any application.

• The Modem can be controlled and customized to various levels by using the standard AT commands.

Page 26: Security system using Arduino

GSM MODEM(CONT…)

The modem comprises several interfaces:-• LED Function including operating Status• External antenna • Serial and control link • Power Supply • SIM card holder

Page 27: Security system using Arduino

Gsm (cont.)

• The GSM module is connected with the microcontroller through serialport. Using ‘AT’ commands the SMS is transferred to the GSM module. The GSM module converts the digital information into airborne signals. Through GSM network the SMS is transferred to the required person’s hand phone. • This system offers better solution for the Bank security system and

also it will help you to track the intruder.

Page 28: Security system using Arduino

Remote Monitoring via Bluetooth Module• Screenshot for the open source application for sending serial data to

android over Bluetooth.• Bluetooth Module connected to Rx & Tx Pins of Arduino Sends data to

Paired android Phone .• User can read the real time log in the serial monitor and also turn off

the alarm from his/her mobile just by sending command.• Demonstration for the working of application done through the video

provided in zip file.

Page 29: Security system using Arduino

I2C

• The START condition acts as a signal to all connected IC's that something is about to be transmitted on the bus. • A STOP condition is sent. This is the signal for all devices on the bus

that the bus is available again (idle).

Page 30: Security system using Arduino

I2C TOPOLOGY

Page 31: Security system using Arduino

ADVANTAGES

• The status of various devices can be monitored and controlled from anywhere.• The operation of the system is very simple and can be used by

anyone with a basic knowledge of operating mobile phones.• Easy to upgrade as per the user requirement.

Page 32: Security system using Arduino

APPLICATIONS

• Home Automation & Security• Office Automation & Industrial Automation• To control water pump sets in agricultural fields.• The security system can be employed in household

or any organization.

Page 33: Security system using Arduino

LIMITATIONS

• If the main module or the handset is not in the cellular range ,we can’t control the devices.• The sensors use RF transmitter and receiver which has limited range, hence

sensors have to be in close vicinity of the main module

Page 34: Security system using Arduino

FUTURE SCOPE OF WORK

• It can be used for high security in banks and other organizations. • Connecting More Devices.• Provision To Store Several Mobile Numbers • Video Recording Once Alarm Gets Triggered

Page 35: Security system using Arduino

CONCLUSION

• We presented an approach that can be employed to improve the performance of various devices that are not in the close vicinity of the user. • The user was informed about the action through a reply SMS sent by

the modem at the receiver.