SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 885
VEHICLE THEFT INFORMATION AND TRACKING USING IoT
Venkata Kiran Sanipini1, Aruna Jyothi Chamanthula2
Dept. of Electronics and Communication Engineering, Aditya College of Engineering & Technology,
Andhra Pradesh, Surampalem, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The theft alert function makes use of a GSM
application developed and installed in a mobile phone device,
which is embedded in the vehicle to communicate with the
vehicle owner's mobile phone. The fingerprint scanner scans
the fingerprint of the owner of the vehicle, if it is not the
owner, then the vehicle won't ignite and the communicationis
established via SMS. The GSM modem is used to send the
position of the vehicle from a remote place. The GPS modem
will continuously give the data to indicate the position of the
vehicle. The same data is sent to the mobile at the other end
from where the position of the vehicle is demanded. When the
request by the user is sent to the number at the GSM modem,
the system automatically sends a return reply to that mobile
indicating the position of the vehicle. The proposed design
provides information regarding vehicle identity, Safe
controlling and positioning on real-time basis. This
information is collected by the ARM7 Using different modules.
Key Words: IOT, GPS, GSM, LCD, Tracking
1. INTRODUCTION
According to recent reports, the crime rate is high
related to vehicle theft. If you have the right Vehicle theft
detection unit, you can put an end to thefts because you can
lock and unlock your car at any point of time you choose.
GPS are small tracking devices that are installed in your
vehicle and it will provide you with feedback data from
tracking software that loads from a satellite. This gives you
more control over your vehicles.
This paper presents Vehicle Theft Information and
Tracking using IoT to determine the location of a vehicle
using different methods like GPS and other radio navigation
systems operating through satellites and ground-based
stations. By taking the help of triangulation or trilateration
methods the tracking system enables to measures easy and
accurate location of the vehicle. Vehicle information like
details of location, vehicle speed, and distance traveled, etc.
can be displayed on a digital mapping with the help of
software via the Internet. It stores data and downloadedtoa
computer from the GPS unit at a base station and that can
later be used for analysis. This system is important for
tracking vehicle at a given period and now it is becoming
increasingly popular for people having expensive cars and
hence as a theft prevention and retrieval device.
2. BLOCK DIAGRAM
At the initial condition of robot, (In the subsequent
sections robot indicates the vehicle) we have to insert a sim
in the sim insertion module which is present in the GSM
modem. Before inserting the sim, let us check whether there
is balance in that particular sim or not. Afterinsertingthesim
to the system let us connect our kit through wires. After
switch it ON the kit will be on and a "Welcome" message is
displayed on the LCD screen. After displaying the welcome
message, we should reset the system two times by pressing
the reset button (RS2) then the wheelsofourrobotwhichare
in off condition will be rotated two times as a sign of reset
process is initiated. After some time "send message"
notification will be displayed on the LCD board.
Fig -1: Block Diagram
Further, register the operatingmobilenumberbysending
a message through that android mobiletoSIMnumberwhich
is present in our GSM module. For example, the SIM number
which is in the GSM module is 9999999999. To this number
we should send SMS as 1111111111 which is the operating
mobile number from our android mobile phone to registerit.
After sending the message thatsentnumberwillbedisplayed
on the screen. Now theregistrationofthemobilenumberwas
completed.
After this process, a message "put your finger" will be
displayed on the LCD screen. Before inserting a finger we
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 886
should enrol first. For the enrolling purpose, click on the
enrol button and place a finger on the fingerprint module.
Then the finger will be enrolled. After completion of
enrolment, to start our system we should scan our finger
again for the identification process. For the identification
process, we have press identify button and scan fingerprint
by placing it on the fingerprint scanner. If the fingerprint
matches then the vehicle will starts. If the fingerprint
mismatches then the vehicle will not move and a message is
displayed as “unauthorized finger” and buzzer starts ringing
asa warning alarm. Afteridentificationcompletedthevehicle
starts moving
Afteridentificationcompletedthevehicle starts moving. In
order to stop our vehicle, we should send an SMS to the
number present in the sim module using registered mobile
number i.e., *0 then the vehicle will stop and we will get
coordinates message of vehicle position where it has
stopped.NowtostarttheRobotagainweshouldsendan SMS
to the number present in the sim module using registered
mobile i.e., *1 then the vehicle will start moving by sendinga
coordinates message of where the vehicle has started. To
knowthestatus ofourvehicleweshould send the SMS i.e., *S
then the status will be shown in the LCD board as well as in
our android mobile. It displays the Latitude and longitude
positions.Toknow ourvehicleexactposition,wecancopythe
obtained message in the Google maps then we can know the
accurate position of our vehicle.
2.1 Arduino Uno
In Arduino Uno someanalog pins and also digital pinsare
used for connection. In this A0, A1, A2 pins are used for
connecting the accelerometer. The purpose of these pins is
used to convert the analog information into digital signals.
The pin A0 is connected to XOUT pin which is presented in the
accelerometer sensor. ThepinA1isconnectedtoYOUT pinand
A2 is connected to ZOUT pin. These are usedtoproduceanalog
signals from the motion of the body and this signal is givento
Arduino and these signals are converted into digital signals
and are used for further process.
D0, D1, D2 digital pins for connections and D10, D11 with
PWM functionality. The D0, D1 pins are connected with GPS
module for transmitting and receiving locations. D0 pin is
connected to TX pin of the GPS module. D1 pin is connected
with RX pin. The D11 pin is connected to RX pin of the GPS
module and D10 pin is connected to TX pin of the GSM
module. The D2 pin is connected to the anode of the LED and
the cathode is connected to D5. In between the cathode and
D5 pin there is a resistance with 720 ohms is connected to
boost the life time of LED. D9 pin is connected to the positive
of the buzzer. The buzzer is used to produce sound when fall
is occurred. VCC and GND: Every VCC and GND pins are
connected to the Arduino for accelerometer VCC is 5V and for
GPS also VCC is of 5V. The 12V supply is given for the GSM
module.
2.2 GSM
The GSM module is used for sending and receiving
messages through worldwide. The GSM stands for Global
Service forMobileCommunication.TheGSM moduleconsists
of 3 pins from these 3 pins 2 pins are of digital pins and 1 is
the GND pin. The TX pin of the GSM module is connected to
the digital pin D10 of the Arduino and also the RX pin is
connected to D11 digital pin of the Arduino. The GND is
connected to GND pin of Arduino. The supply voltage of
the GSM module is of 12V which is connected to Vin pinofthe
Arduino. When the position of the body is crossing the
threshold value, fall is detected; the message will send to
relatives or care taker’s mobile phone through GSM as
shown in figure.
Fig -2: Message Displayed on the Mobile
2.3 GPS
The GPS module is used for tracking a particular
object or place with the exact location in the form of latitude
and longitudinal values. The purpose of the GPS moduleis to
track the location worldwide. The GPS stands for Global
Positioning System. The GPS module consists of 4 pins from
these 4 pins 2 pins are of digital pins and the remaining 2
pins are the VCC and GND pins. The GPS module consists of
TX and RX pins. The RX pin is connected to digital pin D1 of
the Arduino and TX pin is connected to digital pin D0 of the
Arduino. The VCC is 5V and the GND pin is connected.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 887
Fig -3: GPS Location
2.4 Finger Print Sensor
This is a fingerprint sensor module with TTL UART
interface for direct connections to microcontroller UART or
PC through MAX232 / USB-Serial adapter.Theusercanstore
the fingerprint data in the module and can configure it in 1:1
or 1: N mode for identifying the person. The FP module can
directly interface with 3v3 or 5v Microcontroller. A level
converter (like MAX232) is required for interfacing with PC
serial port. Optical biometric fingerprint reader with great
features and can be embedded intoa varietyofendproducts,
such as access control, attendance, safety deposit box, car
door locks.
2.5 Buzzer
The Buzzer is an electronic component which is
used to make an alarm sound. We call it as piezo buzzer
because it is a piezo electronic component. It is a digital
component. It has two polarities as positive and negative
polarity. The positive polarity is connected to 5V supply and
the negative polarity is given to the ground pin of Arduino.
The main function of the buzzer is to make alarm, if the
fingerprint mismatches then the vehicle will not move and a
message is displayed as “unauthorized finger” and buzzer
starts ringing as a warning alarm.
3. RESULTS
The Results of the designed Vehicle theft
information and tracking using IoT are displayedontheLCD
screen step by step as shown below.
Step 1: Registration of the Mobile number
After SIM insertion & kit connection, a welcome message
displayed then after resetting, “Send Message”notificationis
displayed and the registered Mobile Number is displayed as
below.
Step 2: Enrolling fingerprint of the vehicle owner
For enrolling purpose, click on enroll button & place finger
in fingerprint module then the fingerprint is enrolled and
it generates user identification number.
Step 3: Identification of Vehicle owner
i) When the fingerprint matches, a message ‘Successfully
authorized' is displayed on the screen then the Vehicle will
start. (Robo indicates the vehicle)
ii) When the fingerprint mismatches, a message ‘Robot
Stops' is displayed on the screen then the vehicle Stops.
Step 4: Tracking the location of the Vehicle
After the vehicle stops the location of the vehicle in terms
of coordinates in the Google map are displayed.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 888
Step 5: Location of the Coordinates in the Google map
4. CONCLUSION
The Vehicle tracking system is the tracking device
which is generally operated by GPS is attachedtothevehicle.
Satellite signals are first received by it and then it
determines its position co-ordinates with latitude and
longitude. These coordinates are generally observed on a
computer screen and by using mapping software we can see
the exact position of our vehicle. Generally, vehicle tracking
technology user can access the information of a vehicle
based on vehicle’s position and duration of each stoppage
with a central operating center by entering the mobile
number of users through mobile phones or websites using
SMS or Internet. Vehicle-tracking technology is
advantageous for tracking and monitoring both commercial
and passenger vehicle, as concerned with personal vehicle
tracking, it allows recovering our stolen vehicle by
pinpointing that gives the exact location.
REFERENCES
[1] Akshatha S.A, “GPS based vehicle tracking and
monitoring system- a solution for public
transportation”, Volume: 04 Issue: 04 | Apr -2017.
[2] Abid Khan & Ravi Mishra, ―GPS – GSM Based Tracking
System‖, International Journal of Trends and
Technology, ISSN: 2231 – 5381, Volume 3, Issue 2, 2012
[3] Manisha Chaple SS Paygude "Vehicle detection and
tracking from video frame sequence" International
Journal of Scientific & Engineering Research vol. 4
no. 3 pp. 1-7 2013.
[4] Akande Noah Oluwatobi, “A GPS basedautomaticvehicle
location system for bus transit,” 1999.
[5] Kunal Maurya, Mandeep Singh, Neelu Jain, “Real-time
tracking system using GSM and GPS technology – an
anti-theft tracking system," International Journal of
Electronics and Computer Science Engineering, volume
1, number 3, 2006.
[6] Theodore, S. Rappaport. Wireless Communications”:
Principles & Practice, Prentice-Hall, New Jersey, 1996
[7] Understanding GPS: principles and applications: by
Elliott D. Kaplan, Christopher J. Hegarty– 2006
BIOGRAPHIES
Mr. Venkata Kiran Sanipini holds a
B.Tech. Degree in 2007 from JNTU
University and M.Tech. Degree in
2012 from JNTU Kakinada.
Currently he is pursuingPhD inthe
field of Image Processing.

More Related Content

What's hot

Vehicle Monitoring and Tracking System based on ARM7 and Android Application
Vehicle Monitoring and Tracking System based on ARM7 and Android ApplicationVehicle Monitoring and Tracking System based on ARM7 and Android Application
Vehicle Monitoring and Tracking System based on ARM7 and Android ApplicationIJMTST Journal
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET Journal
 
IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET Journal
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET Journal
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing SystemIRJET Journal
 
IEEE EMBEDDED ECE PROJECT LIST
IEEE EMBEDDED ECE PROJECT LISTIEEE EMBEDDED ECE PROJECT LIST
IEEE EMBEDDED ECE PROJECT LISTVision Solutions
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)Karteek Irukulla
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoTIRJET Journal
 
IRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET Journal
 
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...IRJET Journal
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET Journal
 
IEEE 2014 Embedded List
IEEE 2014 Embedded ListIEEE 2014 Embedded List
IEEE 2014 Embedded ListHades InfoTech
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic carIRJET Journal
 
IRJET - Virtual RTO for Smart City
IRJET - Virtual RTO for Smart CityIRJET - Virtual RTO for Smart City
IRJET - Virtual RTO for Smart CityIRJET Journal
 
War robot with night vision camera android application
War robot with night vision camera  android applicationWar robot with night vision camera  android application
War robot with night vision camera android applicationDheeraj Kumar
 
Embedded projects list 2013 14
Embedded projects list 2013 14Embedded projects list 2013 14
Embedded projects list 2013 14smartprotech
 

What's hot (19)

Vehicle Monitoring and Tracking System based on ARM7 and Android Application
Vehicle Monitoring and Tracking System based on ARM7 and Android ApplicationVehicle Monitoring and Tracking System based on ARM7 and Android Application
Vehicle Monitoring and Tracking System based on ARM7 and Android Application
 
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY PSENSOR DATA COMMUNICATION TO THNIGSPEAK  IOT PLATFORM USING RASPBERRY P
SENSOR DATA COMMUNICATION TO THNIGSPEAK IOT PLATFORM USING RASPBERRY P
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security System
 
IRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying RobotIRJET- Multipurpose Military Spying Robot
IRJET- Multipurpose Military Spying Robot
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing System
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing System
 
IEEE EMBEDDED ECE PROJECT LIST
IEEE EMBEDDED ECE PROJECT LISTIEEE EMBEDDED ECE PROJECT LIST
IEEE EMBEDDED ECE PROJECT LIST
 
137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)137.gsm, fprs ,keypad_based_atm_security_(doc)
137.gsm, fprs ,keypad_based_atm_security_(doc)
 
IRJET - Boat Shrinking Alert System using IoT
IRJET -  	  Boat Shrinking Alert System using IoTIRJET -  	  Boat Shrinking Alert System using IoT
IRJET - Boat Shrinking Alert System using IoT
 
SMART E-TOLL SYSTEM
SMART E-TOLL SYSTEMSMART E-TOLL SYSTEM
SMART E-TOLL SYSTEM
 
IRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart CarIRJET- Multi-Featured Android Controlled Smart Car
IRJET- Multi-Featured Android Controlled Smart Car
 
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
IRJET- Implementation of Health Monitoring and Movement of Handicap Vechil us...
 
IRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled RobotIRJET- Design and Development of Gesture Controlled Robot
IRJET- Design and Development of Gesture Controlled Robot
 
IEEE 2014 Embedded List
IEEE 2014 Embedded ListIEEE 2014 Embedded List
IEEE 2014 Embedded List
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
IRJET - Virtual RTO for Smart City
IRJET - Virtual RTO for Smart CityIRJET - Virtual RTO for Smart City
IRJET - Virtual RTO for Smart City
 
War robot with night vision camera android application
War robot with night vision camera  android applicationWar robot with night vision camera  android application
War robot with night vision camera android application
 
Embedded projects list 2013 14
Embedded projects list 2013 14Embedded projects list 2013 14
Embedded projects list 2013 14
 
Voice controlled robot ppt
Voice controlled robot pptVoice controlled robot ppt
Voice controlled robot ppt
 

Similar to IRJET- Vehicle Theft Information and Tracking using IoT

IRJET - SMS based Accident Alert with GPS Coordinates
IRJET -  	  SMS based Accident Alert with GPS CoordinatesIRJET -  	  SMS based Accident Alert with GPS Coordinates
IRJET - SMS based Accident Alert with GPS CoordinatesIRJET Journal
 
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET Journal
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET Journal
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Unoijtsrd
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technologyijtsrd
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIRJET Journal
 
IoT based Tracking System
IoT based Tracking SystemIoT based Tracking System
IoT based Tracking SystemNoor Nabi
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET Journal
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMIRJET Journal
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET Journal
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIRJET Journal
 
Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5Iaetsd Iaetsd
 
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...IRJET Journal
 
IRJET- Accident Detection and Alerting System
IRJET-  	  Accident Detection and Alerting SystemIRJET-  	  Accident Detection and Alerting System
IRJET- Accident Detection and Alerting SystemIRJET Journal
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET 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- Implementation of Children Tracking System on Android Mobile Termi...
IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Implementation of Children Tracking System on Android Mobile Termi...IRJET Journal
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSIRJET 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
 

Similar to IRJET- Vehicle Theft Information and Tracking using IoT (20)

IRJET - SMS based Accident Alert with GPS Coordinates
IRJET -  	  SMS based Accident Alert with GPS CoordinatesIRJET -  	  SMS based Accident Alert with GPS Coordinates
IRJET - SMS based Accident Alert with GPS Coordinates
 
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
IRJET- Vehicle Starting using Fingerprint Sensor & Accident Detection using G...
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue System
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Uno
 
Automatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM TechnologyAutomatic Car Theft Detection System Based on GPS and GSM Technology
Automatic Car Theft Detection System Based on GPS and GSM Technology
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
 
IoT based Tracking System
IoT based Tracking SystemIoT based Tracking System
IoT based Tracking System
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control System
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 
Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5
 
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...
 
IRJET- Accident Detection and Alerting System
IRJET-  	  Accident Detection and Alerting SystemIRJET-  	  Accident Detection and Alerting System
IRJET- Accident Detection and Alerting System
 
IRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and ReportingIRJET- IoT based Accident Tracking and Reporting
IRJET- IoT based Accident Tracking and Reporting
 
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- Implementation of Children Tracking System on Android Mobile Termi...
IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
 
Alcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPSAlcohol Sensing Engine Locking System With GPS
Alcohol Sensing Engine Locking System With GPS
 
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...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 

IRJET- Vehicle Theft Information and Tracking using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 885 VEHICLE THEFT INFORMATION AND TRACKING USING IoT Venkata Kiran Sanipini1, Aruna Jyothi Chamanthula2 Dept. of Electronics and Communication Engineering, Aditya College of Engineering & Technology, Andhra Pradesh, Surampalem, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The theft alert function makes use of a GSM application developed and installed in a mobile phone device, which is embedded in the vehicle to communicate with the vehicle owner's mobile phone. The fingerprint scanner scans the fingerprint of the owner of the vehicle, if it is not the owner, then the vehicle won't ignite and the communicationis established via SMS. The GSM modem is used to send the position of the vehicle from a remote place. The GPS modem will continuously give the data to indicate the position of the vehicle. The same data is sent to the mobile at the other end from where the position of the vehicle is demanded. When the request by the user is sent to the number at the GSM modem, the system automatically sends a return reply to that mobile indicating the position of the vehicle. The proposed design provides information regarding vehicle identity, Safe controlling and positioning on real-time basis. This information is collected by the ARM7 Using different modules. Key Words: IOT, GPS, GSM, LCD, Tracking 1. INTRODUCTION According to recent reports, the crime rate is high related to vehicle theft. If you have the right Vehicle theft detection unit, you can put an end to thefts because you can lock and unlock your car at any point of time you choose. GPS are small tracking devices that are installed in your vehicle and it will provide you with feedback data from tracking software that loads from a satellite. This gives you more control over your vehicles. This paper presents Vehicle Theft Information and Tracking using IoT to determine the location of a vehicle using different methods like GPS and other radio navigation systems operating through satellites and ground-based stations. By taking the help of triangulation or trilateration methods the tracking system enables to measures easy and accurate location of the vehicle. Vehicle information like details of location, vehicle speed, and distance traveled, etc. can be displayed on a digital mapping with the help of software via the Internet. It stores data and downloadedtoa computer from the GPS unit at a base station and that can later be used for analysis. This system is important for tracking vehicle at a given period and now it is becoming increasingly popular for people having expensive cars and hence as a theft prevention and retrieval device. 2. BLOCK DIAGRAM At the initial condition of robot, (In the subsequent sections robot indicates the vehicle) we have to insert a sim in the sim insertion module which is present in the GSM modem. Before inserting the sim, let us check whether there is balance in that particular sim or not. Afterinsertingthesim to the system let us connect our kit through wires. After switch it ON the kit will be on and a "Welcome" message is displayed on the LCD screen. After displaying the welcome message, we should reset the system two times by pressing the reset button (RS2) then the wheelsofourrobotwhichare in off condition will be rotated two times as a sign of reset process is initiated. After some time "send message" notification will be displayed on the LCD board. Fig -1: Block Diagram Further, register the operatingmobilenumberbysending a message through that android mobiletoSIMnumberwhich is present in our GSM module. For example, the SIM number which is in the GSM module is 9999999999. To this number we should send SMS as 1111111111 which is the operating mobile number from our android mobile phone to registerit. After sending the message thatsentnumberwillbedisplayed on the screen. Now theregistrationofthemobilenumberwas completed. After this process, a message "put your finger" will be displayed on the LCD screen. Before inserting a finger we
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 886 should enrol first. For the enrolling purpose, click on the enrol button and place a finger on the fingerprint module. Then the finger will be enrolled. After completion of enrolment, to start our system we should scan our finger again for the identification process. For the identification process, we have press identify button and scan fingerprint by placing it on the fingerprint scanner. If the fingerprint matches then the vehicle will starts. If the fingerprint mismatches then the vehicle will not move and a message is displayed as “unauthorized finger” and buzzer starts ringing asa warning alarm. Afteridentificationcompletedthevehicle starts moving Afteridentificationcompletedthevehicle starts moving. In order to stop our vehicle, we should send an SMS to the number present in the sim module using registered mobile number i.e., *0 then the vehicle will stop and we will get coordinates message of vehicle position where it has stopped.NowtostarttheRobotagainweshouldsendan SMS to the number present in the sim module using registered mobile i.e., *1 then the vehicle will start moving by sendinga coordinates message of where the vehicle has started. To knowthestatus ofourvehicleweshould send the SMS i.e., *S then the status will be shown in the LCD board as well as in our android mobile. It displays the Latitude and longitude positions.Toknow ourvehicleexactposition,wecancopythe obtained message in the Google maps then we can know the accurate position of our vehicle. 2.1 Arduino Uno In Arduino Uno someanalog pins and also digital pinsare used for connection. In this A0, A1, A2 pins are used for connecting the accelerometer. The purpose of these pins is used to convert the analog information into digital signals. The pin A0 is connected to XOUT pin which is presented in the accelerometer sensor. ThepinA1isconnectedtoYOUT pinand A2 is connected to ZOUT pin. These are usedtoproduceanalog signals from the motion of the body and this signal is givento Arduino and these signals are converted into digital signals and are used for further process. D0, D1, D2 digital pins for connections and D10, D11 with PWM functionality. The D0, D1 pins are connected with GPS module for transmitting and receiving locations. D0 pin is connected to TX pin of the GPS module. D1 pin is connected with RX pin. The D11 pin is connected to RX pin of the GPS module and D10 pin is connected to TX pin of the GSM module. The D2 pin is connected to the anode of the LED and the cathode is connected to D5. In between the cathode and D5 pin there is a resistance with 720 ohms is connected to boost the life time of LED. D9 pin is connected to the positive of the buzzer. The buzzer is used to produce sound when fall is occurred. VCC and GND: Every VCC and GND pins are connected to the Arduino for accelerometer VCC is 5V and for GPS also VCC is of 5V. The 12V supply is given for the GSM module. 2.2 GSM The GSM module is used for sending and receiving messages through worldwide. The GSM stands for Global Service forMobileCommunication.TheGSM moduleconsists of 3 pins from these 3 pins 2 pins are of digital pins and 1 is the GND pin. The TX pin of the GSM module is connected to the digital pin D10 of the Arduino and also the RX pin is connected to D11 digital pin of the Arduino. The GND is connected to GND pin of Arduino. The supply voltage of the GSM module is of 12V which is connected to Vin pinofthe Arduino. When the position of the body is crossing the threshold value, fall is detected; the message will send to relatives or care taker’s mobile phone through GSM as shown in figure. Fig -2: Message Displayed on the Mobile 2.3 GPS The GPS module is used for tracking a particular object or place with the exact location in the form of latitude and longitudinal values. The purpose of the GPS moduleis to track the location worldwide. The GPS stands for Global Positioning System. The GPS module consists of 4 pins from these 4 pins 2 pins are of digital pins and the remaining 2 pins are the VCC and GND pins. The GPS module consists of TX and RX pins. The RX pin is connected to digital pin D1 of the Arduino and TX pin is connected to digital pin D0 of the Arduino. The VCC is 5V and the GND pin is connected.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 887 Fig -3: GPS Location 2.4 Finger Print Sensor This is a fingerprint sensor module with TTL UART interface for direct connections to microcontroller UART or PC through MAX232 / USB-Serial adapter.Theusercanstore the fingerprint data in the module and can configure it in 1:1 or 1: N mode for identifying the person. The FP module can directly interface with 3v3 or 5v Microcontroller. A level converter (like MAX232) is required for interfacing with PC serial port. Optical biometric fingerprint reader with great features and can be embedded intoa varietyofendproducts, such as access control, attendance, safety deposit box, car door locks. 2.5 Buzzer The Buzzer is an electronic component which is used to make an alarm sound. We call it as piezo buzzer because it is a piezo electronic component. It is a digital component. It has two polarities as positive and negative polarity. The positive polarity is connected to 5V supply and the negative polarity is given to the ground pin of Arduino. The main function of the buzzer is to make alarm, if the fingerprint mismatches then the vehicle will not move and a message is displayed as “unauthorized finger” and buzzer starts ringing as a warning alarm. 3. RESULTS The Results of the designed Vehicle theft information and tracking using IoT are displayedontheLCD screen step by step as shown below. Step 1: Registration of the Mobile number After SIM insertion & kit connection, a welcome message displayed then after resetting, “Send Message”notificationis displayed and the registered Mobile Number is displayed as below. Step 2: Enrolling fingerprint of the vehicle owner For enrolling purpose, click on enroll button & place finger in fingerprint module then the fingerprint is enrolled and it generates user identification number. Step 3: Identification of Vehicle owner i) When the fingerprint matches, a message ‘Successfully authorized' is displayed on the screen then the Vehicle will start. (Robo indicates the vehicle) ii) When the fingerprint mismatches, a message ‘Robot Stops' is displayed on the screen then the vehicle Stops. Step 4: Tracking the location of the Vehicle After the vehicle stops the location of the vehicle in terms of coordinates in the Google map are displayed.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 888 Step 5: Location of the Coordinates in the Google map 4. CONCLUSION The Vehicle tracking system is the tracking device which is generally operated by GPS is attachedtothevehicle. Satellite signals are first received by it and then it determines its position co-ordinates with latitude and longitude. These coordinates are generally observed on a computer screen and by using mapping software we can see the exact position of our vehicle. Generally, vehicle tracking technology user can access the information of a vehicle based on vehicle’s position and duration of each stoppage with a central operating center by entering the mobile number of users through mobile phones or websites using SMS or Internet. Vehicle-tracking technology is advantageous for tracking and monitoring both commercial and passenger vehicle, as concerned with personal vehicle tracking, it allows recovering our stolen vehicle by pinpointing that gives the exact location. REFERENCES [1] Akshatha S.A, “GPS based vehicle tracking and monitoring system- a solution for public transportation”, Volume: 04 Issue: 04 | Apr -2017. [2] Abid Khan & Ravi Mishra, ―GPS – GSM Based Tracking System‖, International Journal of Trends and Technology, ISSN: 2231 – 5381, Volume 3, Issue 2, 2012 [3] Manisha Chaple SS Paygude "Vehicle detection and tracking from video frame sequence" International Journal of Scientific & Engineering Research vol. 4 no. 3 pp. 1-7 2013. [4] Akande Noah Oluwatobi, “A GPS basedautomaticvehicle location system for bus transit,” 1999. [5] Kunal Maurya, Mandeep Singh, Neelu Jain, “Real-time tracking system using GSM and GPS technology – an anti-theft tracking system," International Journal of Electronics and Computer Science Engineering, volume 1, number 3, 2006. [6] Theodore, S. Rappaport. Wireless Communications”: Principles & Practice, Prentice-Hall, New Jersey, 1996 [7] Understanding GPS: principles and applications: by Elliott D. Kaplan, Christopher J. Hegarty– 2006 BIOGRAPHIES Mr. Venkata Kiran Sanipini holds a B.Tech. Degree in 2007 from JNTU University and M.Tech. Degree in 2012 from JNTU Kakinada. Currently he is pursuingPhD inthe field of Image Processing.