Fingerprint Based Security System For Ve
Fingerprint Based Security System For Ve
ISSN: 2454-132X
Impact factor: 4.295
(Volume 4, Issue 4)
Available online at: www.ijariit.com
Fingerprint based security system for vehicles
Dr. Saritha Namboodiri Arun P.
saritha16.namboodiri@gmail.com createimagine2@gmail.com
Sreekrishnapuram VT Bhattathiripad College, Sreekrishnapuram VT Bhattathiripad College,
Palakkad, Kerala Palakkad, Kerala
3.7 Software
The system starts functioning by receiving the fingerprint of
an authorized person. When the fingerprint sensor receives the
correct fingerprint pattern it allows the valve to open. The
code to add and delete and store the fingerprint are written in
C. Fingerprint recognition software library is loaded. The code
for matching and the instructions to open the valve are also
Fig. 1. Block diagram of the proposed system coded in C using the Arduino IDE
3. HARDWARE COMPONENTS ARDUINO IDE
3.1 Arduino Uno Arduino Integrated Development Environment - or Arduino
Arduino Uno circuit board with Arduino IDE is capable of Software (IDE) is a free, integrated toolset for the
reading analog or digital input signals from different sensors, development programmed for an Arduino processor. The
activating the motor, turning LED on/off and do many other coding is done using Embedded C. Arduino Software (IDE)
such activities. All functionalities are performed by sending a The contains a text editor for writing code, a message area, a
set of instructions to the ATtmega328 main microcontroller, text console, a toolbar with buttons for common functions and
on the board via Arduino IDE. The Arduino board also a series of menus. It connects to the Arduino hardware to
includes Power USB, Power (Barrel Jack), voltage regulator, upload programs and communicate with them. The pins are
crystal oscillator, voltage pins (3.3v,5v,gnd,vin), A0 to A5 defined in the void setup(). In the void loop(), the codes to
analog pins, icsp pin, power led indicator, tx and rx leds, 14 perform various actions on devices(ON/OFF) are written.
digital input/output pins, Aref, and Arduino reset. These are controlled and monitored by the server.