SlideShare a Scribd company logo
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

More Related Content

What's hot

Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.
Jinto George
 
collision warning assistance system
collision warning assistance systemcollision warning assistance system
collision warning assistance system
subbu cancan k
 
Embedded System in Automobiles
Embedded System in Automobiles Embedded System in Automobiles
Embedded System in Automobiles
Seminar Links
 
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
venu13
 
Automotive Electronics In Automobile | Electronic control unit
Automotive  Electronics In Automobile | Electronic control unitAutomotive  Electronics In Automobile | Electronic control unit
Automotive Electronics In Automobile | Electronic control unit
jignesh parmar
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control system
Ankush Jamthikar
 
Mini project rain sensing wiper
Mini project  rain sensing wiperMini project  rain sensing wiper
Mini project rain sensing wiper
Shubham gupta
 
smart helmet
smart helmetsmart helmet
smart helmet
Venkata Krishna
 
Automotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar ChilmulaAutomotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar Chilmula
Ravikumar Chilmula
 
automatic braking system and brake actuation before collison
automatic braking system and brake actuation before collisonautomatic braking system and brake actuation before collison
automatic braking system and brake actuation before collison
ashutosh singh
 
Speed control of vehicle
Speed control of vehicleSpeed control of vehicle
Speed control of vehicle
AmanVerma443
 
anti theft vehicular security system
anti theft vehicular security systemanti theft vehicular security system
anti theft vehicular security system
Akshay Gaikwad
 
Automatic Braking System
Automatic Braking SystemAutomatic Braking System
Automatic Braking System
Hassan Raza
 
Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controller
Rkrishna Mishra
 
Automotive electronics
Automotive electronicsAutomotive electronics
Automotive electronics
Aman Vikram Singh
 
Automatic street light
Automatic street lightAutomatic street light
Automatic street light
Anu Antony
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduino
Ikram Arshad
 
Universal Adaptive Headlight System
Universal Adaptive Headlight SystemUniversal Adaptive Headlight System
Universal Adaptive Headlight System
SYAM S
 
Seminar on ABS
Seminar on ABSSeminar on ABS
Seminar on ABS
koushikbcet
 
Led Matrix Headlights
Led Matrix HeadlightsLed Matrix Headlights
Led Matrix Headlights
Russell Brooks
 

What's hot (20)

Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.Automatic speed controller in real time vehicles.
Automatic speed controller in real time vehicles.
 
collision warning assistance system
collision warning assistance systemcollision warning assistance system
collision warning assistance system
 
Embedded System in Automobiles
Embedded System in Automobiles Embedded System in Automobiles
Embedded System in Automobiles
 
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
 
Automotive Electronics In Automobile | Electronic control unit
Automotive  Electronics In Automobile | Electronic control unitAutomotive  Electronics In Automobile | Electronic control unit
Automotive Electronics In Automobile | Electronic control unit
 
Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control system
 
Mini project rain sensing wiper
Mini project  rain sensing wiperMini project  rain sensing wiper
Mini project rain sensing wiper
 
smart helmet
smart helmetsmart helmet
smart helmet
 
Automotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar ChilmulaAutomotive electronics Systems by Ravikumar Chilmula
Automotive electronics Systems by Ravikumar Chilmula
 
automatic braking system and brake actuation before collison
automatic braking system and brake actuation before collisonautomatic braking system and brake actuation before collison
automatic braking system and brake actuation before collison
 
Speed control of vehicle
Speed control of vehicleSpeed control of vehicle
Speed control of vehicle
 
anti theft vehicular security system
anti theft vehicular security systemanti theft vehicular security system
anti theft vehicular security system
 
Automatic Braking System
Automatic Braking SystemAutomatic Braking System
Automatic Braking System
 
Traffic light controller
Traffic light controllerTraffic light controller
Traffic light controller
 
Automotive electronics
Automotive electronicsAutomotive electronics
Automotive electronics
 
Automatic street light
Automatic street lightAutomatic street light
Automatic street light
 
Home automation using arduino
Home automation using arduinoHome automation using arduino
Home automation using arduino
 
Universal Adaptive Headlight System
Universal Adaptive Headlight SystemUniversal Adaptive Headlight System
Universal Adaptive Headlight System
 
Seminar on ABS
Seminar on ABSSeminar on ABS
Seminar on ABS
 
Led Matrix Headlights
Led Matrix HeadlightsLed Matrix Headlights
Led Matrix Headlights
 

Viewers also liked

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
Ami Goswami
 
About Telemedicine in digital communication
About Telemedicine in digital communication About Telemedicine in digital communication
About Telemedicine in digital communication
Ami Goswami
 
Trapatt A DIODE
Trapatt A DIODETrapatt A DIODE
Trapatt A DIODE
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 project
Ami 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 system
Ami Goswami
 
Raspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionRaspbeery Pi : An Introduction
Raspbeery Pi : An Introduction
Vatsal N Shah
 
Project_report_on_Attendance_system
 Project_report_on_Attendance_system Project_report_on_Attendance_system
Project_report_on_Attendance_system
Ami 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 system
Ashu0711
 
Development of anti theft security system
Development of anti theft security systemDevelopment of anti theft security system
Development of anti theft security system
96452128
 
Connected Car Security
Connected Car SecurityConnected Car Security
Connected Car Security
Suresh Mandava
 
Vision mission goals objectives
Vision mission goals objectivesVision mission goals objectives
Vision mission goals objectives
danikimble
 
ANTI THEFT PPT
ANTI THEFT PPTANTI THEFT PPT
ANTI THEFT PPT
Adesh Neswankar
 
Vehicle security system final report
Vehicle security system final reportVehicle security system final report
Vehicle security system final report
Vedang Radio Tech. Pvt. Ltd
 
SMART Vehicle Secure PPT
SMART Vehicle Secure PPTSMART Vehicle Secure PPT
SMART Vehicle Secure PPT
Lighthouse Info Systems Pvt Ltd
 
final_report
final_reportfinal_report
final_report
Rahul Roshan
 
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
Jithin Prasad
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
Ramesh Reddy
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
Krishna Moparthi
 

Viewers also liked (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
 
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
 
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
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
 

Similar to 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 RFID
MaheshMoses
 
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
ijtsrd
 
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 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 Bridges
IRJET Journal
 
A1103040106
A1103040106A1103040106
A1103040106
IOSR Journals
 
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 RFID
IRJET 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 RFID
IRJET 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 System
IRJET 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 arm7
eSAT 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 Verification
IJAEMSJORNAL
 
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
IRJET Journal
 
RFID Based Rotary Car Parking System
RFID Based Rotary Car Parking SystemRFID Based Rotary Car Parking System
RFID Based Rotary Car Parking System
ijtsrd
 
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
eSAT Publishing House
 
G010243740
G010243740G010243740
G010243740
IOSR Journals
 
IRJET- Advanced Driver Assistance Systems
IRJET- Advanced Driver Assistance SystemsIRJET- Advanced Driver Assistance Systems
IRJET- Advanced Driver Assistance Systems
IRJET Journal
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
IRJET Journal
 
RFID based car PARKING SYSTEM
RFID based car PARKING SYSTEM  RFID based car PARKING SYSTEM
RFID based car PARKING SYSTEM
Kunal Kabra
 

Similar to 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
 

Recently uploaded

Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
MiscAnnoy1
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
Roger Rozario
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
RamonNovais6
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
Gino153088
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
GauravCar
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 

Recently uploaded (20)

Introduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptxIntroduction to AI Safety (public presentation).pptx
Introduction to AI Safety (public presentation).pptx
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Transformers design and coooling methods
Transformers design and coooling methodsTransformers design and coooling methods
Transformers design and coooling methods
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURSCompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
CompEx~Manual~1210 (2).pdf COMPEX GAS AND VAPOURS
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
4. Mosca vol I -Fisica-Tipler-5ta-Edicion-Vol-1.pdf
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
artificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptxartificial intelligence and data science contents.pptx
artificial intelligence and data science contents.pptx
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 

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