You are on page 1of 7

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

net/publication/322563277

Low cost multi-level home security system for developing countries

Conference Paper · June 2017


DOI: 10.1109/ICCONS.2017.8250522

CITATIONS READS

7 575

4 authors, including:

Hasan U. Zaman Elmi Tabassum Tarafder


North South University Cranfield University
87 PUBLICATIONS   680 CITATIONS    1 PUBLICATION   7 CITATIONS   

SEE PROFILE SEE PROFILE

Some of the authors of this publication are also working on these related projects:

MISTIC (Michigan Synthesis Tools for Integrated Circuits) View project

AutoMM View project

All content following this page was uploaded by Elmi Tabassum Tarafder on 25 September 2021.

The user has requested enhancement of the downloaded file.


International Conference on Intelligent Computing and Control Systems
ICICCS 2017

Low Cost Multi-level Home Security System For


Developing Countries
Hasan. U. Zaman, Tarafder Elmi Tabassum, Tanha Islam, Nadia Mohammad
Department of Electrical and Computer Engineering
North South University, Dhaka, Bangladesh
hasan.zaman@northsouth.edu, elmi94@hotmail.com,
tanha.islam16@gmail.com, nadia_md@live.com

Abstract— With the innovation of various programmed servomotor to open door lock, GSM to send text to the
controls, home security system has turned out to be increasingly authorized person along with a snap taken by the camera but
vital nowadays. This paper presents a low cost, simple, effective the project does not have the burglar alarm, which is an
and novel method of implementing a multi-level home security important feature [1].
system for developing countries. This system is a microcontroller
based home security system utilizing a unique fingerprint sensor, Mary Lourde R and Dushyant Khosla proposed a system,
PIR motion detector sensors, GSM module and a surveillance which identifies the fingerprint, which is not sufficient for a
web camera. The system is much less expensive than customary home security system [2].
home security systems, which gives security from different
viewpoints. The goal of this research is to build a straightforward Subhankar Chattoraj, Karan Vishwakarma proposed a well-
and reasonable, yet productive home security system. planned system which has servo motor to open door lock after
scanning fingerprint, LED to display text, buzzer to make
Keywords— Developing countries; Arduino; Fingerprint surroundings aware but it lacks camera [3].
sensor; PIR sensors; GSM module; Surveillance webcam. Sadeque Reza Khan Et.al proposed a home security system,
which detects obstacle, touch, heat, smoke, sound. A PIC
I. INTRODUCTION microcontroller 16F76 controls the whole system. It collects
Innovative technologies are being developed by people to information from the sensors and sends SMS to a
improve the quality of human lives in this modern age, and all corresponding number by using a GSM module [6].
are using technological advances in many different ways. One Nathan David et.al proposed a low cost and flexible home
of these ways is security system. Home Security System is an control and environmental monitoring system, which employs
important feature for both the modern residential and office an embedded micro-web server in an Arduino Mega 2560
setups. microcontroller with IP connectivity for access and control
It is paramount for home security systems to be affordable, remotely. Their project has very good features but still lacks in
genuine and effective at the same time in this fast moving providing full security of home [7].
competitive world. In this omnipresent network society, Viraj Mali et.al proposed a home automation and security
individuals can access their information easily anytime and system which is low cost by using motions sensors, PIR
from anywhere. On the other hand, they face the risk that sensors and GSM where Arduino will trigger an alarm and alert
others can also hack into their personal and sensitive messages will be sent to user’s mobile via GSM module [8].
information from anywhere and anytime. Due to this risk,
personal identification technology easily can differentiate N. Sriskanthan and F. Tan Karande developed a home
between registered authorized users and imposters, is now automation system based on Bluetooth wireless technology,
generating great interest among people. which allows the user to monitor and control different
appliances connected over a Bluetooth in home environment.
Generally, for the sake of security purposes, passwords, This system is complicated for vast usage and has some
PIN verification, identification card techniques are being used limitations for which it cannot provide full home security
currently but the disadvantage is that the passwords can be system in low cost [10].
hacked or guessed and a card may be stolen or lost. This paper
describes the implementation of different features in one home Bhavani Annapurna et.al developed a system which is a
security system, which provides home security in every password based digital lock where an access control system
possible way. From keeping track and record of the intruder allows authorized persons to access a restricted area and the RF
from the very first step inside the house until to notify the wireless communication technology transmits theft indication
owner is ensured in this system. signals to the neighboring houses [11].

II. EXISTING SYSTEM III. SYSTEM DESIGN


There are many existing papers related to home security The system is divided into two parts. They are:
systems as individual devices or few limited features but none
comes with a great combo in such low cost. A. External part
B. Anubala et.al proposed a fingerprint recognition system, This part contains a fingerprint sensor, door lock, LCD
which performs verification where the system compares an keypad shield, keypad and a webcam. Here, keypad and
input fingerprint to the enrolled fingerprint of a specific user to fingerprint sensor are the inputs of the system. Webcam, door
determine if they are from the same finger. It also has lock and LCD keypad shield are the outputs of the system. This

978-1-5386-2745-7/17/$31.00 ©2017 IEEE 549


International Conference on Intelligent Computing and Control Systems
ICICCS 2017

part works using Arduino Uno microcontroller. It is a


fingerprint based door lock to restrict the entry of unwanted
visitors. Besides, to enhance the level of security, we have used
a webcam to monitor the house.

B. Internal part
This part contains PIR motion detector sensors, GSM
shield, buzzer and lights. We have used an Arduino Mega
microcontroller for the internal mechanism. Here, PIR sensors
are used to detect any unwanted movement inside the house. If
the sensors find any interruption, immediately the lights turn on
automatically and trigger the buzzer. At the same time, the
GSM (Global System for Mobile communication) module
sends an SMS instantly to the owner to notify the unwanted Fig. 2. FPM10A fingerprint module
movement inside the house.
The whole system design is shown in Fig.1. B. PIR sensor
We have used PIR sensors to ensure security when the
owner is out of home. The PIR (passive infrared sensor) detects
motion through heat detection. When warm bodies like a
human or animal passes by, it first intercepts one-half of the
PIR sensor, which causes a positive differential change
between the two halves and vice versa[4]. It detects movement
in 120-degree direction up to 7 meters.
We could have chosen ultrasonic sensors but it detects
every particle in motion but we need a sensor, which can only
detect human’s movement. Each room has a PIR sensor
attached in the ceiling. The setup is shown in Fig. 3.

Fig. 1. Complete design of the system Fig. 3. Setup for PIR sensors

IV. HARDWARE COMPONENT DESCRIPTION C. Buzzer


The entire multi-level system consists of these components A buzzer works as an audio signaling device for alarm
below: devices. In our project, we have previously used a 5-V buzzer,
which was implemented to get an output. If any intruder enters
in the home is detected by the PIR motion sensors. The normal
A. Fingerprint Sensor
buzzer alarms would not be heard from far clearly, which is
Fingerprints are unique. We could use a passcode system required for the system. That is why we have used the 5-V
for the entrance security, but as fingerprints are more secure, speaker as alarm, which is compatible with the Arduino.
we have used the fingerprint sensor.
We have used FPM10A fingerprint module (shown in Fig. D. Communications
2) for our project. The user can store around 200 fingerprint GSM shield is used to communicate with the owner if
data in this module. We have connected our fingerprint module any intruder breaks into the house.
to an Arduino Uno.

978-1-5386-2745-7/17/$31.00 ©2017 IEEE 550


International Conference on Intelligent Computing and Control Systems
ICICCS 2017

H. Keypad
We have used keypad to add more security to the system.
When owner adds his or her fingerprint, or wants to delete the
previously saved fingerprints, this keypad is used to access and
keep that information secured through a specific password. We
are using 4x4 matrix membrane keypad. This keypad is
connected to the Arduino Uno and attached to main door of the
house.

I. LCD keypad Arduino shield


We have used LCD keypad Arduino shield in this
system to show the several menus of the fingerprint
mechanism. The user can easily understand the functions after
putting the fingerprint on the fingerprint modules. We have
used 16x2 LCD keypad shield. The functions of the LCD
Fig. 4. SIM 900 GSM shield display are shown in Fig. 5.
We have used SIM 900 GSM SHEILD in the system which
was placed on the Arduino. We have firstly used the A6 GSM
MODULE which had few drawbacks such as poor signal, not
being able to send SMS in real time, delay or no response etc.
For the betterment of the system, we have used SIM 900 GSM
shield (shown in Fig. 4), which has better functionality and real
time response with no delay at all.

E. Door Lock
We have used a 12-volt solenoid electric door lock in this
project. When the fingerprint sensor detects a registered
fingerprint, it sends signal to the Arduino Uno to unlock the
main door of the house.

F. Arduino Uno Fig. 6. Functioning of the LCD keypad display

The Arduino Uno is a microcontroller. We have used it


because it is reasonable and user friendly. The external part is J. Veroboard
Arduino Uno based shown in Fig.7. We have replaced the internal part’s initial setup with Vero
board, which minimizes the wiring hassles. The Vero board
connects the buzzer and LED lights to motion sensors. The
setup is shown in Fig.6.

Fig. 5. Arduino Uno setup

G. Relay
Fig. 7. Setup for vero board
Relay is a switch. We have used relay in this system to
maintain the voltage level between Arduino Uno and electric
door lock. Arduino Uno passes 5-volt voltage but door lock K. Webcam
needs 12 volts to turn on. Relay solves this issue in the system. We have used the webcam to monitor the entrance area
24/7. We have placed the webcam on the top of the door so that
every entry is recorded.

978-1-5386-2745-7/17/$31.00 ©2017 IEEE 551


International Conference on Intelligent Computing and Control Systems
ICICCS 2017

L. Arduino Mega on the LCD screen and then the person has to put their finger
The Arduino Mega is a microcontroller board based on the on the fingerprint sensor. It compares the fingerprint with the
AT mega 1280. It consists of fifty-four input/output pins that stored data in the system. When it is accepted by the system, it
helped us to implement the system smoothly according to our displays a pre-programmed ‘Welcome Home!’ message on the
need. We have used the Arduino Mega in the burglar alarm LCD screen and the door unlocks. Otherwise, for a random
system. We could use Arduino Uno but it has limited pins. All fingerprint, it shows ‘not accepted’ message on the LCD screen
the PIR sensors are connected to the Arduino Mega using Vero and door remains locked. The entire working procedure is
board. Whenever the PIR sensors in the rooms detect any shown on Fig. 9.
motion, a signal is sent to the Arduino Mega. Then it sends the There is a camera installed in the house which monitors
signal to the LED light pin set up in the rooms as well as the 24/7 surveillances.
buzzer pin. The buzzer pin lights begin to blink and
immediately the alarm starts to buzz for three seconds with
intervals. Arduino mega setup is shown on Fig.8.

Fig. 8. Arduino Mega setup

V. PRINCIPLES OF OPERATION
There are two parts in the whole system. The working Fig. 9. Working procedure of fingerprint based door lock
principle of each part is described here.
B. Internal part
A. External part
The second part is Arduino Mega Controlled Burglar alarm
This part is an Arduino Uno based which includes a system with GSM shield. This part’s function is to detect
fingerprint based door lock and a webcam. When the system intruder when the owner of the house is outside and notifies
starts, it shows ‘Fingerprint Door Lock system’ on LCD screen him/her immediately via SMS or call.
after 3 seconds it shows the menu with two options named
admin and user. Admin option is for the owner of the system Each of the rooms has PIR sensors and lights attached to
who can manually add or delete the fingerprints. In a word, the ceiling. Whenever an intruder tries to break into the home,
owner controls the entry of the house and initialization of the PIR sensor senses the disturbance and sends a signal to the
device. After saving the fingerprint by the owner, it goes to the Arduino Mega. The LED lights blink and the alarm
user option, which can be operated by all of the people in the immediately starts to buzz for three seconds with intervals to
house or outside. Admin option is secured with a specific aware the surroundings. The respective lights of the certain
password which only admin can access with password. rooms also get turned on.
When the owner tries to access the ‘Admin’ option, he/she After the buzzer is triggered, GSM sends an SMS to the
has to put the password using keypad to get into the next menu. owner to notify immediately. Therefore, at the same time,
If the password is correct, it shows ‘Matched’ on the LCD neighbors and the owner of the house get to know if there is
screen or else it shows ‘Incorrect’. After getting into the next anyone in his home without his absence. The overall design of
menu, LCD display shows another menu bar ‘1. Add internal part is shown on Fig.10.
fingerprint and 2. Delete fingerprint’. New fingerprint is added
with a specific code. Again, the owner can delete any stored
fingerprint from the device.
All the authorized persons’ fingerprints can be saved into
fingerprint sensor memory. Whenever an authorized person
attempts to unlock the door, he/she has to select the second
option which is ‘2.user’. Immediately ‘put your finger’ appears

978-1-5386-2745-7/17/$31.00 ©2017 IEEE 552


International Conference on Intelligent Computing and Control Systems
ICICCS 2017

Fig. 10. Design of Internal part

VI. IMPLEMENTATION COMPARISON


Fig. 12. Layout of the external part
Our system consists of multiple features and also is cost
effective at the same time. We have seen so many security If the theif breaks the door and enters into house, the
providing systems on the internet that are costlier than our internal part of the system will active. In the internal part, the
system and does not provide sufficient security like ours. PIR sensors are installed inside which detect abrupt changes in
Comparison between similar systems and our system is shown temperature and the alarm triggers to notify the surrounding. At
in Fig. 11. Our system is unique which provides more features the same time, the respective lights get turned on inside the
than the existing ones and comes in low costing. room. The GSM module is connected with the pir sensors. it
notifies the designated person via SMS in real time. In Fig.13 it
is shown what the message is received by owner when PIR
sensors sense any movement.

Fig. 11. Comparison table of existing systems

VII. RESULTS
We have effectively implemented the prototype of entire
system. The whole system has two main parts and we Fig. 13. Messaged recieved by owner of the system
combined them to make the system more efficient. In Fig. 12, it
is shown how the external part works. It controls the access to The whole system is implemented in a layout shown in Fig.
the house so that any unknown person can not enter in the 14. This is a prototype of a two-storied building. Our internet
house. Only owner of the house can access the Admin option. part’s circuit box is placed inside it and 3 sensors and lights are
Owner can add the fingerprint of the desire person on the placed on the corners of it. The sensors are connected with
device. Because of using fringerprint sensor on the door lock, GSM module. The internal part activates when unwanted
the lock opens at that time when given fingerprint maches with movement is detected. The main door of the house has a
the saved fingerprint. Though this system owner can easily fingerprint sensor, LCD keypad shield and door lock. A
restrict the entry of the house. webcam is placed on the top of the door in the entrance. The
external part activates when someone tries to enter the house
through the main gate and uses the door lock.

978-1-5386-2745-7/17/$31.00 ©2017 IEEE 553


International Conference on Intelligent Computing and Control Systems
ICICCS 2017

ACKNOWLEDGMENT
The project was done under capstone senior design project
at Department of Electrical and Computer Engineering, North
South University, Dhaka, Bangladesh. The research work was
supervised by our faculty Dr. Hasan U. Zaman. We are very
much grateful to our department and our faculty for this
opportunity.

REFERENCES
[1] B. Anubala, M. Rahini, T. Bavithr, “Intelligent Door Locking System,
International Journal of Engineering Research and Applications”,
(IJERA) ISSN: 2248-9622 International Conference on Humming Bird (
01st March 2014)
[2] Mary Lourde R. and Dushyant Khosla, “Fingerprint Identification in
Biometric Security Systems”, International Journal of Computer and
Electrical Engineering, Vol. 2, No. 5, October, 2010.
[3] Subhankar Chattoraj , Karan Vishwakarma, “A Biometric Solution for
Door Locking System using Real time Embedded System and Arduino
Fig. 14. Layout of the whole system
as the Microcontroller”, IOSR Journal of Electrical and Electronics
Engineering (IOSR-JEEE) e-ISSN: 2278-1676,p-ISSN: 2320-3331,
Volume 11, Issue 4 Ver. IV (Jul. – Aug. 2016), PP 01-05.
VIII. CONCLUSION [4] How PIR Motion sensor works, [online] URL:
https://learn.adafruit.com/pir-passive-infrared-proximity-motion-
It has been successfully proven through the prototype sensor/how-pirs-work
that this home security system works perfectly. The fingerprint [5] Adel Keyless Biometric Fingerprint Door Lock Trinity 788,[online]
URL:https://www.amazon.com/Adel-Biometric-Fingerprint-Trinity-
door lock gives the highest security ever that no other unknown 788/dp/B00270UU4C
person can come inside the house. Again, the internal part also [6] Sadeque Reza Khan, Ahmed Al Mansur, Alvie Kabir, Shahid Jaman,
gives protection to the house when no one is at home. It also Nahian Chowdhury, “Design and Implementation of Low Cost Home
gives more security by sending messages to the owner if Security System Using GSm network”, International Journal of
anyone tries to break into the house. Besides this, the system is Scientific and Engineering Research, Vol. 3, Issue 3, 2012.
cheap compared to other systems and it has many features [7] Nathan David, Abafor Chima, Aronu Ugochukwu, Edoga Obinna,
altogether. Thus, this home security system can be an efficient, “Design of a Home Automation System Using Arduino”, International
Journal of Scientific & Engineering Research, Vol. 6, Issue 6, 2015.
one of a kind system for developing countries.
[8] Viraj Mali, Ankit Gorasia, Meghana Patil, Prof. P.S.Wawage, “Home
Automation and Security using Arduino Microcontroller”, International
IX. FUTURE WORK Journal of Research in Advent Technology (E-ISSN: 2321-9637)
Special Issue, National Conference “NCPCI-2016”, 19 March 2016.
[9] GM02 wireless auto dial home security alarm system, [online] URL:
We have built up the entire system effectively. However it http://cothinking.en.alibaba.com/product/676349675-
has some minor issues that need to be tackled. We have a plan 213755529/GM02_auto_dial_intrusion_alarm_system_wireless_alarm_s
in place to work on the webcam part. We need to enhance it in ystem.html
a way that when an unauthorized person tries to get into the [10] N. Sriskanthan and F. Tan Karande, “Bluetooth Based Home
house by putting an incorrect fingerprint, the webcam will take Automation System”, Journal of Microprocessors and Microsystems,
Vol. 26, pp.281-289, 2002.
snapshots of the intruder. By implementing our work on this
further, the system will be much more robust and homes will [11] B. Annapurna, K. Mounika, K. Chakradhara Chary, Roohi Afroz,
“Smart Security System using Arduino and Wireless Communication”,
be more secured. Again, we need to chip away at the GSM International Journal of Engineering Innovation & Research, Volume 4,
part. Presently the system sends an SMS to owner on the off Issue 2, ISSN: 2277 – 5668
chance that the PIR sensor senses any unsettling influence. [12] nfc fingerprint digital hotel door lock, [online] URL:
However, we need to supplant the instant message with an https://www.alibaba.com/product-detail/biometric-fingerprint-nfc-door-
email, phone call and MMS. By applying these changes, our lock_60435350549.html
system will provide a more efficient and powerful security. [13] Jayashri Bangali , Arvind Shaligram, “Design and Implementation of
Security Systems for Smart Home based on GSM technology”,
International Journal of Smart Home Vol.7, No.6 (2013), pp.201-208

978-1-5386-2745-7/17/$31.00 ©2017 IEEE 554

View publication stats

You might also like