GPS Assisted Roadmapping and Vehicle Monitoring

Final Year Project
presentation on
GPS Assisted Road mapping &
Vehicle Monitoring
PVPIT Budhgaon
Department of Electronics Engineering
GPS Assisted Roadmapping &
Vehicle Monitoring
Presented by
 Shintre Niranjan S.
 Shah Shreya A.
 Thote Shriya S.
Project Guidance by
 Prof. Patil S.N.
PVPIT Budhgaon
Department of Electronics Engineering
 Presentation Flow
1. Introduction
2. Concept
3. Overview diagram
4. Components
5. Expected Outcome
6. Applications
PVPIT Budhgaon
Department of Electronics Engineering
 Introduction
This is a system that is to be mounted on vehicles for analysing road conditions
and monitoring the vehicle.
• It senses the vibrations and change in acceleration due to the changes in road
surface. For smoother road it senses low variation and for damaged road it
shows higher variations.
• In case of accident, it will record the abrupt changes in acceleration and
orientation of vehicle.
• It monitors fuel level.
• It gives keeps track of every vehicle location at every instance. This data is
collected in an online database. This database gets data from many vehicles
all the time.
• The data can be useful for government and the travellers in many aspects.
PVPIT Budhgaon
Department of Electronics Engineering
PVPIT Budhgaon
Department of Electronics Engineering
Vehicle mounted Device
Online Database
3D Road map
Road
 Concept
 Overview Diagram
Accident
Alert
Monitoring,
Analysis
Arduino
Uno
GPS
module
Accelerometer
Float
sensor
3D
Road
mapping
Online
Database
GSM
module
aa
Hardware Software
GPRS
 Components
 Microcontroller board : Arduino Uno R3
 Sensors :
1. Accelerometer ADXL 335
2. Float sensor
 GPS module : Neo-6M
 GSM module : SIM800
 Development Softwares
PVPIT Budhgaon
Department of Electronics Engineering
Arduino Uno
 Arduino Uno is a microcontroller board based on
the ATmega328P .
 It contains everything needed to support
microcontroller; simply connect it to a computer
with a USB cable or power it with a AC-to-DC
adapter or battery to get started.
 Arduino Uno provides a platform to interface
hardware components, create and test codes for
them.
PVPIT Budhgaon
Department of Electronics Engineering
PVPIT Budhgaon
Department of Electronics Engineering
• Microcontroller : ATmega328P
• Flash Memory : 32 KB
SRAM : 2 KB
• EEPROM : 1 KB
• Clock Speed : 16 MHz
• Operating voltage : 5V
• Digital I/O Pins : 14 (6 can be used as PWM outputs)
• Analog Input Pins : 6
Arduino Uno Specifications
 An accelerometer is a device that measures changes in
gravitational acceleration in a device it may be
installed in.
 Accelerometers are used to measure acceleration, tilt
and vibration in numerous devices.
 The ADXL335 is a small, thin, low power, complete 3-
axis accelerometer with signal conditioned voltage
outputs.
 The product measures acceleration with a minimum
full-scale range of ±3 g.
Accelerometer ADXL 335
PVPIT Budhgaon
Department of Electronics Engineering
PVPIT Budhgaon
Department of Electronics Engineering
• 3-axis sensing of acceleration
• Sensitivity : ± 3 g (min)
• Low power : 350 μA (typical)
• Operating Voltage : 1.8 V to 3.6 V
• 10,000 g shock survival
• Excellent temperature stability
Accelerometer ADXL 335
Specifications
Float Switch
PVPIT Budhgaon
Department of Electronics Engineering
A float switch is a device used to detect the level
of liquid within a tank. The switch may be used to control a
pump , as an indicator, an alarm, or to control other devices.
• One type of float switch uses a merqury switch inside a
hinged float.
• Other type uses a reed switch mounted
in a tube; a float,containing a magnet,
surrounds the tube and is guided by it.
• When the float raises the magnet to the
reed switch, it closes.
GPS module - Neo-6M
 This is an updated GPS module.
This module uses the latest technology to give the best possible
position information, allowing for better performance.
 Ublox NEO-6M GPS Module is a cost effective, high-performance
u-blox 6 based NEO-6 series of GPS modules, that brings the
high performance of the u-blox 6 positioning engine to the
miniature NEO form factor.
 These receivers combine a high level of integration capability
with flexible connectivity options in a small package. This
makes them perfectly suited for mass-market end products with
strict size and cost requirements.
PVPIT Budhgaon
Department of Electronics Engineering
GPS : How it works…
 The GLOBAL POSITION SYSTEM for navigation consists of 4 satellites
at a time to find the location of any point on earth.
 The working of Global positioning system is based on the
‘trilateration’ mathematical principle. The position is determined
from the distance measurements to satellites.
 The method of determining the intersection of 3 spheres with given
centres and radii of these surfaces is called “Trilateration”.
 Imagine you are standing somewhere on Earth with three satellites
in the sky above you. If you know how far away you are from
satellite A, then you know you must be located somewhere on the
red circle. If you do the same for satellites B and C, you can work
out your location by seeing where the three circles intersect
PVPIT Budhgaon
Department of Electronics Engineering
GPS module Neo-6M
Specifications
PVPIT Budhgaon
Department of Electronics Engineering
• Receiver type : Ublox 6 engine, 50 Channels support
GPS L1 frequency, C/A Code
• Navigation update rate : 5 Hz
• Horizontal position accuracy : 2.5 m
• Velocity accuracy : 0.1m/s
• Inbuilt antenna
• UART, USB, DDC (I2C compliant) and SPI interfaces
GSM/GPRS Service
 Global System for Mobile Communication was developed as a digital system
using time division multiple access (TDMA) technique for communication
purpose.
 GSM/GPRS provides connectivity to the online database. All the acquired data
from sensors is transmitted through GSM/GPRS service.
 A GSM network consists of the following components:
-A Mobile Station: It is the mobile phone which consists of the transceiver,
display and processor and is controlled by a SIM card operating over the
network.
-Base Station Subsystem: It is an interface between the mobile station and
network subsystem. It consists of Base Transceiver Station which contains
radio transceivers and handles protocols for communication with mobiles.
-Network Subsystem: It provides the basic network connection to the mobile
stations and base station.
PVPIT Budhgaon
Department of Electronics Engineering
GSM module SIM800
Specifications
PVPIT Budhgaon
Department of Electronics Engineering
• Frequency bands :
Quad-band: 850, 900, 1800, 1900 Mhz.
Can search the 4 frequency bands automatically.
• GPRS Connectivity :
Downlink data rate : max. 85.6 kbps
Uplink data rate : max. 85.6 kbps
• Supports SMS and Bluetooth
• Integrated TCP/IP protocol. Supports extended TCP/IP
AT commands which are very useful for data transfer.
Software
 Arduino IDE :
To develop the codes to control Data acquisition And transmission
 Online Database :
To store the received data for further analysis
 MATLAB :
Get the accelerometer readings from database and create a 3D map
of the road surface
PVPIT Budhgaon
Department of Electronics Engineering
Arduino IDE
 The open-source Arduino Software (IDE) makes it easy
to write code and upload it to the board. It runs on
Windows, Mac OS X, and Linux.
 A program for Arduino is written in any programming
language for a compiler that produces binary machine
code for target processor.
 Atmel provides a development environment for their
microcontrollers, AVR Studio and the newer Atmel
Studio.
 A program written with the IDE for Arduino is called a
sketch. Sketches are saved on the development
computer as text files with the file extension .ino.
PVPIT Budhgaon
Department of Electronics Engineering
Online Database
 It is a web based filing system designed to store
information. The database can be accessed by Web.
 An online database is accessible from a local network
or the Internet
 Web databases store information in record and index
structures.
 A number of web databases use artificial intelligence to
handle updates to links.
 The data collected here will be analysed using various
software tools for various purposes.
PVPIT Budhgaon
Department of Electronics Engineering
MATLAB for 3D Imaging
PVPIT Budhgaon
Department of Electronics Engineering
Sensor output for flat road surface Sensor output for uneven road surface
 Outcome
PVPIT Budhgaon
Department of Electronics Engineering
 Applications
 To keep a track of Road Conditions. The smoothness and evenness
of roads can be monitored.
 This Project can be used by Government for Road Quality Control.
 In case of accidents, location of vehicles and be detected and
message sent to families, hospitals, etc
 The information of location of Vehicles can be analysed by
Government or any other transport organizations.
PVPIT Budhgaon
Department of Electronics Engineering
PVPIT Budhgaon
Department of Electronics Engineering
1 von 24

Recomendados

Bluetooth based Home Automation von
Bluetooth based Home AutomationBluetooth based Home Automation
Bluetooth based Home AutomationJagannath Kartik
17.6K views16 Folien
Wireless charging of mobile PPT. von
Wireless charging of mobile PPT.Wireless charging of mobile PPT.
Wireless charging of mobile PPT.Krishna Teja
87K views23 Folien
Heart beat monitoring system von
Heart beat monitoring systemHeart beat monitoring system
Heart beat monitoring systemVipul Tripathi
714 views13 Folien
Automated irrigation system based on soil moisture using arduino von
Automated irrigation system based on soil moisture using arduinoAutomated irrigation system based on soil moisture using arduino
Automated irrigation system based on soil moisture using arduinoVishal Nagar
2.8K views23 Folien
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGED von
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGEDHAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGED
HAND GESTURE BASED HOME AUTOMATION FOR VISUALLY CHALLENGEDijiert bestjournal
1.3K views7 Folien
PROJECT REPORT ON Home automation using by Bluetooth von
 PROJECT REPORT ON Home automation using by Bluetooth PROJECT REPORT ON Home automation using by Bluetooth
PROJECT REPORT ON Home automation using by BluetoothAakashkumar276
32.8K views35 Folien

Más contenido relacionado

Was ist angesagt?

Embedded Systems Training Report von
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training ReportAkhil Garg
6.6K views50 Folien
Led display von
Led displayLed display
Led displayKundan Parmar
6.5K views27 Folien
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM von
ALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSMALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSMMallemptiOohasri
1.1K views19 Folien
Zigbee technology ppt von
Zigbee technology pptZigbee technology ppt
Zigbee technology pptijaranjani
19.8K views15 Folien
Latest ECE Projects Ideas In Various Electronics Technologies von
Latest ECE Projects Ideas In Various Electronics TechnologiesLatest ECE Projects Ideas In Various Electronics Technologies
Latest ECE Projects Ideas In Various Electronics Technologieselprocus
4.6K views47 Folien
Remote control for home appliances von
Remote control for home appliancesRemote control for home appliances
Remote control for home appliancesBharath University
24.3K views11 Folien

Was ist angesagt?(20)

Embedded Systems Training Report von Akhil Garg
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training Report
Akhil Garg6.6K views
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM von MallemptiOohasri
ALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSMALCOHOL  AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
ALCOHOL AND HELMET DETECTION WITH ENGINE LOCKING SYSTEM USING GSM
MallemptiOohasri1.1K views
Zigbee technology ppt von ijaranjani
Zigbee technology pptZigbee technology ppt
Zigbee technology ppt
ijaranjani19.8K views
Latest ECE Projects Ideas In Various Electronics Technologies von elprocus
Latest ECE Projects Ideas In Various Electronics TechnologiesLatest ECE Projects Ideas In Various Electronics Technologies
Latest ECE Projects Ideas In Various Electronics Technologies
elprocus4.6K views
Internet of Things (IoT) Based Smart Security & Home Automation System. von sayed78
Internet of Things (IoT) Based Smart Security & Home Automation System.Internet of Things (IoT) Based Smart Security & Home Automation System.
Internet of Things (IoT) Based Smart Security & Home Automation System.
sayed787.2K views
automatic street light control using aurdino,PIR,LDR tinker cad circuit von anujabarge3
automatic street light control using aurdino,PIR,LDR tinker cad circuitautomatic street light control using aurdino,PIR,LDR tinker cad circuit
automatic street light control using aurdino,PIR,LDR tinker cad circuit
anujabarge32.1K views
PPT on Bluetooth Based Wireless Sensor Networks von Siya Agarwal
PPT on Bluetooth Based Wireless Sensor NetworksPPT on Bluetooth Based Wireless Sensor Networks
PPT on Bluetooth Based Wireless Sensor Networks
Siya Agarwal88.5K views
Women safety device with gps tracking and alerts von Praween Lakra
Women safety device with gps tracking  and alertsWomen safety device with gps tracking  and alerts
Women safety device with gps tracking and alerts
Praween Lakra23K views
Automatic room light controller with bidirectional visitor counter von Niladri Dutta
Automatic room light controller with bidirectional visitor counterAutomatic room light controller with bidirectional visitor counter
Automatic room light controller with bidirectional visitor counter
Niladri Dutta41.8K views
Unit 3- OPTICAL SOURCES AND DETECTORS von tamil arasan
Unit 3- OPTICAL SOURCES AND DETECTORS Unit 3- OPTICAL SOURCES AND DETECTORS
Unit 3- OPTICAL SOURCES AND DETECTORS
tamil arasan4.6K views
Automatic water level controller von Geetha Smiley
Automatic water level controllerAutomatic water level controller
Automatic water level controller
Geetha Smiley5.2K views
Iot based health monitoring system von ShaswataMohanta
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring system
ShaswataMohanta15.9K views

Similar a GPS Assisted Roadmapping and Vehicle Monitoring

Iot based smart bus tracking system von
Iot based smart bus tracking systemIot based smart bus tracking system
Iot based smart bus tracking systemRahul Wagh
4.5K views23 Folien
GPS Based Vehicle Location using ARM 7 LPC 2148 von
GPS Based Vehicle Location using ARM 7 LPC 2148GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148IRJET Journal
89 views3 Folien
IRJET- IoT based Fisherman Border Alert System using GPS and WSN von
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET Journal
101 views4 Folien
IRJET- IoT based Fisherman Border Alert System using GPS and WSN von
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET Journal
32 views4 Folien
Railway Track Geometry Surveying System von
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying SystemIRJET Journal
8 views6 Folien
Innovative products von
Innovative productsInnovative products
Innovative productsJash Shah
67 views74 Folien

Similar a GPS Assisted Roadmapping and Vehicle Monitoring (20)

Iot based smart bus tracking system von Rahul Wagh
Iot based smart bus tracking systemIot based smart bus tracking system
Iot based smart bus tracking system
Rahul Wagh4.5K views
GPS Based Vehicle Location using ARM 7 LPC 2148 von IRJET Journal
GPS Based Vehicle Location using ARM 7 LPC 2148GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148
IRJET Journal89 views
IRJET- IoT based Fisherman Border Alert System using GPS and WSN von IRJET Journal
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET Journal101 views
IRJET- IoT based Fisherman Border Alert System using GPS and WSN von IRJET Journal
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET Journal32 views
Railway Track Geometry Surveying System von IRJET Journal
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying System
IRJET Journal8 views
Innovative products von Jash Shah
Innovative productsInnovative products
Innovative products
Jash Shah67 views
Automatic Free Parking Slot Status Intimating System von IRJET Journal
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating System
IRJET Journal31 views
IRJET- Building Monitoring using Wireless System von IRJET Journal
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
IRJET Journal25 views
IRJET- Passenger Indicator for Driver von IRJET Journal
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for Driver
IRJET Journal27 views
Vehicle Tracking System for School Bus by Arduino von IRJET Journal
Vehicle Tracking System for School Bus by ArduinoVehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by Arduino
IRJET Journal117 views
LORA BASED DATA ACQUISITION SYSTEM von IRJET Journal
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal6 views
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi von IRJET Journal
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
IRJET Journal45 views
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy... von IRJET Journal
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET Journal7 views
Senior Project Final Report - Real-Time Wireless Monitoring for Automotive Ap... von Tony Mcjohnston
Senior Project Final Report - Real-Time Wireless Monitoring for Automotive Ap...Senior Project Final Report - Real-Time Wireless Monitoring for Automotive Ap...
Senior Project Final Report - Real-Time Wireless Monitoring for Automotive Ap...
Tony Mcjohnston166 views
IRJET- IoT based School Bus Tracking System von IRJET Journal
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking System
IRJET Journal44 views
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University von Naveen Kumar B
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES UniversityAdaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Naveen Kumar B1.1K views
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS von IRJET Journal
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPSReal Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
IRJET Journal243 views

Último

2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx von
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptxlwang78
180 views19 Folien
Design of machine elements-UNIT 3.pptx von
Design of machine elements-UNIT 3.pptxDesign of machine elements-UNIT 3.pptx
Design of machine elements-UNIT 3.pptxgopinathcreddy
37 views31 Folien
_MAKRIADI-FOTEINI_diploma thesis.pptx von
_MAKRIADI-FOTEINI_diploma thesis.pptx_MAKRIADI-FOTEINI_diploma thesis.pptx
_MAKRIADI-FOTEINI_diploma thesis.pptxfotinimakriadi
12 views32 Folien
DESIGN OF SPRINGS-UNIT4.pptx von
DESIGN OF SPRINGS-UNIT4.pptxDESIGN OF SPRINGS-UNIT4.pptx
DESIGN OF SPRINGS-UNIT4.pptxgopinathcreddy
21 views47 Folien
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf von
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdfASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdfAlhamduKure
8 views11 Folien
MongoDB.pdf von
MongoDB.pdfMongoDB.pdf
MongoDB.pdfArthyR3
49 views6 Folien

Último(20)

2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx von lwang78
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
lwang78180 views
Design of machine elements-UNIT 3.pptx von gopinathcreddy
Design of machine elements-UNIT 3.pptxDesign of machine elements-UNIT 3.pptx
Design of machine elements-UNIT 3.pptx
gopinathcreddy37 views
_MAKRIADI-FOTEINI_diploma thesis.pptx von fotinimakriadi
_MAKRIADI-FOTEINI_diploma thesis.pptx_MAKRIADI-FOTEINI_diploma thesis.pptx
_MAKRIADI-FOTEINI_diploma thesis.pptx
fotinimakriadi12 views
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf von AlhamduKure
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdfASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
AlhamduKure8 views
MongoDB.pdf von ArthyR3
MongoDB.pdfMongoDB.pdf
MongoDB.pdf
ArthyR349 views
REACTJS.pdf von ArthyR3
REACTJS.pdfREACTJS.pdf
REACTJS.pdf
ArthyR337 views
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc... von csegroupvn
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
csegroupvn8 views
Créativité dans le design mécanique à l’aide de l’optimisation topologique von LIEGE CREATIVE
Créativité dans le design mécanique à l’aide de l’optimisation topologiqueCréativité dans le design mécanique à l’aide de l’optimisation topologique
Créativité dans le design mécanique à l’aide de l’optimisation topologique
LIEGE CREATIVE8 views
Web Dev Session 1.pptx von VedVekhande
Web Dev Session 1.pptxWeb Dev Session 1.pptx
Web Dev Session 1.pptx
VedVekhande17 views
GDSC Mikroskil Members Onboarding 2023.pdf von gdscmikroskil
GDSC Mikroskil Members Onboarding 2023.pdfGDSC Mikroskil Members Onboarding 2023.pdf
GDSC Mikroskil Members Onboarding 2023.pdf
gdscmikroskil63 views
Ansari: Practical experiences with an LLM-based Islamic Assistant von M Waleed Kadous
Ansari: Practical experiences with an LLM-based Islamic AssistantAnsari: Practical experiences with an LLM-based Islamic Assistant
Ansari: Practical experiences with an LLM-based Islamic Assistant
M Waleed Kadous9 views
Design_Discover_Develop_Campaign.pptx von ShivanshSeth6
Design_Discover_Develop_Campaign.pptxDesign_Discover_Develop_Campaign.pptx
Design_Discover_Develop_Campaign.pptx
ShivanshSeth649 views

GPS Assisted Roadmapping and Vehicle Monitoring

  • 1. Final Year Project presentation on GPS Assisted Road mapping & Vehicle Monitoring PVPIT Budhgaon Department of Electronics Engineering
  • 2. GPS Assisted Roadmapping & Vehicle Monitoring Presented by  Shintre Niranjan S.  Shah Shreya A.  Thote Shriya S. Project Guidance by  Prof. Patil S.N. PVPIT Budhgaon Department of Electronics Engineering
  • 3.  Presentation Flow 1. Introduction 2. Concept 3. Overview diagram 4. Components 5. Expected Outcome 6. Applications PVPIT Budhgaon Department of Electronics Engineering
  • 4.  Introduction This is a system that is to be mounted on vehicles for analysing road conditions and monitoring the vehicle. • It senses the vibrations and change in acceleration due to the changes in road surface. For smoother road it senses low variation and for damaged road it shows higher variations. • In case of accident, it will record the abrupt changes in acceleration and orientation of vehicle. • It monitors fuel level. • It gives keeps track of every vehicle location at every instance. This data is collected in an online database. This database gets data from many vehicles all the time. • The data can be useful for government and the travellers in many aspects. PVPIT Budhgaon Department of Electronics Engineering
  • 5. PVPIT Budhgaon Department of Electronics Engineering Vehicle mounted Device Online Database 3D Road map Road  Concept
  • 7.  Components  Microcontroller board : Arduino Uno R3  Sensors : 1. Accelerometer ADXL 335 2. Float sensor  GPS module : Neo-6M  GSM module : SIM800  Development Softwares PVPIT Budhgaon Department of Electronics Engineering
  • 8. Arduino Uno  Arduino Uno is a microcontroller board based on the ATmega328P .  It contains everything needed to support microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.  Arduino Uno provides a platform to interface hardware components, create and test codes for them. PVPIT Budhgaon Department of Electronics Engineering
  • 9. PVPIT Budhgaon Department of Electronics Engineering • Microcontroller : ATmega328P • Flash Memory : 32 KB SRAM : 2 KB • EEPROM : 1 KB • Clock Speed : 16 MHz • Operating voltage : 5V • Digital I/O Pins : 14 (6 can be used as PWM outputs) • Analog Input Pins : 6 Arduino Uno Specifications
  • 10.  An accelerometer is a device that measures changes in gravitational acceleration in a device it may be installed in.  Accelerometers are used to measure acceleration, tilt and vibration in numerous devices.  The ADXL335 is a small, thin, low power, complete 3- axis accelerometer with signal conditioned voltage outputs.  The product measures acceleration with a minimum full-scale range of ±3 g. Accelerometer ADXL 335 PVPIT Budhgaon Department of Electronics Engineering
  • 11. PVPIT Budhgaon Department of Electronics Engineering • 3-axis sensing of acceleration • Sensitivity : ± 3 g (min) • Low power : 350 μA (typical) • Operating Voltage : 1.8 V to 3.6 V • 10,000 g shock survival • Excellent temperature stability Accelerometer ADXL 335 Specifications
  • 12. Float Switch PVPIT Budhgaon Department of Electronics Engineering A float switch is a device used to detect the level of liquid within a tank. The switch may be used to control a pump , as an indicator, an alarm, or to control other devices. • One type of float switch uses a merqury switch inside a hinged float. • Other type uses a reed switch mounted in a tube; a float,containing a magnet, surrounds the tube and is guided by it. • When the float raises the magnet to the reed switch, it closes.
  • 13. GPS module - Neo-6M  This is an updated GPS module. This module uses the latest technology to give the best possible position information, allowing for better performance.  Ublox NEO-6M GPS Module is a cost effective, high-performance u-blox 6 based NEO-6 series of GPS modules, that brings the high performance of the u-blox 6 positioning engine to the miniature NEO form factor.  These receivers combine a high level of integration capability with flexible connectivity options in a small package. This makes them perfectly suited for mass-market end products with strict size and cost requirements. PVPIT Budhgaon Department of Electronics Engineering
  • 14. GPS : How it works…  The GLOBAL POSITION SYSTEM for navigation consists of 4 satellites at a time to find the location of any point on earth.  The working of Global positioning system is based on the ‘trilateration’ mathematical principle. The position is determined from the distance measurements to satellites.  The method of determining the intersection of 3 spheres with given centres and radii of these surfaces is called “Trilateration”.  Imagine you are standing somewhere on Earth with three satellites in the sky above you. If you know how far away you are from satellite A, then you know you must be located somewhere on the red circle. If you do the same for satellites B and C, you can work out your location by seeing where the three circles intersect PVPIT Budhgaon Department of Electronics Engineering
  • 15. GPS module Neo-6M Specifications PVPIT Budhgaon Department of Electronics Engineering • Receiver type : Ublox 6 engine, 50 Channels support GPS L1 frequency, C/A Code • Navigation update rate : 5 Hz • Horizontal position accuracy : 2.5 m • Velocity accuracy : 0.1m/s • Inbuilt antenna • UART, USB, DDC (I2C compliant) and SPI interfaces
  • 16. GSM/GPRS Service  Global System for Mobile Communication was developed as a digital system using time division multiple access (TDMA) technique for communication purpose.  GSM/GPRS provides connectivity to the online database. All the acquired data from sensors is transmitted through GSM/GPRS service.  A GSM network consists of the following components: -A Mobile Station: It is the mobile phone which consists of the transceiver, display and processor and is controlled by a SIM card operating over the network. -Base Station Subsystem: It is an interface between the mobile station and network subsystem. It consists of Base Transceiver Station which contains radio transceivers and handles protocols for communication with mobiles. -Network Subsystem: It provides the basic network connection to the mobile stations and base station. PVPIT Budhgaon Department of Electronics Engineering
  • 17. GSM module SIM800 Specifications PVPIT Budhgaon Department of Electronics Engineering • Frequency bands : Quad-band: 850, 900, 1800, 1900 Mhz. Can search the 4 frequency bands automatically. • GPRS Connectivity : Downlink data rate : max. 85.6 kbps Uplink data rate : max. 85.6 kbps • Supports SMS and Bluetooth • Integrated TCP/IP protocol. Supports extended TCP/IP AT commands which are very useful for data transfer.
  • 18. Software  Arduino IDE : To develop the codes to control Data acquisition And transmission  Online Database : To store the received data for further analysis  MATLAB : Get the accelerometer readings from database and create a 3D map of the road surface PVPIT Budhgaon Department of Electronics Engineering
  • 19. Arduino IDE  The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. It runs on Windows, Mac OS X, and Linux.  A program for Arduino is written in any programming language for a compiler that produces binary machine code for target processor.  Atmel provides a development environment for their microcontrollers, AVR Studio and the newer Atmel Studio.  A program written with the IDE for Arduino is called a sketch. Sketches are saved on the development computer as text files with the file extension .ino. PVPIT Budhgaon Department of Electronics Engineering
  • 20. Online Database  It is a web based filing system designed to store information. The database can be accessed by Web.  An online database is accessible from a local network or the Internet  Web databases store information in record and index structures.  A number of web databases use artificial intelligence to handle updates to links.  The data collected here will be analysed using various software tools for various purposes. PVPIT Budhgaon Department of Electronics Engineering
  • 21. MATLAB for 3D Imaging PVPIT Budhgaon Department of Electronics Engineering Sensor output for flat road surface Sensor output for uneven road surface
  • 22.  Outcome PVPIT Budhgaon Department of Electronics Engineering
  • 23.  Applications  To keep a track of Road Conditions. The smoothness and evenness of roads can be monitored.  This Project can be used by Government for Road Quality Control.  In case of accidents, location of vehicles and be detected and message sent to families, hospitals, etc  The information of location of Vehicles can be analysed by Government or any other transport organizations. PVPIT Budhgaon Department of Electronics Engineering
  • 24. PVPIT Budhgaon Department of Electronics Engineering