You are on page 1of 9

SYNOPSIS FOR B.

TECH PROJECT

VEHICLE SECURITY SYSTEM

By

TANYA GARG (1/14/FET/BEC/1/005)


VISHAL OJHA (1/14/FET/BEC/1/023)

Under the guidance of

DR.GEETA NIJHAWAN
PROFESSOR

DEPARTMENT OF ECE-FET
ABSTRACT

The main motto of the project is to use the wireless technology effectively for the automotive
environments by using the GSM Modem used in sending sms . The main scope of this
project is to stop the engine of an automobile automatically and provide real time tracking.
This can be done whenever a person is trying to steal the vehicle, at that time it sends an
interrupt to a programmable microcontroller . When someone tries to steal the car then
microcontroller gets an interrupt and orders GSM Modem to send the sms, the owner
receives a SMS that his car is being stolen then the owner sends back the SMS to the GSM
modem to 'STOP', while the vehicle will be stopped. The control instruction is given to the
microcontroller through interface, the output from which activates a relay driver to trip the
relay that disconnects the ignition of the automobile resulting in stopping the vehicle. This
project also focuses on the ignition of vehicle using fingerprint sensor and liquid crystal
display, we are generating the results with proficiency and accuracy in it by reducing its
cost factor, so that it is easily affordable by customers and we can widely spread and
implement the security in different domains. This approach would be fruitful to users who
want to possess valid and authenticated entry.

INTRODUCTION

Nowadays crime rate is increasing day by day as it is quite evident from the fact that thefts
have become a matter of routine. The vehicle thefts particularly cars may incur huge loss on
the part of the amount invested on these vehicles. Therefore, the need of the hour is a better
anti-theft control system that can be implemented by using several technologies like GPS,
GSM/GPRS systems.

The development of satellite communication technology is easy to identify the vehicle


locations. Vehicle tracking systems have brought this technology to the day-to-day life of the
common person. Today GPS used in cars, ambulances, fleets and police vehicles are
common sights on the roads of developed countries. All the existing technology support
tracking the vehicle, place and status. The GPS/GSM Based System is one of the most

2
important systems, which integrate both GSM and GPS technologies. It is necessary due to
the many of applications of both GSM and GPS systems and the wide usage of them by
millions of people throughout the world. This system designed for users in land construction
and transport business, provides real-time information such as location, speed and expected
arrival time of the user is moving vehicles in a concise and easy-to-read format. We have
enhanced the traditional GPS trackers and developed this system.

In our proposed system we plan to use a microcontroller of AVR family (Arduino Platform)
and interface it to biometric sensor (Fingerprint sensor). Only the authorized users would be
able to unlock/lock the system and every time a SMS would be sent with the GPS
coordinates of the vehicle’s location.

For GPS, we will be using GPS module with an external antenna and for GSM
communication (SMS) we would be using SIM 900 module. The SMS would contain a map
link which would show the exact position of the vehicle in real time.

Also, the vehicle’s location can be tracked in real time by sending a location SMS to the
device. The user also has the provision to cutoff the vehicle’s ignition remotely by sending a
SMS to the device.

For powering the system, we plan to use a 12V lead acid battery or a 12V DC Adapter.

3
Power Supply Voltage Regulation Circuit
12V/1.2A Power Supply 5V
Battery/Adapter

LCD Display
(16x2)

Relay Output
GPS Module
(Ignition
Output)
Embedded
Fingerprint Systems
GSM
Sensor (ATmega 328) Modem

GSM
Network

SMS with
Location
Map Link

Fig 1: Basic Block Diagram of the proposed project displaying connections of different modules together.

TECHNICAL DESCRIPTION

1) When power is switched on, the microcontroller would check the various hardware
modules attached to it and initialize the hardware modules. This process ensures that
all the hardware’s are properly working and is similar to BIOS test in computers. Once
the process is completed, the user will receive an initializing SMS.

2) The user can store new fingerprints by entering the fingerprint learning mode on
pressing a button when required. Once this process is completed the system enters the
main loop.

4
3) In the main loop, the fingerprint sensor is active and awaits user’s input. If an
authorized user places the fingerprint, the ignition relay is activated and the vehicle
can now be started. However if an unauthorized user places the finger, the relay is not
activated and a buzzer is triggered.

4) Every time a valid user places finger, the current GPS coordinates are sent to pre-
stored numbers’s via SMS and the SMS contains the link of the GPS location.

5) The vehicle’s location can be tracked in real time by sending a location SMS to the
device which reverts back with the SMS and the SMS contains the link of the GPS
location.

6) The user can also remotely cut off the ignition by sending a cut off message to the
device.

MAJOR COMPONENTS

 ATmega328 Microcontroller
 GPS Module
 GSM Module
 Biometric Sensor (Fingerprint)- R305
 Power Supply

Biometric Sensor (Fingerprint)R305


This is an optical biometric fingerprint reader/sensor (R305) module with TTL UART
interface for direct connections to a microcontroller UART. The user can store the finger
print data in the module and can configure it in 1:1 or 1: N mode for identifying the person.
This module can directly interface with any 3.3V or 5V microcontrollers, but a suitable level
converter/serial adapter is required for interfacing with the serial port of a PC.
Features
 Integrated image collecting and algorithm chip together, ALL-in-One
 Fingerprint reader can conduct secondary development, can be embedded into a
variety of end products
 Low power consumption, low cost, small size, excellent performance
 Professional optical technology, precise module manufacturing techniques

5
 Good image processing capabilities, can successfully capture image up to
resolution 500 dpi

GSM/GPRS Module
The GSM/GPRS Module that is used in this project is the SIM900A. It is the low cost and a
simple GSM module. It can be used to make calls, send text messages and even emails in
case it is a Internet based SIM card. The GSM/GPRS module uses a dual band 900 / 1800
MHz GSM/GPRS modem . It works on 4V DC regulated power supply that is controlled by
the microcontroller. Apart from that it is a plug and play device which means no drivers are
required for this module to be installed. The purpose for this Hardware’s usage is to send a
message to the registered mobile no, when someone tries to access the vehicle illegally. It
either sends an SMS or it can give a call as well, which can be chosen as per the users
requirements. It all has an inbuilt TCP/IP protocol stack. It will also send an Email to the
registered owner of the vehicle. Since a mobile no can be changed anytime and randomly,
but a email is seldom changed. hence both an email and an sms will be sent whenever a user
is added, a user is deleted or an invalid access occurs.

Liquid Crystal Display


An LCD is used for displaying the status of the entire project.Since the main idea is to make
the project cost-effective .A 16 by 2 LCD is sufficient enough. Although many bit LCD are
available. The model used is the HD44780. The display is a dot matrix display
used to display characters, alphanumeric characters, symbols etc. The LCD unit receives
character codes from the microcontroller,latches the codes to its display data RAM (80-byte
DD RAM for storing 80 characters), transforms each character code into a 5 × 7 dot-matrix
character pattern, and displays the characters on its LCD screen. It is a 16 pin module.

SOFTWARE PLATFORM
 Arduino IDE
 Proteous

APPLICATIONS

6
1. You can locate your stolen vehicle easily using your mobile without any extra cost.
2. It can be used for trucks carrying valuable goods, to keep track of the status of
delivery and location of the truck at all times.
3. The device ensures vehicle security and smooth fleet management.
4. You can easily install it in any vehicle such as cars, boats and motorbikes. An SMS
will inform you whether the vehicle is stationary or on the move.
5. You can also use it to keep tab on your driver. It reduces vehicle abuse and
ultimately results in significant cost-savings for individuals.

FUTURE SCOPE
 Presently only SMS feature is available, we can include the Call feature for ease of
operation.
 Using android application we can also stop the engine.
 Microphone could be interfaced to the GSM/GPS module so that during theft activity
voice call could be established with the owner.

REFERENCES
[1] International Journal of Engineering Sciences & Emerging
Technologies, Dec. 2013.ISSN: 2231 - 6604:
TWO WHEELER VEHICLE SECURITY SYSTEMS

[2] Real Time Vehicle Locking and Tracking System using GSM and GPS
Technology an Anti-theft System-www.google.com/patents

[3] GPS Positioning Guide: A user guide to the Global Positioning System.
Natural Resources, Canada. www.geod.nrcan.gc.ca
[From this paper, we understood about GPS technology]

[4] Real Time Vehicle Tracking System using GSM and GPS Technology- an Anti-theft
Tracking System. By International Journal of Electronics and Computer Science
Engineering Available Online at www.ijecse.org
[From this paper, we have taken reference about 89C51 controller.]

[5] International Journal of Scientific and Technology Research Volume 2 issue, April 2013
ISSN: 2277-8616
Embedded Based Complete Vehicle Protection

[6] International Journal of Computer Science, Engineering and Applications (IJCSEA)


Vol.3, No.4, August 2013 Development of Automatic Geo fencing and Accidental

7
Monitoring System Based on GPS Technology.

[7]M. S. Joshi and D. V. Mahajan, “Arm 7 based theft control, accident detection and vehicle
positioning system,” International Journal of Innovative Technology and Exploring
Engineering, vol. 4, no. 2, pp. 29-31, July 2014.
[8]M. A. A. Khedher, “Hybrid GPS-GSM localization of automobile tracking system,”
International Journal of Computer Science and Information Technology, vol. 3, no. 6, pp.
75-85, Dec 2011.

[9]S. S. Pethakar, N. Srivastava, and S. D. Suryawanshi, “RFID, GPS and GSM based
vehicle tracing and employee security system,”
International Journal of Advanced Research in Computer Science and Electronics
Engineering, vol. 1, no. 10, pp. 91-96, Dec. 2012.

[10]P. P. Wankhade and S. O. Dahad, “Real time vehicle locking and tracking system using
GSM and GPS technology-an anti-theft system,”
International Journal of Technology and Engineering System, vol. 2, no. 3, pp. 272-275,
March 2011.

[11]J. R. Shaikh and S. M. Kate, “Arm7 based smart car security system,”
International Journal of Engineering Trends and Technology, vol. 3, no. 2, pp. 210-212,
March 2012.

[12]J. M. Hu, J. Li, and G. H. Li, “Automobile anti-theft system based on GSM and GPS
module,” presented at the Fifth International Conference on Intelligent Networks and
Intelligent Systems, Tianjin, China, November 1-3, 2012.

[13]N. Kaushik, M. Veralkar, P. Parab, and K. Nadkarny, “Anti-Theft vehicle security


system,” International Journal for Scientific Research and Development, vol. 1, no. 12, pp.
2845-2848, March 2014.

[14]V. M. Ibrahim and A. A. Victor, “Microcontroller based anti-theft security system using
GSM networks with text message as feedback,” International Journal of Engineering
Research and Development, vol. 2, no. 10, pp. 18-22, Aug 2012.

[15]B. G. Nagaraja, R. Rayappa, M. Mahesh, C. M. Patil, and T. C. Manjunath, “Design and


development of a GSM based vehicle theft control system,” presented at the International
Conference on Advanced Computer Control, Singapore, January 22-24, 2009.

[16]M. A. A. Rashed, O. A. Oumar, and D. Singh, “A real time GSM/GPS based tracking
system based on GSM mobile phone,” IEEE Journal on Signals and Telecommunication,
vol. 3, no. 1, pp. 65-68, March 2014.

MILESTONE

8
SNo. MONTH/DATE/WEEK WORK DONE TILL DATE

1. JANUARY (1st Week) Decided the project and group.

2. JANUARY(2nd week) Study and survey about the project.

Study of hardware and software required,


th
3. JANUARY(3rd & 4 week) Flowchart /block diagram& circuit diagram.

Got few components:


4. FEBRUARY  LCD Module 16*2
 GSM 900 Module
 Biometric module R305

You might also like