2 Ijcse 08936
2 Ijcse 08936
IOT based Smart Framework for ATM Security with Electricity Saver
Keywords— ATM security system, ATM anti-theft system, light control switching, Arduino uno, Infrared System.
I. INTRODUCTION Through this we can easily prevent ATM theft and the
criminals can also be caught. The overall objective of this
An automated teller machine (ATM) is a specialized project is to create a public friendly environment and
computer that allows bank account holders to check their decrease the rate of theft and robberies.
account balances, withdraw or deposit money, transfer
money from one account to another, print a statement of In recent years, physical attacks on ATMs have increased,
account transactions, and even purchase stamps. The first due to both difficult economic circumstances and access to
ATM was set up in June 1967 on a street in Enfield, technology to break into the machines. ATMs will always
London at a branch of Barclays Bank, credited to a British be a high-profile target due to the volume of cash and the
inventor named John Shepherd-Barron. The idea of fact that they are often unattended. The combination of
designing Anti-theft ATM security system project is challenging economic times, along with easy access to
introduced by observing our real-life incidents. In our technologies, have increased the levels of criminal activity.
project, IR sensors and vibration sensor are used. IR Few major security techniques that are most widely used in
sensors detects the person entering and coming out of ATM security are following:
cabin and opens the door. Vibration sensor detects the
1.1 Face Recognition Technology: Face recognition is
suspicious movement like when someone tries to break
done by camera place at the door of ATM counter. The
ATM machine. The Arduino board is an open-source
face detection is done by either biometric technique or
software and hardware development enrollment. It is used
computer application which recognizes the customer from
to store and implement the programs or codes written in
image or video frame. The door will open only if the face
different machine understandable programming languages.
is detected. The detection is accomplished by using
This system process real-time data collected using IR
techniques like blurred human shapes or skin tones. Face
sensors and vibration sensor. Once the suspicious
recognition is done by using Haar cascade classifier for
movement is detected, the buzzer starts producing buzzing
face recognition to increase ATM security. The facial
sound, the servo motor that is used to open and close the
detector is applied on each frame of the captured image.
door is closed permanently so, no one came out of ATM
Then a recognition model of the face is built from the
till officials arrives. This system allows only one person at
frame using local binary pattern histogram (LBPH) and it
a time to enter to ATM cabin, once a person enters to
is recognized.
cabin, the entry sensor stop working till the person came
out of cabin. In this system automatic lighting system is 1.2 Fingerprint Verification Technology: The fingerprint
also embedded, when someone enters to cabin, light turns detected by the sensor is scanned for the biometric trait in
ON automatically and on exit it turns OFF automatically. the template database. In the decision module the
similarities in the matcher module is checked and
authorization is granted.
1.5 Card less Transactions: ATM transactions are done 3.1 IR Sensor
without using ATM cards by combining IoT and computer This is the most fundamental type of sensor available in
vision for enhancing ATM security. Transactions are the market. The basic concept is simple. There is an emitter
authorized on the basis of face recognition, fingerprint which emits infrared (IR) rays. These IR rays are detected
verification and OTP authentication without ATM card and by a detector. This concept is used to make proximity
PIN. sensor (to check if something obstructs the path or not,
etc), contrast sensors (used to detect contrast difference
II. RELATED WORK between black and white, like in line follower robots), etc.
The working of this sensor in the work is to detect the
In paper "A smart home energy management system using person to open the door and turn ON the light.
IOT and big data analytics approach", the authors A.R. Al-
Ali, M. Alikarar, R. Gupta, M. Rashid, I. A. Zualkernan, 3.2 Vibration Sensor
proposed an idea for implementing an Energy Management Vibration sensors are sensors used to measure, display and
System (EMS) for smart homes. In this system, each home analyze frequency, displacement, velocity or acceleration.
device is interfaced with a data acquisition module that is There are various types but the most commonly used
an IoT object with a unique IP address resulting in a large vibration sensor is accelerometer. It produces electrical
mesh wireless network of devices. The data acquisition signal proportional to acceleration of vibrating component.
System on Chip (SoC) module collects energy The working of this sensor in the work is to detect the
consumption data from each device of each smart home vibration if any suspicious activity happen.
and transmits the data to a centralized server for further
processing and analysis. This information from all 3.3. Arduino Uno R3 / Micro-controller
residential areas accumulates in the utility’s server as Big An Arduino is an open-source microcontroller
Data. The proposed EMS utilizes offthe-shelf Business development board. Arduino consists of both a physical
Intelligence (BI) and Big Data analytics software packages programmable circuit board (often referred to as a
to better manage energy consumption and to meet microcontroller) and a piece of software, or IDE
consumer demand. Some challenges of this system (Integrated Development Environment) that runs on
include: lifetime of a WSN network deteriorates with time computer, used to write and upload computer code to the
due to the deployment of new sensors in the network, the physical board.
data collected and aggregated solely by the home server in
a system using zigbee as a communication protocol could In the project we use it to communicate and provide
lead to data loss in case of a system failure, the lack of interface between sensors and other end devices. It also
standardized protocols and regulations were the main stores program in which the project works.
challenges in considering intelligent DC powered homes as
suitable replacement to AC power systems and the device 3.4 Buzzer/Alarm
status and power consumption details transported to the An audio signaling device like a beeper or buzzer may be
web server through an extensible mark-up language electromechanical or piezoelectric or mechanical type. The
(XML) interface would tend to be heavy weight for data main function of this is to convert the signal from audio to
delivery between browser and servers and the architecture sound.
will face significant bandwidth challenges in sending these This device is used for alert purpose.
large files across the network.
3.5 Servo Motor
III. METHODOLOGY Servo motor is basically a simple motor that works under
the mechanism of servo mechanism. The main aim to use
The figure 1 shows the block diagram of proposed model servo motor in the project is, it helps in closing and
for security and electricity saving purpose. opening door. If the vibration sensor senses any suspicious
activity, the door will automatically close.
REFERENCES
[1] Murugesan M., Santhosh M., Sasi Kumat T., Sasiwarman M.,
Fig 2: Actual Experimental Setup of proposed model Valanarasu I. “Securing Atm Transactions Using Face
Recognition”, International Journal Of Advanced Trends In
• There are three sensors (two IR sensor and one vibration Computer Science And Engineering Volume 9, No.2, Pp.
sensor), one Arduino uno, one servo motor, one LED and 1295–1299, March-April 2020.
one buzzer are used in the model. [2] Frimpong Twum, Kofi Nti, Michael Asante, “Improving
• First IR sensor at entry, senses the person, sends signal to Security Levels in Automatic Teller Machines (ATM) Using
Multifactor Authentication”, International Journal of Science
open gate and to turn ON gate. and Engineering Applications, Volume 5, Issue 3, pp. 126–134,
• First sensor become inactive after entry, till the person 2016.
inside the ATM cabin came out of it. [3] Udhaya kumar N., Sri Vasu R., Subash S., Sharmila Rani D.,
• Second IR sensor, senses the person on exit to open the “ATM-Security using Machine Learning techniques in IOT”,
gate and to turn OFF the light. International Journal of Advance Research, Ideas and
Innovations in Technology, Volume 5, Issue 2, pp. 150–153,
• Third sensor i.e. vibration sensor senses the vibration if
2019.
any suspicious activity happens (like if someone tries to [4] Siva kumar T., Gajjala Askok, Sai Venu, “Design and
break the ATM). Implementation of Security Based ATM theft Monitoring
• Vibration sensor sends signal to buzzer, to beep and to system”, International Journal of Engineering Inventions
servo motor, to close the door till officials arrives. Volume 3, Issue 1, pp. 01–07, August 2013.
[5] Prashant Kumar Yadav, Akhtar Husain, Surjeet Kumar,
“Enhanced ATM Security with OTP Based Authentication”,
International Journal of Advanced Science and Technology,
Volume. 29, Issue. 3, pp. 7987–7993, 2020.
[6] Pavan S. Rane, Prashant P. Sawat, Sourabh B. Shinde, Prof.
Nitin A. Dawande, “ATM SECURITY”, International Journal
of Advance Engineering and Research Development, Volume 5,
Issue 06, June -2018.
[7] Ajay Kumar Bharti, Rashmi Negi, Deepak Kumar Verma, "A
Review on Performance Analysis and Improvement of Internet
of Things Application", International Journal of Computer
Sciences and Engineering, Vol.7, Issue.2, pp.367-371, 2019.
[8] Kanchan P. Borade, Shewale Pooja J., Tayade Dipika, “ATM
Theft Monitoring and Security System using Raspberry Pi2”,
International Journal of Engineering and Advanced Technology,
Volume-6 Issue-3, February 2017.
[9] Rubea Othman Rubea, Xue Wen Ding, “ATM Security System
on IRIS Recognition with GSM Module”, International Journal
of Science and Research, Volume 7, Issue 3, March 2018.
[10] Soneria Hardik Champaklal, Siba Ram Raut, “Enhanced
Security for ATM Machine with Biometric Technology”,
International Journal for Research in Applied Science &
Engineering Technology, Volume 7, Issue 3, Mar 2019.
Fig 3: Flow chart of proposed work
[11] Jufishan Boksha, Romita Mondal, Soumi Mitra, Asoke Nath, "A AUTHORS PROFILE
Proposed Model of Advanced Security System in ATM:
Dr. Deepak Kumar Verma have
Implementation of Face Recognition and Finger Print
Recognition", International Journal of Computer Sciences and done MCA from University of
Engineering, Vol.7, Issue.10, pp.15-20, 2019. Lucknow, India in year 2011. Dr
[12] K. Hema Sai Sivaprasad, A.P. Mr. B. Kanna Vijay, “Design and Verma has completed his Doctrate in
Implementation of Anti-Theft ATM Machine Using Embedded Computer Science in the year 2016
Systems”, International Journal and Magazine of Engineering, and currently working as an Assistant
Technology, Management and research Volume no-3, Issue
No.11, 2016.
Professor of Computer Science in Dr
[13] Kamaljit Kaur, Ramanjot Kaur, "A Literature Survey on Ram Manohar Lohia Awadh
Security & Privacy Issues in IoT", International Journal of University, Ayodhya, India. His research interests are
Computer Sciences and Engineering, Vol.9, Issue.4, pp.60-64, Artificial intellegence, data security and Cyber Security.
2021. Dr Verma has published ore than twenty research papers in
[14] R.Senthil Kumar, K. R. Sugavanam, D. Gajalakshmi, “Novel various refreed/reputed National and International journals
vigilant real time monitoring and security system for ATM”,
Journal of Theoretical and Applied Information Technology, and also presented several research papers in IEEE
Volume. 67, Issue. 1, September 2014. Conferences. He has 10 years of teaching experience and
[15] Ajay Kumar Bharti, Rashmi Negi, Deepak Kumar Verma, “A 07 years of Research Experience.
Framework for Performance Optimization of IoT Applications”,
- International Journal of Research and Analytical Reviews, Mr. Karunesh Singh is scholar of
Volume 6, Issue 2, April – June 2019.
final year of graduation with
computer science from Dr
Rammanohar Lohia Avadh
University, Ayodhya, India. He has
developed several mini projects based
on arduino uno kit and sensors during
his graduation. His research interests
are Internet of Things, Smart technologies, sensors and
Robotics.