1 PB
1 PB
1 PB
125 - 131
ISSN: 1858-1463 (print), 2580-6807 (online)
1,2,3)
Department of Electrical Engineering, President University, Indonesia
Corresponding Email: *) [email protected]
Abstract – It is necessary to prepare for the increasing crime employing such a lock, deception persists due to its
rate of household theft with a modern home security system limitations. On a case-by-case basis, some keys can be
that allows customers to monitor home security remotely. disabled, and others can be reinstated. As a result, it is
This can be accomplished by replacing the standard lock essential to keep an eye out for different lock types that
with a solenoid door lock, which is more difficult to duplicate cannot be quickly destroyed because even if they can be
and reduces the likelihood of theft when the house is
unoccupied. Researchers developed a three-tiered home
broken into, it will not be as easy as doing so with other
security system prototype that includes fingerprint, RFID, sorts of locks. This research initially just utilized the RFID
and keypad biometric sensors. The device's finished card that snaps onto the RFID reader before attempting to
prototype was tested ten times after it was designed. The employ a Fingerprint sensor to scan a finger.
Arduino Uno microcontroller, which also serves as the door- Numerous professionals have employed RFID
locking mechanism, turns on the door-lock solenoid. When technology to discuss access control systems for door
authentication is successful, someone will be granted access
security. In the research [4], the Authors utilized just one
to the door. The results show that, first, the fingerprint
sensors' usefulness is demonstrated by their capacity to read form of protection—an RFID sensor. The security system
fingerprints in an average of 3.7 seconds. Second, the RFID with one keypad sensor serving protection is described in
sensor detects the E-KTP, and the RFID scans the card in an the paper [5]. While the security system in [6] uses only
average of 2.4 seconds. Lastly, the password needed to Bluetooth, reference [7] describes the security with two
unlock the door is stored in the keypad. After ten repetitions, sensors utilizing RFID and fingerprint. The smart door
the experiment input yields an average time of 3.66 seconds. lock security system with RFID and Keypad is described
Opening a door with a 3-level multi-sensor typically takes in research [8]. Because the security system feels less
9.8 seconds. In this study, the installation of each sensor is secure when no password is entered, the writers propose
notified via a GSM SIM800L module, allowing customers to
a security system with a password. Furthermore, the
monitor security remotely.
owner only knows the password for the automatic door.
This paper aims to introduce a protected smart
Keywords: Arduino, Fingerprint, Home security, Keypad,
RFID
entryway lock that is intended to offer high security,
simple access, and control. The authors' proposed security
system includes three levels of sensors: fingerprint, RFID,
I. INTRODUCTION and keypad. RFID labels and Global System for Mobile
(GSM) modules are used in the proposed framework to
A smart home is a convenient home setting in which
create a secure yet simple framework. It will most likely
appliances and devices can be controlled remotely using
replace the current door lock system. The GSM SIM800L
a mobile device or another network device from anywhere
module will notify the user's cellphone number of a
with an internet connection. The temperature, lighting,
mismatch or violation [9].
home theater, door locks, televisions, thermostats, home
monitors, cameras, lights, and even appliances like a
refrigerator can all be controlled by a single home II. METHODOLOGY
automation system. The desire for security has become
one of the primary motivations for individuals to build A. System Design
their homes. Every house has at least one main hallway In addition to a power source and two inputs, the device
[1] . Users can remotely manage home security access has three outputs: an LCD screen, a solenoid door, and a
thanks to the internet-connected devices in smart homes buzzer (an RFID tag and fingers). The RFID module, a
[2]. In terms of home security, it is possible to construct a fingerprint sensor, and a keypad module are the three
security system by designing various door locks, such as important sensors. With a power supply in the middle, the
mechanical or electric ones. The main entry is a crucial Arduino Uno processes all of the sensors. There is also an
security focus in terms of system security. It has been output solenoid door, a 16x2 LCD screen for display, and
demonstrated that the best safety and well-being come a buzzer for notification. The buzzer will sound If the
from having safety measures to control entry into homes. RFID is identified as unregistered there. If the RFID is
Every house has a doorway, and every door has a lock correct, it will pass through to the Keypad module, and if
[3]. Various mechanical and electrical doorway lock types the password entered is correct, the Relay will turn on, and
have been employed to ensure security. Even after the solenoid will open the door, as shown in Figure 1.
Manuscript received 2022-09-02; revised 2022-10-11; accepted 2022-10-12 - 125 -
Multi-Security System Based on RFID (R.W. Tambunan, et al.)
- 126 -
Multi-Security System Based on RFID (R.W. Tambunan, et al.)
C. Keypad
As shown in Figure 5, the keypad module requires an
input password to access the solenoid door lock. The
Arduino Uno microcontroller supplies a voltage of 3.33
volts to this component. The project receives input data
from the 4x4 matrix of this component. The 16 buttons on
the module control the component's eight terminals [5].
F. Relay
A relay is a mechanical switch that uses electricity. It is
made up of two primary components: an electromagnet
(coil) and a mechanical switch, as described in Fig. 8.
Relay conducts high voltage electricity using the
electromagnetic principle to switch at low power voltage
Figure 5. Keypad Module [11] [14].
D. Arduino Uno
Figure 6 shows an Arduino Uno microcontroller board
module with special details used in this prototype. The
ATmega328P serves as its foundation. The Arduino
ATmega328P features a 16 MHz ceramic resonator
(CSTCE16M0V53-R0), six analog inputs, 14 digital I/O
pins, six of which can be used as PWM outputs, a USB
connection, a power jack, an ICSP header, and a reset
button. To begin using this microcontroller, simply
connect it to a computer via a USB cable or power it with
an AC-to-DC adapter or battery [12].
Figure 8. Relay [5]
E. Fingerprint AS608
A biometric fingerprint is shown in Figure 7. Every
human fingerprint produced by the fingerprint scanner
will have ridges and troughs. This allows the sensor to be
- 127 -
Multi-Security System Based on RFID (R.W. Tambunan, et al.)
I. Buzzer
Buzzers are a type of audio signalling device that can
be electromechanical, piezoelectric, mechanical, or
appear as buzzers with physical appearances similar to
Figure 13. Complete device prototype of 3-level security
those shown in Figure 11. The transformation of audio system (front-view)
impulses into sound is its main purpose [13]. It is often
powered by DC voltage and utilized in timers, alarm The first test is taken from the fingerprint sensor, as
clocks, printers, computers, and other electronic devices. shown in Figure 14. The authors used a finger as input for
the biometric fingerprint sensor.
J. e-KTP
The only form of identification for each resident is their
National Identity Number embedded in an e-KTP card, as
shown in Figure 12. The electronic KTP is a nation's
original population document, which includes an RFID
chip that allows it to function as one of the sensors as a
security or control system based on the national Figure 14. Point of view scan the fingerprint sensor
population database which is valid for their entire life.
- 128 -
Multi-Security System Based on RFID (R.W. Tambunan, et al.)
In this test, the authors put a finger into a biometric Table 3. The average time results to scan e-KTP
fingerprint scanner. Table 2 shows the results of the
fingerprint sensor, which is the output of ten successful Experiment ID Card Time (s)
fingerprint testing with the average time for door access
being 3.7 seconds. 1 04 7B 12 6A 43 5A 80 2.0
2 02 AC 95 11 40 4D F0 2.2
Table 2. The Average time results in scanning finger 3 04 25 FA C8 78 2.5
4 B0 03 DE ED 28 2.1
Experiment Time (s) 5 02 C4 B9 D0 22 2.2
6 D9 24 22 F1 2.6
1 3.6 7 04 25 5CFA 81 5B 2.4
2 3.8 8 02 AC9511 40 4D F0 2.9
3 3.5 9 02 B6 DC 11 10 D0 2.4
4 3.7 10 CF B7 F5 DC 2.7
5 3.9 Average 2.4
6 3.8
7 3.7 Lastly, the third test is a keypad function test. A keypad
8 3.6 sensor helps the authors to utilize the letters ABCD and
9 3.9 the numerals 1 through 9 to create a password and use it
10 3.5
to maximize the security system. Moreover, there are
Average 3.7
extra parts, such as a buzzer and relay. Relay performs the
role of a digital switch. If the results of the three primary
The second test is the RFID function reader. An RFID sensors are successful and correct, the relay will trigger
(Radio Frequency Identification) sensor doubles as a card the voltage to the Solenoid, which functions to open the
reader and a chip transmitter. In this work, the Author uses door. By processing the entered password, the Keypad
an e-KTP with a chip inside. This allows the e-KTP to be sensor provides the third result, as shown in Figure 16.
scanned by the RFID reader module by moving the e-KTP
closer to the RFID for reading, as shown in Figure 15. The
RFID reader module scans the second results using e-
KTP. For reading, the e-KTP is brought close to the RFID.
- 129 -
Multi-Security System Based on RFID (R.W. Tambunan, et al.)
Table 4. The average time results in scanning passwords generated. The average time for RFID to read an RFID
card with ten trials is 2.4 seconds. Furthermore, the
Experiment Time (s) keypad sensor works correctly after ten trials of entering
a password with an average time of 3.66 seconds. Overall
1 3.6 this 3-level multi-sensor prototype is able to open the
2 3.8
doors in 9.78 seconds on average. After completing all the
3 3.5
procedures, a notification will be sent to the mobile phone
4 3.7
5 3.9
user via the GSM SIM800L module. A notification will
6 3.5 flash on the LCD display if the fingerprint sensor data
7 3.7 entered differs from the data that has been recorded.
8 3.8
9 3.5
10 3.6
REFERENCES
Average 3.66
[1] A.T.Mahesa, H.Rahmawan, A. Rinharsah and S.Ariffin,
As shown in Table 4, the data indicate that the correct "Sistem Keamanan Brankas Berbasis Kartu e-KTP,"
password was entered ten times and that it took an average Jurnal Teknologi & Manajemen Informatika, vol. 5, no. 1,
of 3.7 seconds to scan the password. In this test, the p. 4, 2019.
authors enter the password; if it is accurate, the Relay is [2] K.Mahardi, J.W.Simatupang and E.Rismauli, "Security
activated. After that, the relay sends a 12V to the solenoid, Home Door Automation Using Multi Sensors," Journal of
and the door automatically opens. The door may open and Electrical and Electronics Engineering, vol. 3, no. 1, p.
operate for three seconds before closing immediately. The 88, 2019.
finger can then be scanned using the fingerprint sensor to [3] E.D.Widianto, A.Masruhan and A.B.Prasetijo, "College
start the overall experiment. Room Door Control using RFID and Arduino Integrated
Furthermore, if the fingerprint sensor data entered with Presence Web Application," Jurnal Telekomunikasi,
differs from the data that has been registered, a Elektronika, Komputasi, dan Kontrol (TELKA), vol. 7, no.
notification with the message "Not valid fingerprint" will 2, p. 79, 2021.
appear on the LCD display as shown in Figure 17. [4] M.Andriansyah, M.Subali, I.Purwanto and A.Irianto, "e-
KTP as the Basis of Home Security System using arduino
UNO," in 4th International Conference on Computer
Applications and Information Processing Technology
(CAIPT), Kuta Bali, Indonesia, 2017.
[5] A.Vadakkan, A.Babu.V.K and C.Pappachan, "DOOR
LOCKING USING KEYPAD AND ARDUINO,"
International Research Journal of Modernization in
Engineering Technology and Science, vol. 3, no. 11, p.
783, 2021.
[6] H.Amiliansyah, M.Galina and J.W.Simatupang,
"ACCESS CONTROL AND SECURITY SYSTEM VIA
BLUETOOTH APPLICATION ON ANDROID
SMARTPHONE," Jurnal Teknik Elektro, Teknologi
Informasi dan Komputer (ELTIKOM), vol. 6, no. 1, p.
101, 2022.
[7] M. M. R. Komol, A. K. Podder, M. N. Ali and S. Ansary,
"RFID and Finger Print Based Dual Security System: A
Robust Secured Control to Access Through Door Lock
Operation," American Journal of Embedded Systems and
Figure 17. Notification on the LCD for the invalid data Applications, vol. 6, no. 1, p. 16, 2018.
[8] S.A.Prity, J.Afrose and Md.M.Hasan, "RFID Based Smart
IV. CONCLUSION Door Lock Security System," American Journal of
Sciences and Engineering Research, vol. 4, no. 3, p. 163,
A 3-level security door lock system with a fingerprint 2021.
sensor, RFID module, and keypad sensor has been [9] M.I.Saputra, S.R.Sulistyanti, S.Purwiyanti and
successfully designed, implemented, and tested. This U.Mardika, "Design of Prototype Measuring Motor
fingerprint sensor can read fingerprints with, on average, Vehicles Velocity Using Hall Effect Sensor Series A-
3.7 seconds to complete a fingerprint scan task and protect 1302 based On Arduino Mega2560," in 2020 2nd
against fingerprint similarities. When the ID card with the International Conference on Industrial Electrical and
RFID chip approaches the RFID reader, the door will Electronics (ICIEE), Lombok, Indonesia, 2020.
open if the ID card has been entered into the Arduino
code. Furthermore, if the ID card is not inserted, the door
remains locked, entry is prohibited, and a buzzer sound is
- 130 -
Multi-Security System Based on RFID (R.W. Tambunan, et al.)
- 131 -