SlideShare uma empresa Scribd logo
1 de 13
Baixar para ler offline
GSM Alarm
Prajjwol Tripathi , Suresh Lama , Dibas Bhandari
Helsinki Metropolia University of Applied Sciences
Bachelor Degree
Degree Programme in Electronics
Embedded System Programming
30th
DEC 2015
Contents
Introduction 1
Trello 2
System overview 3
1.1 Requirements 3
1.2 Hardware components. 4
1.2.1 GSM shield 4
1.2.2 Arduino Board 5
1.2.3 Keypad 5
1.2.4 LCD Display 6
1.2.5 PIR sensor 6
1.2.6 Buzzer 7
Rough Workflow 8
System Application 9
Programming 10
Project Difficulties 11
Conclusion 11
References 11
Introduction
Security has always
been a great challenge
everywhere, and as the
technology is upgrading
day by day so does the
security methods with it.
There are several tech-
nologies that are widely
used with the home se-
curity system but GSM
based wireless communication system is the most preferred one when talking about
intruder alarms and etc. The aim of this project is to provide security to the restricted
area even if the owner is anywhere in the world. For this purpose user can use any
type of Mobile. This way it overcomes the limited range of infrared and radio remote
controls.
Trello
To complete this project successfully a newly designed project management system
named trello was recommended ,it was a pretty interesting approach to work in a group
and update the statues every now and then through this system even though if you miss
the group meetings.
In this management system named trello we created a group and added
our teacher (also project manager) to this group where he can monitor all the happenings
and updates, so there we specified different tabs to describe our requirements, and up-
dates and topics that concerns the group.
System overview
1.1 Requirements
Our GSM security system prime goal is security through intrusion detection and
notification. It is based on smart security system where users can have comforts in-
stalling the security in any buildings and get the maximum security of user's property and
building. At the beginning we had few basic requirements and we decided to add more
on further research and discussion. At the same time, some features that we planned
did not go well and have to abort that feature. The following has listed all the require-
ments.
TAG
Number
RERQUIREMENT PRIORITY RATIONALE
HS.00 System shall detect any move-
ments in the room.
M to detect intrusion.
HS.01 Siren shall turn on after the intru-
sion.
M To alert the intruder.
HS.02 Automatic door lock shall be in-
cluded in the system.
M To lock the intruder inside the room.
HS.03 The system shall inform the owner
by sending SMS to the mobile.
M To inform the user or police.
HS.04 The system shall also call the own-
er's mobile.
O To inform the user or police.
HS.05 The alarm shall be controlled by
sending message to it.
O To turn device off or on.
HS.06 The system can be externally pow-
ered through batteries.
M Remote use.
HS.07 The system can be controlled by
more than one user.
W Multiple users.
HS.08 The system shall cover a large
area.
O To increase the effectiveness of sys-
tem.
HS.09 CCTV shall be included. W to confirm the intrusion and detect
the intruder.
HS.10 The display shall have a display. O To observe the status of alarm
1.2 Hardware components.
1.2.1 GSM shield
The Arduino GSM Shield connects arduino board to make the internet connection,
make/receive voice calls and send/receive SMS messages. The shield uses a radio mo-
dem M10 by Quectel. It is possible to communicate with the board using AT commands.
The GSM library has a large number of methods for communication with the shield.
Figure 1 Arduino GSM Shield
1.2.2 Arduino Board
The Arduino Uno R3 is a microcontroller
board based on a removable, dual-inline-
package (DIP) ATmega328 AVR micro-
controller. It has 20 digital input/output
pins (of which 6 can be used as PWM out-
puts and 6 can be used as analog inputs).
Programs can be loaded on to it from the easy-to-
use Arduino computer program. The Arduino has an extensive support community, which
makes it a very easy way to get started working with embedded electronics.
1.2.3 Keypad
.
This 12 button keypad is used to give inputs to
Arduino board.
Figure 2 Arduino Board
Figure 3 Keypad
Figure 4 one wired keypad schematic dia-
gram
1.2.4 LCD Display
The Liquid Crystal library allows you to
control LCD displays that are compati-
ble with the Hitachi HD44780 driver.
There are many of them out there, and
you can usually tell them by the 16-pin
interface.
Standard HD44780 LCDs are useful for
creating standalone projects.
 16 characters wide, 2 rows
 White text on blue background
 Connection port is 0.1" pitch, sin-
gle row for easy bread boarding and
wiring
By using simple i2c and SPI input/output expanders we have reduced the number of pins
(only 2 pins are needed for i2c) while still making it easy to interface with the LCD
1.2.5 PIR sensor
A passive infrared sensor (PIR sensor) is an electronic
sensor that measures infrared (IR) light radiating from
objects in its field of view. They are most often used in
PIR-based motion detectors
Figure 5 LCD Dispaly
Figure 6 Passive Infrared Sensor
1.2.6 Buzzer
An audio signaling device
Figure 7 Buzzer or Beeper
Rough Workflow
GSM
SHIELD
Intrusion detected
Keypad to enter
password
Intruder in room Alert to owner
Pir Sensor detecting
motion
Security alarm
System Application
This project uses the Arduino as main microcontroller board and Global System for Mo-
bile communication (GSM)
technology for reporting
any suspicious movements
in the room and intrusion
detector unit. One can use
any other Micro controller
board or develop PCB
board using any microcon-
troller like 8051. This sys-
tem can be operated in
home, office or depart-
mental stores.
The system has keypad ac-
tivation or SMS activation
procedure in order to turn
on the device. The system
shall have a external power
supply so as to make it mo-
bile. The LCD display shows the status of Alarm. In or-
der to activate system, user shall can either give pass-
words through keypad or send SMS in case of absence to change the status of system.
In case of three false attempts, the alarm will be turned on and userill be reported of
Break In.
The GSM shied or GSM/GPRS modem has SIM that uses the local network to com-
municate with user. When any movement is detected with in the specified range that
can be altered, Alarm will be activated and continuously played . At the same time,
warning message will be sent by system to owner mobile phone followed by call. The
Alarm can be turned off only after owner send message to turned off or correct pass-
word is entered in the system.
In order to make the project, we have devised an idea to include online surveillance
system where system will send the image at first intrusion to the owner to confirm the
intrusion. Only after the confirmation of the intrusion the owner shall take necessary ac-
tion like calling the police or lock the door and building.
Figure 8 Working Prototype
Programming
We used c++ as a programming language and Arduino’s custom programmingenviron
ment called Arduino Ide to interface the code with the device.
For more information on the programming part we have created a separate ”code box”
for the programming part.
..DesktopCode Box.pdf
Figure 9 Arduino IDE
Project Difficulties
As of working on a group project managing the meetings were difficult due to personal
timing mismatch.
 Late arrival of GSM Board
 Confusions with the GSM Programming
 Memory issues with the web camera installation
 Errors with the GSM Calling
 Issues with GSM Shield external power supply
Conclusion
Overall the project was successfully completed, though everything went pretty smooth
we faced few problems mentioned above. Project demonstration or presentation also
went pretty good end result was a fine working GSM alarm based on PIR Sensor proto-
type.
References
https://www.arduino.cc/
https://github.com
https://www.arduino.cc/en/Main/ArduinoGSMShield

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Smart Lock Systems
Smart Lock SystemsSmart Lock Systems
Smart Lock Systems
 
SMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATIONSMART HOME AUTOMATION USING MOBILE APPLICATION
SMART HOME AUTOMATION USING MOBILE APPLICATION
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduino
 
Home automation- An Iot application
Home automation- An Iot applicationHome automation- An Iot application
Home automation- An Iot application
 
5 Pen PC technology seminar report
5 Pen PC technology seminar report5 Pen PC technology seminar report
5 Pen PC technology seminar report
 
Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.
 
Smart Home Automation using Voice Assistant
Smart Home Automation using Voice AssistantSmart Home Automation using Voice Assistant
Smart Home Automation using Voice Assistant
 
Ppt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOTPpt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOT
 
Home automation
Home automationHome automation
Home automation
 
Seminar on Home Automation Using Raspberry Pi
Seminar on Home Automation Using Raspberry PiSeminar on Home Automation Using Raspberry Pi
Seminar on Home Automation Using Raspberry Pi
 
PROJECT REPORT ON Home automation using by Bluetooth
 PROJECT REPORT ON Home automation using by Bluetooth PROJECT REPORT ON Home automation using by Bluetooth
PROJECT REPORT ON Home automation using by Bluetooth
 
HOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINOHOME AUTOMATION USING ARDUINO
HOME AUTOMATION USING ARDUINO
 
Final year project presentation IOT Based home security system
Final year project presentation IOT Based home security systemFinal year project presentation IOT Based home security system
Final year project presentation IOT Based home security system
 
home automation using esp8266
home automation using esp8266home automation using esp8266
home automation using esp8266
 
Home automation
Home automationHome automation
Home automation
 
iot based home automation
iot based home automationiot based home automation
iot based home automation
 
Smart home Environment using iot
Smart home Environment using iotSmart home Environment using iot
Smart home Environment using iot
 
PIR based security system
PIR based security systemPIR based security system
PIR based security system
 
Iot based digital notice board with arduino
Iot based digital notice board with arduinoIot based digital notice board with arduino
Iot based digital notice board with arduino
 
Bluetooth based home automation system
Bluetooth based home automation systemBluetooth based home automation system
Bluetooth based home automation system
 

Destaque

Microcontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyMicrocontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technology
eSAT Journals
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project Presentation
Bishal Acharya
 

Destaque (19)

Gsm based home security system
Gsm based home security systemGsm based home security system
Gsm based home security system
 
gsm based security system
gsm based security systemgsm based security system
gsm based security system
 
Keypad Based Bank Locker Security System Using Gsm Technology
Keypad Based Bank Locker Security System Using Gsm TechnologyKeypad Based Bank Locker Security System Using Gsm Technology
Keypad Based Bank Locker Security System Using Gsm Technology
 
Security system using Arduino
Security system using ArduinoSecurity system using Arduino
Security system using Arduino
 
Gsm based home automation
Gsm based home automationGsm based home automation
Gsm based home automation
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
 
Ppt
PptPpt
Ppt
 
Παρουσίαση συστήματος Hunter-pro 896
Παρουσίαση συστήματος Hunter-pro 896 Παρουσίαση συστήματος Hunter-pro 896
Παρουσίαση συστήματος Hunter-pro 896
 
Microcontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyMicrocontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technology
 
Indian Market for Video Surveillance and Electronic Security
Indian Market for Video Surveillance and Electronic SecurityIndian Market for Video Surveillance and Electronic Security
Indian Market for Video Surveillance and Electronic Security
 
Major project list
Major project listMajor project list
Major project list
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project Presentation
 
Toward Universal e-Learning
Toward Universal e-LearningToward Universal e-Learning
Toward Universal e-Learning
 
Evento GSM Arduino y Thinking Things forummlab Movilforum 2014
Evento GSM Arduino y Thinking Things  forummlab Movilforum 2014Evento GSM Arduino y Thinking Things  forummlab Movilforum 2014
Evento GSM Arduino y Thinking Things forummlab Movilforum 2014
 
Smart leaven technologies_corporate_presentation_short_4
Smart leaven technologies_corporate_presentation_short_4Smart leaven technologies_corporate_presentation_short_4
Smart leaven technologies_corporate_presentation_short_4
 
4 Digit Security Keypad
4 Digit Security Keypad4 Digit Security Keypad
4 Digit Security Keypad
 
Implementation of Home Security System using GSM module and Microcontroller
Implementation of Home Security System using GSM module and MicrocontrollerImplementation of Home Security System using GSM module and Microcontroller
Implementation of Home Security System using GSM module and Microcontroller
 
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
 
Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking System
 

Semelhante a GSM Based Security System

IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 

Semelhante a GSM Based Security System (20)

Designing Of Multifunctional Surveillance And Security System
Designing Of Multifunctional Surveillance And Security SystemDesigning Of Multifunctional Surveillance And Security System
Designing Of Multifunctional Surveillance And Security System
 
J04701080085
J04701080085J04701080085
J04701080085
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
 
MOBILE MONITORNG SYSTEM FOR SMART HOMES
MOBILE  MONITORNG  SYSTEM FOR SMART HOMES MOBILE  MONITORNG  SYSTEM FOR SMART HOMES
MOBILE MONITORNG SYSTEM FOR SMART HOMES
 
IJISET_V2_I6_90
IJISET_V2_I6_90IJISET_V2_I6_90
IJISET_V2_I6_90
 
IRJET - Smart Door System
IRJET - Smart Door SystemIRJET - Smart Door System
IRJET - Smart Door System
 
Gsm based bank vault security system
Gsm based bank vault security systemGsm based bank vault security system
Gsm based bank vault security system
 
Security system with face recognition, sms alert and embedded network video m...
Security system with face recognition, sms alert and embedded network video m...Security system with face recognition, sms alert and embedded network video m...
Security system with face recognition, sms alert and embedded network video m...
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoT
 
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..pptSMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
SMART SECURITY SYSTEM TO PREVENT THEFT USING GSM ppt..ppt
 
Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...
 
Design and implement a smart system to detect intruders and firing using IoT
Design and implement a smart system to detect intruders and firing using IoT Design and implement a smart system to detect intruders and firing using IoT
Design and implement a smart system to detect intruders and firing using IoT
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
Ad830 user manual
Ad830 user manualAd830 user manual
Ad830 user manual
 
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docxDIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
DIGITAL LOGIC DESIGN (1) PROJECT REPORT.docx
 
Project PPT.pptx
Project PPT.pptxProject PPT.pptx
Project PPT.pptx
 
Advanced Anti-Theft & Home Safety System using GSM
Advanced Anti-Theft & Home Safety System using GSMAdvanced Anti-Theft & Home Safety System using GSM
Advanced Anti-Theft & Home Safety System using GSM
 
RAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdfRAMKESH MEENA TRAINING REPORT IHT.pdf
RAMKESH MEENA TRAINING REPORT IHT.pdf
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 

Último

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 

Último (20)

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 

GSM Based Security System

  • 1. GSM Alarm Prajjwol Tripathi , Suresh Lama , Dibas Bhandari Helsinki Metropolia University of Applied Sciences Bachelor Degree Degree Programme in Electronics Embedded System Programming 30th DEC 2015
  • 2. Contents Introduction 1 Trello 2 System overview 3 1.1 Requirements 3 1.2 Hardware components. 4 1.2.1 GSM shield 4 1.2.2 Arduino Board 5 1.2.3 Keypad 5 1.2.4 LCD Display 6 1.2.5 PIR sensor 6 1.2.6 Buzzer 7 Rough Workflow 8 System Application 9 Programming 10 Project Difficulties 11 Conclusion 11 References 11
  • 3. Introduction Security has always been a great challenge everywhere, and as the technology is upgrading day by day so does the security methods with it. There are several tech- nologies that are widely used with the home se- curity system but GSM based wireless communication system is the most preferred one when talking about intruder alarms and etc. The aim of this project is to provide security to the restricted area even if the owner is anywhere in the world. For this purpose user can use any type of Mobile. This way it overcomes the limited range of infrared and radio remote controls.
  • 4. Trello To complete this project successfully a newly designed project management system named trello was recommended ,it was a pretty interesting approach to work in a group and update the statues every now and then through this system even though if you miss the group meetings. In this management system named trello we created a group and added our teacher (also project manager) to this group where he can monitor all the happenings and updates, so there we specified different tabs to describe our requirements, and up- dates and topics that concerns the group.
  • 5. System overview 1.1 Requirements Our GSM security system prime goal is security through intrusion detection and notification. It is based on smart security system where users can have comforts in- stalling the security in any buildings and get the maximum security of user's property and building. At the beginning we had few basic requirements and we decided to add more on further research and discussion. At the same time, some features that we planned did not go well and have to abort that feature. The following has listed all the require- ments. TAG Number RERQUIREMENT PRIORITY RATIONALE HS.00 System shall detect any move- ments in the room. M to detect intrusion. HS.01 Siren shall turn on after the intru- sion. M To alert the intruder. HS.02 Automatic door lock shall be in- cluded in the system. M To lock the intruder inside the room. HS.03 The system shall inform the owner by sending SMS to the mobile. M To inform the user or police. HS.04 The system shall also call the own- er's mobile. O To inform the user or police. HS.05 The alarm shall be controlled by sending message to it. O To turn device off or on. HS.06 The system can be externally pow- ered through batteries. M Remote use. HS.07 The system can be controlled by more than one user. W Multiple users. HS.08 The system shall cover a large area. O To increase the effectiveness of sys- tem. HS.09 CCTV shall be included. W to confirm the intrusion and detect the intruder. HS.10 The display shall have a display. O To observe the status of alarm
  • 6. 1.2 Hardware components. 1.2.1 GSM shield The Arduino GSM Shield connects arduino board to make the internet connection, make/receive voice calls and send/receive SMS messages. The shield uses a radio mo- dem M10 by Quectel. It is possible to communicate with the board using AT commands. The GSM library has a large number of methods for communication with the shield. Figure 1 Arduino GSM Shield
  • 7. 1.2.2 Arduino Board The Arduino Uno R3 is a microcontroller board based on a removable, dual-inline- package (DIP) ATmega328 AVR micro- controller. It has 20 digital input/output pins (of which 6 can be used as PWM out- puts and 6 can be used as analog inputs). Programs can be loaded on to it from the easy-to- use Arduino computer program. The Arduino has an extensive support community, which makes it a very easy way to get started working with embedded electronics. 1.2.3 Keypad . This 12 button keypad is used to give inputs to Arduino board. Figure 2 Arduino Board Figure 3 Keypad Figure 4 one wired keypad schematic dia- gram
  • 8. 1.2.4 LCD Display The Liquid Crystal library allows you to control LCD displays that are compati- ble with the Hitachi HD44780 driver. There are many of them out there, and you can usually tell them by the 16-pin interface. Standard HD44780 LCDs are useful for creating standalone projects.  16 characters wide, 2 rows  White text on blue background  Connection port is 0.1" pitch, sin- gle row for easy bread boarding and wiring By using simple i2c and SPI input/output expanders we have reduced the number of pins (only 2 pins are needed for i2c) while still making it easy to interface with the LCD 1.2.5 PIR sensor A passive infrared sensor (PIR sensor) is an electronic sensor that measures infrared (IR) light radiating from objects in its field of view. They are most often used in PIR-based motion detectors Figure 5 LCD Dispaly Figure 6 Passive Infrared Sensor
  • 9. 1.2.6 Buzzer An audio signaling device Figure 7 Buzzer or Beeper
  • 10. Rough Workflow GSM SHIELD Intrusion detected Keypad to enter password Intruder in room Alert to owner Pir Sensor detecting motion Security alarm
  • 11. System Application This project uses the Arduino as main microcontroller board and Global System for Mo- bile communication (GSM) technology for reporting any suspicious movements in the room and intrusion detector unit. One can use any other Micro controller board or develop PCB board using any microcon- troller like 8051. This sys- tem can be operated in home, office or depart- mental stores. The system has keypad ac- tivation or SMS activation procedure in order to turn on the device. The system shall have a external power supply so as to make it mo- bile. The LCD display shows the status of Alarm. In or- der to activate system, user shall can either give pass- words through keypad or send SMS in case of absence to change the status of system. In case of three false attempts, the alarm will be turned on and userill be reported of Break In. The GSM shied or GSM/GPRS modem has SIM that uses the local network to com- municate with user. When any movement is detected with in the specified range that can be altered, Alarm will be activated and continuously played . At the same time, warning message will be sent by system to owner mobile phone followed by call. The Alarm can be turned off only after owner send message to turned off or correct pass- word is entered in the system. In order to make the project, we have devised an idea to include online surveillance system where system will send the image at first intrusion to the owner to confirm the intrusion. Only after the confirmation of the intrusion the owner shall take necessary ac- tion like calling the police or lock the door and building. Figure 8 Working Prototype
  • 12. Programming We used c++ as a programming language and Arduino’s custom programmingenviron ment called Arduino Ide to interface the code with the device. For more information on the programming part we have created a separate ”code box” for the programming part. ..DesktopCode Box.pdf Figure 9 Arduino IDE
  • 13. Project Difficulties As of working on a group project managing the meetings were difficult due to personal timing mismatch.  Late arrival of GSM Board  Confusions with the GSM Programming  Memory issues with the web camera installation  Errors with the GSM Calling  Issues with GSM Shield external power supply Conclusion Overall the project was successfully completed, though everything went pretty smooth we faced few problems mentioned above. Project demonstration or presentation also went pretty good end result was a fine working GSM alarm based on PIR Sensor proto- type. References https://www.arduino.cc/ https://github.com https://www.arduino.cc/en/Main/ArduinoGSMShield