0% found this document useful (0 votes)
27 views5 pages

Smarthome

This document discusses a smart home security system using an Arduino Uno microcontroller board. The system uses two high-level passwords for authentication to unlock a solenoid door lock. It can also be unlocked remotely by the owner's mobile phone through a GSM module. Unauthorized access attempts will trigger an alert message to the owner.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views5 pages

Smarthome

This document discusses a smart home security system using an Arduino Uno microcontroller board. The system uses two high-level passwords for authentication to unlock a solenoid door lock. It can also be unlocked remotely by the owner's mobile phone through a GSM module. Unauthorized access attempts will trigger an alert message to the owner.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/338071682

Smart Home Security System

Conference Paper · December 2018


DOI: 10.1109/ICACAT.2018.8933780

CITATIONS READS

6 11,460

2 authors:

Aman Sharma Anjana Goen


Bournemouth University Rustamji Institute of Technology
28 PUBLICATIONS 246 CITATIONS 55 PUBLICATIONS 105 CITATIONS

SEE PROFILE SEE PROFILE

All content following this page was uploaded by Anjana Goen on 25 July 2020.

The user has requested enhancement of the downloaded file.


SMART HOME SECURITY SYSTEM
AMAN SHARMA, ANJANA GOEN
1M.Tech Scholar, Associate Professor
Department of Electronics and Communcation, Department of Electronics and Communication,
RJIT Tekanpur RJIT Tekanpur

will also contact to the nearest police station and prevent


ABSTRACT- Now Technology has spread in every field of the risk of theft[7].
our lives. In present era, Everybody is having somekind of
connectivity with technology whether in form of mobile, laptop Here, Arduino uno board will take care of the overall
or others. Here we are going to discuss the use of technology in working of the system as central device. For the working of
field of home security. In this system, we are using ARDUINO arduiono we shall have to Enter the desired password, which
UNO microcontroller board. This system is based on door lock we want to use at the time of authentication, at the time of
security with the help of 2 high level security passwords and programming of the board. Now the Solenoid lock must
simultaneously the system would be connected with owner’s
have to be used in place of a mechanical lock so that it can
mobile phone through GSM Module So that the owner could
open the door from remote location also. When any authorized
be operated by the electrical signals[1].
would try to open the door, he would have to enter 2 passwords Short messaging service is used as the alternative of the
when asked to do so. If he enters right passwords then the door high level security password that is if the owner or user
will get open. But in case, he enters any of the two or both forgot the any of the two password then he might open the
passwords wrong then the system would get alert and send a lock by using their mobile phone. To enable this service
message to the owner to ask him whether it is he or not and GSM module would also be used which will be connected
work accordingly. This system will be guard to Homes, Shops,
directly to the Arduino Uno[2]. But this SMS service will be
Banks and institutions etc.
activated only if you entered a wrong password. Some
Keywords- Arduino Uno, GSM Module, Solenoid Lock, Home other devices such as temperature sensor, relay board of 12v
Security, Door Security etc are also used to various purposes discussed in this paper.
This system will take care of almost everything related to
security in the absence of the owner of the house or banks.
I. INTRODUCTION
1.2 Hardware Description
In present scenario, Security issues are the most mind- In the designing of this system various equipment have
boggling situations which have arose in front of every been used. This equipmentis Arduino Uno board, GSM
individual. So, in this type of situation, there must be some Module, Solenoid lock for the doors, Relay board,
of the Smart solutions for them. Here in this paper, we are Temperature sensor, Keypad etc. Now discussing about
trying to give a very smart solution for the home security. specifications of the equipments.
This system protects the houses from unauthorized entry of
any unknown and welcomes you and your guests too (when A. 1.2.1 ARDUINO UNO BOARD
you would not be present at home). This system works on Arduino Uno is a microcontroller board based on 8bit
two high level security passwords. These passwords work as ATmega328Pmicrocontroller. Along with ATmega328P, it
the key to authorization and only the person which is aware consists other components such as crystal oscillator, serial
of these passwords would be able to unlock the door. This communication, voltage regulator, etc. to support the
system could also be unlocked by the mobile phone by the microcontroller. Arduino Uno has 14 digital input/output
owner. Whenever, there will be any unauthorized person pins (out of which 6 can be used as PWM outputs), 6 analog
then this system will send a message to the owner about the input pins, a USB connection, A Power barrel jack, an ICSP
situation. If it will be owner or guests then door get unlocked header and a reset button [3].
by the permission of the owner. This system will boost the
level of security in Homes, Banks and in several other
institutions. Here the programming of this board is done with the help of
Computer using software Arduino Uno IDE (Integrated
There are lots of incidents in which crime has happened Development Environment).
due to lack of security. Empty homes, banks and other
institutions are preferred locations for criminal to perform
such crimes. This system is mainly targeted to securing the
entry of unauthorized persons with bad intentions to the
Home or other institutions. If someone tries to break the
security by any mean then this system

978-1-5386-5367-8/18/$31.00 ©2018 IEEE


B. Table 1.1 Specification of the Arduino Uno D. 1.2.3 SOLENOID DOOR LOCK
Microcontroller [12].
Solenoids are basically electromagnets: they are made of
a big coil of copperwire with an armature (a slug of metal) in
Microcontroller ATmega328P the middle. When the coil is energized, the slug is pulled into
Input Voltage 7-12 V the centre of the coil. This makes the solenoid able to pull
(Recommended) from one end.12V DC (can use 9-12 DC volts, but lower
voltage results in weaker/slower operation) is used for its
Input Voltage (Limit) 6-20V operation. It draws 650mA at 12V when activated. It is
designed for 1-10 seconds long activation time [9].
Digital I/O Pins 14 Solenoid lock is connected to the Arduino board through
Relay board. Here relay board is used to give ac supply to
PWM Digital I/O Pins 6 the solenoid so this could generate electromagnetism and
lock may function its work[15].
Analog Input Pins 6 1.2.4 TEMPERATURE SENSOR

DC Current per I/O Pin 20 mA This device is used to detect the temperature variation in
the house or ininstitutions. This device will detect the
temperature in case of fire or other critical situations. If a
DC Current for 3.3V Pin 50 mA
high level of temperature will be detected in the house then
this device will contact the owner immediately[12].
Flash Memory 32 KB(ATmega328P) of In this system, Arduino Uno board is to be used as the
which 0.5KB used by programming of Arduino is simpler by the use of Arduino
Uno IDE(integrated developmentEnvironment). Now all
bootloader these devices must be connected to the Arduino and Tx and
Rx must be defined to the Arduino with the help of
SRAM 2 KB (ATmega328P) programming.Power supply would be given to GSM module
and Relay board[6].
EEPROM 1 KB (ATmega328P)

E. 1.3. Methodology
Clock Speed 16 MHz

After making appropriate connections, the system is


ready to perform operation. In this system, we are using two
C. 1.2.2 GSM MODULE high level passwords to the authentication of the owner.
GSM is a mobile communication modem; it is stands for When owner enters the two passwords with help of keypad,
global system for mobilecommunication (GSM). GSM is an two situations might arise-
open and digital cellular technology used for transmitting 1. If both the passwords are correct in such situation
mobile voice and data services operates at the 850MHz, Arduino will match them with the password given in
900MHz, 1800MHz and 1900MHz frequency bands [13]. programming and immediately send signals to the
solenoid lock to get open. As solenoid lock get the signal
Designed for global market, SIM800 is a quad-band a 12V ac current will pass through the copper coin which
GSM/GPRS module that works on frequencies GSM induce megnetism to open the lock. and then the door lock
850MHz, EGSM 900MHz, DCS 1800MHz and PCS will get unlocked immediately and Owner can get into the
house.
1900MHz. SIM800 features GPRS multi-slot class 12/
class 10 (optional) and supports the GPRS coding schemes
CS-1, CS-2, CS-3 and CS-4. With a tiny configuration of 2. If any one of the two passwords or both the
24*24*3mm, SIM800 can meet almost all the space passwords are incorrect then the Arduino Uno board will
requirements in users’ applications, such as M2M, smart send a signal to the GSM module. Now GSM after getting
phone, PDA and other mobile devices signal from Arduino, will send a message to the mobile
[4],[14]. The power supply to the board should be 12v, 1-2A number of owner given in the programming and asked him
that “is it he or not”[13]. If the answer is YES i.e. it is owner
then the door will get open. If he replied NO then system
will send him another message and ask him, whether to call
the Police or not. And will act on the advice of the owner
given by replying the message.

978-1-5386-5367-8/18/$31.00 ©2018 IEEE


Fig. 1.2- Hardware Design

GSM module is performing good. It was tested by


sending and receiving messages and it is sending and
receiving messages very efficiently and able to read and
write message. The temperature sensor was also tested by
burning the wood and it is able to detect the variation in the
temperature. The Solenoid lock works very well after
entering the password. And additional relay board was used
to connect Solenoid lock to the Arduino Uno board.
Here the system is tested on various parameters such as
time lapse in execution, false alert. Here the experiment was
performed approx. 20 times and the average time lapse was
around 1000-1500 msec, in best case it is 800 msec and in
worst case it is 2700msec. That means it is quite faster than
other security systems and have a great response time.
Fig 1.1 Flow chart of the System
In case of false alert, it is very efficient .Out of 50
In both the situations, Authorized person will not get random experiment it sent a false alert only once even after
troubled and will be able to open the door. It will hinder the giving right passwords, which is quite good.
entrance of unauthorized candidate.
F. 1.5. Discussion
In this system, we are also using temperature sensor
which will detect the variation in temperature and if the
On discussing about the whole system, We have started
temperature value is more than a specific value then also the
with an idea of making such device whichcan be used for
system will notify the owner about it and ask him whether it
home or institute’s security purpose. Now we have
should send the message to the fire department or not. When
successfully implemented the device and got the desired
the system would send message to the any of the fire or
result. We have received the message from device and also
police department. It will also send the address of the
replied to open the lock. Hence the work is quite successful
location to the department so that, in emergency situation
and flexible too. Now the system is ready to be implemented
help could be reach to the exact location as soon as possible.
and to be used.
G. 1.6. References
1.4. Result
[1] Ahmad AdamuGaladima. “Arduino as a learning tool”. IEEE 978-1-
A prototype of the system was made and tested as shown 4799-4106-3/14/$31.00
in the fig 1.2. This security system works accurately and [2] Chetana Nayyar, B. Vallarmathi and K. Santhi. “Home Security and
efficiently on every aspect of the functioning. Energy Efficient Home Automation System using Arduino”.
Internation Conference on Communication and Signal Processing,
April 6-8, 2017, India. Pp-1217-1221
[3] Drijesh Singh Butola, Piyush Kumar Sharma, Yashika Singh, Yabrin
Amin. “Arduino Uno and GSM based wireless health monitoring
system for patients”. International Conference on Intelligent
Computing and Control Systems-2017”
[4] GONG Shang-fu, YIN Xiao-quing. “ Solution of Home Security based
on ARM and ZIGBEE”, International Symposium on Computer,
Consumer and Control 2016. pp- 89-91
[5] Rozita Teymourzadeh, Salah Addin Ahmed, Kokwaichen, Mok Vee
Hoong. “Smart GSM based home automation”. IEEE conference,
system and control-2013 pp-306-309

978-1-5386-5367-8/18/$31.00 ©2018 IEEE


[6] https:// store.arduino.cc
[7] http://en.m.wikipedia.org/wiki/GSM
[8] Khusboo Dhiman, Amit Sharma, AbhinayChaudhary, Farheen Fatima,
Deeksha Singh Rajut. “Zigbee Based Home Sutomation and Security
System”. DOI- 10.4010/2016.905. pp- 3921-3925
[9] P. Pawan Kumar, G. Tirumala Vasu. “Home Automation and Security
System using Arduino Android ADK, IJETER 2015 vol.3No.6 Pages-
190-194
[10] P. Satya Ravi Teja, A. Sai Srikar, V. Kushal, K. Srinivasan.
“Photosensitive Security System for Theft Detection and Control
using GSM technology”. SPACES-2015. pp- 122-125
[11] Suresh S, J Bhavya, S. Sakshi, K. Varun and G. Debarshi. “Home
monitoring and Security System”. 978-1-5090-5515-9/16/$31.00
[12] Souvik Chatterjee, Sagnik Chatterjee, Rajarshi Gupta. “Arduino based
real time wireless temperature measurement system with GSM based
annunciation. Internation Conference on Communication and Signal
Processing-2017
[13] Somijit Nath, Paramita Banerjee, Rathindra Nath Biswas, Swarup
Kumar Mitra, Mrinal KantiNaskar. “Arduino based door unlocking
system with real time control”. 2nd International Conference on
Contemporary Computing and Informatics-2016

[14] Vaibhav Sharma, Chirag Fatnani, Pranjalkatara, Vishnu Shankar.


“Advanced Low Cost Security System using Sensors, Arduino and
GSM Communication Module”. Proceedings of IEEE Techsym 2014
Satellite Conference.pp-12-13 .

[15]Zhaoqing Peng, Takumi Kato, Hideyuki Takahashi, Tetsuo Kinoshita.


“Intelligent Home Security System Using Agent based IOT Devices”.
2015 IEEE 4th Global Conference on Consumer Electronics-2015. pp-
313-314

978-1-5386-5367-8/18/$31.00 ©2018 IEEE

View publication stats

You might also like