SlideShare une entreprise Scribd logo
1  sur  27
Presentes By: Ami Goswami
Vinit parikh
Uttpreksha Purohit
Project Guide:
Prof. Hansa Shingrakhia
Electronics And Communication Department, Indus institute of technology and engineering
1
Our Agenda
 Introduction
- Definition of project
- Concept of project
 Design and Specifications
 Block diagram
 About Components
- Arduino Mega
- RFID Module
- GSM Module
- LCD Display
- Car Module
 Final Results
 Conclusion and References
05/15/16 2
Advanced car security system
PROBLEM ANALYSIS AND
SOLUTION
  Motor vehicle theft is the biggest concerned these days.
 The statistics shows, the theft has increased on the large scale and industry
observers caution that thieves constantly devise new and sophisticated
means of stealing vehicles.
 Thus, the project is aid in providing the security to the car by bringing an
electronic module called “Advanced Car Security”.
 
05/15/16 3Advanced car security system
Introduction
But Don’t Worry
There are various methods of prevention to
reduce the likelihood of a vehicle getting
stolen.
 From the LITERATURE SURVEY Motor
vehicle theft is the criminal act of
attempting to steal a car.
 There were an estimated 1.2 million motor
vehicle thefts, or approximately 416.7
motor vehicles stolen for every 100,000
inhabitants.
05/15/16 4
Advanced car security system
Definition of project
 Mainly This project aims at system which provides the security for smart cars from
thefts or robberies.
 It includes various modules like,
Arduino RFID module
GSM module
LCD
display
05/15/16 5
Continue…
 Initially the LCD displays “RFID card please.” the system analyse
the code of the RFID card and allows the access only if the card code
matches the pre-defined code in the module.
 After checking of the card, LCD display “card ok and allow” which
assures that the driver of the car is the owner.
 In case someone tries to start the car without RFID check or with a
wrong RFID card the system will inform the owner of the car by
sending a call to him/her at the registered cell phone number using
GSM and stop the car as soon as the owner sends the
acknowledgement by calling.
05/15/16 6Advanced car security system
Concept of project
 Flow of project:
Stage 1: Detection of RFID tag
Stage 2: Display whether access is granted or not
Stage 3: Owner can start the car if the access is granted
Stage 4: Send the call via GSM if access is not permissible
Stage 5: Receive the acknowledgement from the owner to stop the car and
stop it.
05/15/16 7Advanced car security system
Block Diagram
05/15/16 8Advanced car security system
Components Specifications
 Arduino Mega2560
Microcontroller ATmega2560
Operating Voltage 5V
Input Voltage 7-12V
Input Voltage(limits) 6-20V
Digital I/O Pins 54(14 provide PWM
output)
Analog Input Pins 16
DC current per I/O
Pins
40mA
DC current for 3.3V
Pins
50mA
Flash Memory 256KB
SRAM 8KB
EEPROM 4KB
Clock Speed 16MHz
05/15/16 9
 The Mega 2560 board has a number of facilities for communicating with a
computer, another board, or other microcontrollers.
 The ATmega2560 provides four hardware UARTs for TTL (5V) serial
communication. An ATmega16U2 on the board channels one of these over
USB and provides a virtual com port to software on the computer Windows
machines will need a .inf file, but OSX and Linux machines will recognize
the board as a COM port automatically.
 The Arduino Software (IDE) includes a serial monitor which allows simple
textual data to be sent to and from the board. The RX and TX LEDs on the
board will flash when data is being transmitted via the
ATmega8U2/ATmega16U2 chip and USB connection to the computer
Arduino continue…
05/15/16 10Advanced car security system
 RFID Module
05/15/16 11
Advanced car security system
Continue..
 RFID stands for Radio-Frequency Identification.
 The RFID device serves the same purpose as a bar code or a magnetic strip
on the back of a credit card or ATM card.
 A Radio-Frequency Identification system has three parts:
- A scanning antenna
- A transceiver with a decoder to interpret the data
- A transponder - the RFID tag - that has been programmed with information.
 RFID Tag: -
An RFID tag is a microchip combined with
an antenna in a compact package; the packaging is
structured to allow the RFID tag to be attached to an
object to be tracked. RFID tag has diverse range of
functions
05/15/16 12Advanced car security system
 GSM Module
Features:
Dual-Band 900/ 1800 MHz
Dimensions: 24*24*3 mm
Weight: 3.4g
Control via AT commands (GSM 07.07,
07.05 and SIMCOM enhanced AT
Commands)
SIM application toolkit
Supply voltage range: 3.1- 4.8V
Low power consumption: 1.5mA(sleep mode)
Operation temperature: -40° C to +85°C
05/15/16 13
Advanced car security system
 Description
 The GSM shield by Arduino is used to send/ receive messages and
make/receive calls just like a mobile phone by using a SIM card by a
network provider.
 Advantage of using this modem will be that its RS232 port can be used to
communicate and develop embedded applications.
 The modem can either be connected to PC serial port directly or with any
microcontroller through MAX232.
 This GSM modem is a highly flexible plug and play quad band SIM900A
GSM modem for direct and easy integration to RS232 applications. It
Supports features like Voice, SMS, Data/Fax, GPRS and integrated TCP/IP
stack.
05/15/16 14Advanced car security system
 Liquid crystal Display
LCD displays consists primarily of two sheets of polarized glass plates with a
thin layer of liquid crystal solution sandwiched between them.
05/15/16
15
Advanced car security system
 Car Module
I. Relay
What is relay?
 Usually a relay is used in a circuit as a magnetic switch to turn on a
second circuit.
 A relay is an electromagnetic switch, which is activated when a
small current is passed through its coil.
The interesting fact is that this small current is capable of turning on a
secondary circuit which works on much larger current.
05/15/16 16Advanced car security system
Why relays are useful to us?
 As the name indicates, many sensors are extremely sensitive type of
electronic components and produce only small output currents.
 But we need to drive bigger electrical machines using those sensors!
Relays, makes it possible for small currents to trigger bigger current
circuits.
05/15/16 17Advanced car security system
II. Servo motor
What is servo motor?
 Servos are motors that are used to accurately
control physical movement. This is because they
generally move to a position instead of
continuously rotating.
 They are ideal for making something rotate over a
range of 0 to 180 degrees.
05/15/16 18Advanced car security system
How servo can use?
 Specifically, in our circuit, we will make it so that the servo motor rotates
180 degrees and then stops and then rotates 180 degrees back (in the
direction it began).
 Servos are easy to connect to the arduino and control, because the motor
driver is built into the servo. This means that the driver circuit to operate
the motor is internally constructed into the servo.
 Thus, all we do is connect the pins of the servo directly to the arduino board
and program it, and that's all that needs to be done.
 The different pin terminals are differentiated on the servo motor by their
colors.
Red Wire +5V terminal
Black Wire GND terminal
Orange Wire digital pin (I/O)
Parallax Wire Connects to
Arduino Terminal
05/15/16
19Advanced car security system
Software used
II. Arduino
For programming
I. Proteus
For software simulation
05/15/16 20
Advanced car security system
Results
05/15/16 21
Advanced car security system
Limitations
 If wrong RFID is scanned the owner gets a call on the registered
number and if the owner sends an acknowledgment to stop the car
the car may stop half the way in the middle of the road which may
increase the probability of the accident which is not at all likely for
the owner.
 After the car stops, the thief may run away and thus, the owner may not
come to know about the thieves which is again not in favour of the owner
05/15/16 22Advanced car security system
Future Scope
 Smoke emitter can be introduced in the module which can overcome
the limitation of car accident that is when the owner sends the
acknowledgment to stop the car, the switch of the smoke emitter
circuit triggers and the car becomes smoky so the driver due to his
vague vision takes the car at the off side of the road and then the car
stops gradually.
 A hidden camera can be placed in the car which can capture the
image of the thief and help the owner to find the thief.
 GPS can be added in the module by which we can trace and monitor
the location of the car and can find stolen car easily via location.
05/15/16 23Advanced car security system
Conclusion
 Thus advanced car security enhances the security of a vehicle and
makes it possible only for some selected people to access the car.
Thus by implementing this relatively cheap and easily available
system on a car one can ensure much greater security and
exclusivity than that offered by a conventional lock and key.
 There is a scope of further improvement in terms of efficiency and
accuracy which can be achieved by improving the hardware to
capture the image or by improving the image enhancement
techniques
 The project “Advanced Car Security” has been successfully designed
and tested. Integrated features of all the hardware components used
have developed it.
05/15/16 24Advanced car security system
References
Paper
• Hamid Kaashif S, Henrick John Antony J, Saravana Raj R &Nithya D,
“Automobile Intrusion Avoidance Using Face Detection and Finger Print”,
International Journal of Advanced Electrical and Electronics Engineering,
(IJAEEE), Volume-2, Issue-5, 2013
• Vineet Raul, ”Advance Vehicle Security System”, Department of Electronic
& Telecommunication Engineering , MCERC, Nasik.2013-14.
Manual
• ABlabTM
Solutions Redefining Technology, “EM-18 RFID Reader”
• ATRIM Electronics Pvt Ltd, “GSM SHILD Compatible with Arduino (SIM-
900A).”
05/15/16 25Advanced car security system
Website
 https://www.arduino.cc/en/Main/ArduinoBoardMega2560
 Intelligent Venue Solution:
 http://www.intelligentvenues.com/faqs/what-is-rfid-and-how-does-it-work/
 Electro Schematics
 ”http://www.electroschematics.com/12135/arduino-lcd-enhancement/”
 Circuits Gallery:
 http://www.circuitsgallery.com/2012/09/working-of-relay-and-connection.html
 Learning About Electronics:
 http://www.learningaboutelectronics.com/Article/Servo-motor-circuit.php
 Book
 E. Balaguruswamy, “Programing in ANCI C”, 6th
Edition.
05/15/16 26Advanced car security system
05/15/16 27Advanced car security system

Contenu connexe

Tendances

Vehicle Security System
Vehicle Security SystemVehicle Security System
Vehicle Security SystemVISHAL DONGA
 
automatic Rain sensing windshield wiper ppt
automatic Rain sensingwindshieldwiper pptautomatic Rain sensingwindshieldwiper ppt
automatic Rain sensing windshield wiper pptantivirusspam
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Hitesh Kumar Singh
 
Anti-lock Braking System (ABS)
Anti-lock Braking System (ABS)Anti-lock Braking System (ABS)
Anti-lock Braking System (ABS)haitham shehata
 
Alcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using ArduinoAlcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using ArduinoIRJET Journal
 
Sensotronic Brake Control
Sensotronic Brake Control Sensotronic Brake Control
Sensotronic Brake Control Devendra Meena
 
Active suspension System of Automobiles.
Active suspension System of Automobiles.Active suspension System of Automobiles.
Active suspension System of Automobiles.Mayank khare
 
NIGHT VISION SYSTEM IN AUTOMOBILES
 NIGHT VISION SYSTEM IN AUTOMOBILES NIGHT VISION SYSTEM IN AUTOMOBILES
NIGHT VISION SYSTEM IN AUTOMOBILESAnjali Yadav
 
Hybrid electric vehicle Seminar Presentation
Hybrid electric vehicle Seminar PresentationHybrid electric vehicle Seminar Presentation
Hybrid electric vehicle Seminar PresentationLakshminarayan Solanki
 
Electronic stability program (esp)
Electronic stability program (esp)Electronic stability program (esp)
Electronic stability program (esp)malirayban
 
Antilock braking system report
Antilock braking system reportAntilock braking system report
Antilock braking system reportjyotigangar
 
hill-start assist (hac) & downhill assist (dac) PPT
hill-start assist (hac) & downhill assist (dac) PPThill-start assist (hac) & downhill assist (dac) PPT
hill-start assist (hac) & downhill assist (dac) PPTPratham Prakash
 
Latest trends in automobiles seminar report
Latest trends in automobiles seminar reportLatest trends in automobiles seminar report
Latest trends in automobiles seminar reportDeepak kango
 
anti theft vehicular security system
anti theft vehicular security systemanti theft vehicular security system
anti theft vehicular security systemAkshay Gaikwad
 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Emmanuel Oshogwe Akpeokhai
 
adptive cruise control report
adptive cruise control reportadptive cruise control report
adptive cruise control reportShijo T Daniel
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous VehiclesYamini Verma
 
Anti lock braking system
Anti lock braking systemAnti lock braking system
Anti lock braking systemAkash Singh
 

Tendances (20)

Vehicle Security System
Vehicle Security SystemVehicle Security System
Vehicle Security System
 
automatic Rain sensing windshield wiper ppt
automatic Rain sensingwindshieldwiper pptautomatic Rain sensingwindshieldwiper ppt
automatic Rain sensing windshield wiper ppt
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
 
Anti-lock Braking System (ABS)
Anti-lock Braking System (ABS)Anti-lock Braking System (ABS)
Anti-lock Braking System (ABS)
 
Alcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using ArduinoAlcohol Detection System in Vehicle using Arduino
Alcohol Detection System in Vehicle using Arduino
 
Sensotronic Brake Control
Sensotronic Brake Control Sensotronic Brake Control
Sensotronic Brake Control
 
Active suspension System of Automobiles.
Active suspension System of Automobiles.Active suspension System of Automobiles.
Active suspension System of Automobiles.
 
NIGHT VISION SYSTEM IN AUTOMOBILES
 NIGHT VISION SYSTEM IN AUTOMOBILES NIGHT VISION SYSTEM IN AUTOMOBILES
NIGHT VISION SYSTEM IN AUTOMOBILES
 
Braking systems
Braking systemsBraking systems
Braking systems
 
Hybrid electric vehicle Seminar Presentation
Hybrid electric vehicle Seminar PresentationHybrid electric vehicle Seminar Presentation
Hybrid electric vehicle Seminar Presentation
 
Electronic stability program (esp)
Electronic stability program (esp)Electronic stability program (esp)
Electronic stability program (esp)
 
Antilock braking system report
Antilock braking system reportAntilock braking system report
Antilock braking system report
 
hill-start assist (hac) & downhill assist (dac) PPT
hill-start assist (hac) & downhill assist (dac) PPThill-start assist (hac) & downhill assist (dac) PPT
hill-start assist (hac) & downhill assist (dac) PPT
 
Latest trends in automobiles seminar report
Latest trends in automobiles seminar reportLatest trends in automobiles seminar report
Latest trends in automobiles seminar report
 
anti theft vehicular security system
anti theft vehicular security systemanti theft vehicular security system
anti theft vehicular security system
 
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera) Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
Speed Detection Of Moving Vehicles (Using Traffic Enforcement Camera)
 
Recent trends in automobile engg ppt
Recent trends in automobile engg ppt Recent trends in automobile engg ppt
Recent trends in automobile engg ppt
 
adptive cruise control report
adptive cruise control reportadptive cruise control report
adptive cruise control report
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous Vehicles
 
Anti lock braking system
Anti lock braking systemAnti lock braking system
Anti lock braking system
 

En vedette

Search and Rescu Satellite Aided Tracking from Electronic and communication
 Search and Rescu Satellite Aided Tracking from Electronic and communication Search and Rescu Satellite Aided Tracking from Electronic and communication
Search and Rescu Satellite Aided Tracking from Electronic and communicationAmi Goswami
 
About Telemedicine in digital communication
About Telemedicine in digital communication About Telemedicine in digital communication
About Telemedicine in digital communication Ami Goswami
 
Report of Advance car security system major project
Report of Advance car security system major projectReport of Advance car security system major project
Report of Advance car security system major projectAmi Goswami
 
Configuring LIFA for remote communication using web architecture
Configuring LIFA for remote communication using web architecture Configuring LIFA for remote communication using web architecture
Configuring LIFA for remote communication using web architecture Ami Goswami
 
Applications of communication system
Applications of communication systemApplications of communication system
Applications of communication systemAmi Goswami
 
Raspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionRaspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionVatsal N Shah
 
Project_report_on_Attendance_system
 Project_report_on_Attendance_system Project_report_on_Attendance_system
Project_report_on_Attendance_systemAmi Goswami
 
Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle Ami Goswami
 
Gsm anti theft system
Gsm anti theft systemGsm anti theft system
Gsm anti theft systemAshu0711
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadNishanth C
 
Development of anti theft security system
Development of anti theft security systemDevelopment of anti theft security system
Development of anti theft security system96452128
 
Connected Car Security
Connected Car SecurityConnected Car Security
Connected Car SecuritySuresh Mandava
 
anti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuanti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuvenu13
 
Vision mission goals objectives
Vision mission goals objectivesVision mission goals objectives
Vision mission goals objectivesdanikimble
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSJithin Prasad
 

En vedette (20)

Search and Rescu Satellite Aided Tracking from Electronic and communication
 Search and Rescu Satellite Aided Tracking from Electronic and communication Search and Rescu Satellite Aided Tracking from Electronic and communication
Search and Rescu Satellite Aided Tracking from Electronic and communication
 
About Telemedicine in digital communication
About Telemedicine in digital communication About Telemedicine in digital communication
About Telemedicine in digital communication
 
Trapatt A DIODE
Trapatt A DIODETrapatt A DIODE
Trapatt A DIODE
 
Report of Advance car security system major project
Report of Advance car security system major projectReport of Advance car security system major project
Report of Advance car security system major project
 
Configuring LIFA for remote communication using web architecture
Configuring LIFA for remote communication using web architecture Configuring LIFA for remote communication using web architecture
Configuring LIFA for remote communication using web architecture
 
Applications of communication system
Applications of communication systemApplications of communication system
Applications of communication system
 
Raspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionRaspbeery Pi : An Introduction
Raspbeery Pi : An Introduction
 
Project_report_on_Attendance_system
 Project_report_on_Attendance_system Project_report_on_Attendance_system
Project_report_on_Attendance_system
 
Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle Pulse Generator with Adjustable duty cycle
Pulse Generator with Adjustable duty cycle
 
Gsm anti theft system
Gsm anti theft systemGsm anti theft system
Gsm anti theft system
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 upload
 
Development of anti theft security system
Development of anti theft security systemDevelopment of anti theft security system
Development of anti theft security system
 
Connected Car Security
Connected Car SecurityConnected Car Security
Connected Car Security
 
anti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venuanti theft alarm for bikes by vinod and venu
anti theft alarm for bikes by vinod and venu
 
Vision mission goals objectives
Vision mission goals objectivesVision mission goals objectives
Vision mission goals objectives
 
ANTI THEFT PPT
ANTI THEFT PPTANTI THEFT PPT
ANTI THEFT PPT
 
Vehicle security system final report
Vehicle security system final reportVehicle security system final report
Vehicle security system final report
 
SMART Vehicle Secure PPT
SMART Vehicle Secure PPTSMART Vehicle Secure PPT
SMART Vehicle Secure PPT
 
final_report
final_reportfinal_report
final_report
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMS
 

Similaire à Advanced car security system

IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDMaheshMoses
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technologyijtsrd
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET Journal
 
IRJET- Implementation of Automated Toll System for Highways and Bridges
IRJET-  	  Implementation of Automated Toll System for Highways and BridgesIRJET-  	  Implementation of Automated Toll System for Highways and Bridges
IRJET- Implementation of Automated Toll System for Highways and BridgesIRJET Journal
 
Design and Implementation of Alcohol Detector and Accident Detection System u...
Design and Implementation of Alcohol Detector and Accident Detection System u...Design and Implementation of Alcohol Detector and Accident Detection System u...
Design and Implementation of Alcohol Detector and Accident Detection System u...ijtsrd
 
IRJET- IoT Based E-Challan Automation for RTO using RFID
IRJET-  	  IoT Based E-Challan Automation for RTO using RFIDIRJET-  	  IoT Based E-Challan Automation for RTO using RFID
IRJET- IoT Based E-Challan Automation for RTO using RFIDIRJET Journal
 
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION DrunkenSoul
 
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET Journal
 
Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...zettanetworks
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention SystemIRJET Journal
 
Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7eSAT Journals
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationIJAEMSJORNAL
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewIRJET Journal
 
RFID Based Rotary Car Parking System
RFID Based Rotary Car Parking SystemRFID Based Rotary Car Parking System
RFID Based Rotary Car Parking Systemijtsrd
 
Design of intelligent transport related issue system
Design of intelligent transport related issue systemDesign of intelligent transport related issue system
Design of intelligent transport related issue systemeSAT Publishing House
 
IRJET- Advanced Driver Assistance Systems
IRJET- Advanced Driver Assistance SystemsIRJET- Advanced Driver Assistance Systems
IRJET- Advanced Driver Assistance SystemsIRJET Journal
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET Journal
 
RFID based car PARKING SYSTEM
RFID based car PARKING SYSTEM  RFID based car PARKING SYSTEM
RFID based car PARKING SYSTEM Kunal Kabra
 

Similaire à Advanced car security system (20)

IOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFIDIOT Based Smart Parking and Damage Detection Using RFID
IOT Based Smart Parking and Damage Detection Using RFID
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technology
 
IRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR ControllerIRJET- Automatic Gate Control and Parking System using AVR Controller
IRJET- Automatic Gate Control and Parking System using AVR Controller
 
IRJET- Implementation of Automated Toll System for Highways and Bridges
IRJET-  	  Implementation of Automated Toll System for Highways and BridgesIRJET-  	  Implementation of Automated Toll System for Highways and Bridges
IRJET- Implementation of Automated Toll System for Highways and Bridges
 
A1103040106
A1103040106A1103040106
A1103040106
 
Design and Implementation of Alcohol Detector and Accident Detection System u...
Design and Implementation of Alcohol Detector and Accident Detection System u...Design and Implementation of Alcohol Detector and Accident Detection System u...
Design and Implementation of Alcohol Detector and Accident Detection System u...
 
IRJET- IoT Based E-Challan Automation for RTO using RFID
IRJET-  	  IoT Based E-Challan Automation for RTO using RFIDIRJET-  	  IoT Based E-Challan Automation for RTO using RFID
IRJET- IoT Based E-Challan Automation for RTO using RFID
 
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
 
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFIDIRJET - Automatic Tollgate Control System using Microcontroller and RFID
IRJET - Automatic Tollgate Control System using Microcontroller and RFID
 
Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...Final Year Engineering Project Title List for Electronics & Electrical Branch...
Final Year Engineering Project Title List for Electronics & Electrical Branch...
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention System
 
Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7Design of intelligent transport related issue system based on arm7
Design of intelligent transport related issue system based on arm7
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A Review
 
RFID Based Rotary Car Parking System
RFID Based Rotary Car Parking SystemRFID Based Rotary Car Parking System
RFID Based Rotary Car Parking System
 
Design of intelligent transport related issue system
Design of intelligent transport related issue systemDesign of intelligent transport related issue system
Design of intelligent transport related issue system
 
G010243740
G010243740G010243740
G010243740
 
IRJET- Advanced Driver Assistance Systems
IRJET- Advanced Driver Assistance SystemsIRJET- Advanced Driver Assistance Systems
IRJET- Advanced Driver Assistance Systems
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 
RFID based car PARKING SYSTEM
RFID based car PARKING SYSTEM  RFID based car PARKING SYSTEM
RFID based car PARKING SYSTEM
 

Dernier

Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxNadaHaitham1
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEselvakumar948
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 

Dernier (20)

Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 

Advanced car security system

  • 1. Presentes By: Ami Goswami Vinit parikh Uttpreksha Purohit Project Guide: Prof. Hansa Shingrakhia Electronics And Communication Department, Indus institute of technology and engineering 1
  • 2. Our Agenda  Introduction - Definition of project - Concept of project  Design and Specifications  Block diagram  About Components - Arduino Mega - RFID Module - GSM Module - LCD Display - Car Module  Final Results  Conclusion and References 05/15/16 2 Advanced car security system
  • 3. PROBLEM ANALYSIS AND SOLUTION   Motor vehicle theft is the biggest concerned these days.  The statistics shows, the theft has increased on the large scale and industry observers caution that thieves constantly devise new and sophisticated means of stealing vehicles.  Thus, the project is aid in providing the security to the car by bringing an electronic module called “Advanced Car Security”.   05/15/16 3Advanced car security system
  • 4. Introduction But Don’t Worry There are various methods of prevention to reduce the likelihood of a vehicle getting stolen.  From the LITERATURE SURVEY Motor vehicle theft is the criminal act of attempting to steal a car.  There were an estimated 1.2 million motor vehicle thefts, or approximately 416.7 motor vehicles stolen for every 100,000 inhabitants. 05/15/16 4 Advanced car security system
  • 5. Definition of project  Mainly This project aims at system which provides the security for smart cars from thefts or robberies.  It includes various modules like, Arduino RFID module GSM module LCD display 05/15/16 5
  • 6. Continue…  Initially the LCD displays “RFID card please.” the system analyse the code of the RFID card and allows the access only if the card code matches the pre-defined code in the module.  After checking of the card, LCD display “card ok and allow” which assures that the driver of the car is the owner.  In case someone tries to start the car without RFID check or with a wrong RFID card the system will inform the owner of the car by sending a call to him/her at the registered cell phone number using GSM and stop the car as soon as the owner sends the acknowledgement by calling. 05/15/16 6Advanced car security system
  • 7. Concept of project  Flow of project: Stage 1: Detection of RFID tag Stage 2: Display whether access is granted or not Stage 3: Owner can start the car if the access is granted Stage 4: Send the call via GSM if access is not permissible Stage 5: Receive the acknowledgement from the owner to stop the car and stop it. 05/15/16 7Advanced car security system
  • 8. Block Diagram 05/15/16 8Advanced car security system
  • 9. Components Specifications  Arduino Mega2560 Microcontroller ATmega2560 Operating Voltage 5V Input Voltage 7-12V Input Voltage(limits) 6-20V Digital I/O Pins 54(14 provide PWM output) Analog Input Pins 16 DC current per I/O Pins 40mA DC current for 3.3V Pins 50mA Flash Memory 256KB SRAM 8KB EEPROM 4KB Clock Speed 16MHz 05/15/16 9
  • 10.  The Mega 2560 board has a number of facilities for communicating with a computer, another board, or other microcontrollers.  The ATmega2560 provides four hardware UARTs for TTL (5V) serial communication. An ATmega16U2 on the board channels one of these over USB and provides a virtual com port to software on the computer Windows machines will need a .inf file, but OSX and Linux machines will recognize the board as a COM port automatically.  The Arduino Software (IDE) includes a serial monitor which allows simple textual data to be sent to and from the board. The RX and TX LEDs on the board will flash when data is being transmitted via the ATmega8U2/ATmega16U2 chip and USB connection to the computer Arduino continue… 05/15/16 10Advanced car security system
  • 11.  RFID Module 05/15/16 11 Advanced car security system
  • 12. Continue..  RFID stands for Radio-Frequency Identification.  The RFID device serves the same purpose as a bar code or a magnetic strip on the back of a credit card or ATM card.  A Radio-Frequency Identification system has three parts: - A scanning antenna - A transceiver with a decoder to interpret the data - A transponder - the RFID tag - that has been programmed with information.  RFID Tag: - An RFID tag is a microchip combined with an antenna in a compact package; the packaging is structured to allow the RFID tag to be attached to an object to be tracked. RFID tag has diverse range of functions 05/15/16 12Advanced car security system
  • 13.  GSM Module Features: Dual-Band 900/ 1800 MHz Dimensions: 24*24*3 mm Weight: 3.4g Control via AT commands (GSM 07.07, 07.05 and SIMCOM enhanced AT Commands) SIM application toolkit Supply voltage range: 3.1- 4.8V Low power consumption: 1.5mA(sleep mode) Operation temperature: -40° C to +85°C 05/15/16 13 Advanced car security system
  • 14.  Description  The GSM shield by Arduino is used to send/ receive messages and make/receive calls just like a mobile phone by using a SIM card by a network provider.  Advantage of using this modem will be that its RS232 port can be used to communicate and develop embedded applications.  The modem can either be connected to PC serial port directly or with any microcontroller through MAX232.  This GSM modem is a highly flexible plug and play quad band SIM900A GSM modem for direct and easy integration to RS232 applications. It Supports features like Voice, SMS, Data/Fax, GPRS and integrated TCP/IP stack. 05/15/16 14Advanced car security system
  • 15.  Liquid crystal Display LCD displays consists primarily of two sheets of polarized glass plates with a thin layer of liquid crystal solution sandwiched between them. 05/15/16 15 Advanced car security system
  • 16.  Car Module I. Relay What is relay?  Usually a relay is used in a circuit as a magnetic switch to turn on a second circuit.  A relay is an electromagnetic switch, which is activated when a small current is passed through its coil. The interesting fact is that this small current is capable of turning on a secondary circuit which works on much larger current. 05/15/16 16Advanced car security system
  • 17. Why relays are useful to us?  As the name indicates, many sensors are extremely sensitive type of electronic components and produce only small output currents.  But we need to drive bigger electrical machines using those sensors! Relays, makes it possible for small currents to trigger bigger current circuits. 05/15/16 17Advanced car security system
  • 18. II. Servo motor What is servo motor?  Servos are motors that are used to accurately control physical movement. This is because they generally move to a position instead of continuously rotating.  They are ideal for making something rotate over a range of 0 to 180 degrees. 05/15/16 18Advanced car security system
  • 19. How servo can use?  Specifically, in our circuit, we will make it so that the servo motor rotates 180 degrees and then stops and then rotates 180 degrees back (in the direction it began).  Servos are easy to connect to the arduino and control, because the motor driver is built into the servo. This means that the driver circuit to operate the motor is internally constructed into the servo.  Thus, all we do is connect the pins of the servo directly to the arduino board and program it, and that's all that needs to be done.  The different pin terminals are differentiated on the servo motor by their colors. Red Wire +5V terminal Black Wire GND terminal Orange Wire digital pin (I/O) Parallax Wire Connects to Arduino Terminal 05/15/16 19Advanced car security system
  • 20. Software used II. Arduino For programming I. Proteus For software simulation 05/15/16 20 Advanced car security system
  • 22. Limitations  If wrong RFID is scanned the owner gets a call on the registered number and if the owner sends an acknowledgment to stop the car the car may stop half the way in the middle of the road which may increase the probability of the accident which is not at all likely for the owner.  After the car stops, the thief may run away and thus, the owner may not come to know about the thieves which is again not in favour of the owner 05/15/16 22Advanced car security system
  • 23. Future Scope  Smoke emitter can be introduced in the module which can overcome the limitation of car accident that is when the owner sends the acknowledgment to stop the car, the switch of the smoke emitter circuit triggers and the car becomes smoky so the driver due to his vague vision takes the car at the off side of the road and then the car stops gradually.  A hidden camera can be placed in the car which can capture the image of the thief and help the owner to find the thief.  GPS can be added in the module by which we can trace and monitor the location of the car and can find stolen car easily via location. 05/15/16 23Advanced car security system
  • 24. Conclusion  Thus advanced car security enhances the security of a vehicle and makes it possible only for some selected people to access the car. Thus by implementing this relatively cheap and easily available system on a car one can ensure much greater security and exclusivity than that offered by a conventional lock and key.  There is a scope of further improvement in terms of efficiency and accuracy which can be achieved by improving the hardware to capture the image or by improving the image enhancement techniques  The project “Advanced Car Security” has been successfully designed and tested. Integrated features of all the hardware components used have developed it. 05/15/16 24Advanced car security system
  • 25. References Paper • Hamid Kaashif S, Henrick John Antony J, Saravana Raj R &Nithya D, “Automobile Intrusion Avoidance Using Face Detection and Finger Print”, International Journal of Advanced Electrical and Electronics Engineering, (IJAEEE), Volume-2, Issue-5, 2013 • Vineet Raul, ”Advance Vehicle Security System”, Department of Electronic & Telecommunication Engineering , MCERC, Nasik.2013-14. Manual • ABlabTM Solutions Redefining Technology, “EM-18 RFID Reader” • ATRIM Electronics Pvt Ltd, “GSM SHILD Compatible with Arduino (SIM- 900A).” 05/15/16 25Advanced car security system
  • 26. Website  https://www.arduino.cc/en/Main/ArduinoBoardMega2560  Intelligent Venue Solution:  http://www.intelligentvenues.com/faqs/what-is-rfid-and-how-does-it-work/  Electro Schematics  ”http://www.electroschematics.com/12135/arduino-lcd-enhancement/”  Circuits Gallery:  http://www.circuitsgallery.com/2012/09/working-of-relay-and-connection.html  Learning About Electronics:  http://www.learningaboutelectronics.com/Article/Servo-motor-circuit.php  Book  E. Balaguruswamy, “Programing in ANCI C”, 6th Edition. 05/15/16 26Advanced car security system
  • 27. 05/15/16 27Advanced car security system