SlideShare ist ein Scribd-Unternehmen logo
1 von 24
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

Weitere Àhnliche Inhalte

Was ist angesagt?

Wlan architecture
Wlan architectureWlan architecture
Wlan architectureVishal Verma
 
Mimo in Wireless Communication
Mimo in Wireless CommunicationMimo in Wireless Communication
Mimo in Wireless Communicationkailash karki
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOTUdit Deo
 
Demand Assigned Multiple Access
Demand Assigned Multiple AccessDemand Assigned Multiple Access
Demand Assigned Multiple Accessanushkashastri
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalizationOladapo Abiodun
 
WIRELESS BODY AREA NETWORK
WIRELESS BODY AREA NETWORKWIRELESS BODY AREA NETWORK
WIRELESS BODY AREA NETWORKmadhushreek
 
V2V communications
V2V communicationsV2V communications
V2V communicationsSai Avinash
 
Project report for railway security monotorin system
Project report for railway security monotorin systemProject report for railway security monotorin system
Project report for railway security monotorin systemASWATHY VG
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networksjuno susi
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationSahar Foroughi
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesSayed Chhattan Shah
 
Satellite Communication Notes Unit (1 to 3).pdf
Satellite Communication Notes Unit (1 to 3).pdfSatellite Communication Notes Unit (1 to 3).pdf
Satellite Communication Notes Unit (1 to 3).pdfGopalakrishnaU
 
Vlsi lab viva question with answers
Vlsi lab viva question with answersVlsi lab viva question with answers
Vlsi lab viva question with answersAyesha Ambreen
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Gagan Randhawa
 
Wi-max Technology PPT
Wi-max Technology PPTWi-max Technology PPT
Wi-max Technology PPTVinay Krishna
 

Was ist angesagt? (20)

GSM Air Interface
GSM Air Interface GSM Air Interface
GSM Air Interface
 
Wlan architecture
Wlan architectureWlan architecture
Wlan architecture
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
 
Mimo in Wireless Communication
Mimo in Wireless CommunicationMimo in Wireless Communication
Mimo in Wireless Communication
 
Smart parking system using IOT
Smart parking system using IOTSmart parking system using IOT
Smart parking system using IOT
 
Demand Assigned Multiple Access
Demand Assigned Multiple AccessDemand Assigned Multiple Access
Demand Assigned Multiple Access
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
WIRELESS BODY AREA NETWORK
WIRELESS BODY AREA NETWORKWIRELESS BODY AREA NETWORK
WIRELESS BODY AREA NETWORK
 
V2V communications
V2V communicationsV2V communications
V2V communications
 
Project report for railway security monotorin system
Project report for railway security monotorin systemProject report for railway security monotorin system
Project report for railway security monotorin system
 
Wireless Sensor Networks
Wireless Sensor NetworksWireless Sensor Networks
Wireless Sensor Networks
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services
 
Satellite Communication Notes Unit (1 to 3).pdf
Satellite Communication Notes Unit (1 to 3).pdfSatellite Communication Notes Unit (1 to 3).pdf
Satellite Communication Notes Unit (1 to 3).pdf
 
Vlsi lab viva question with answers
Vlsi lab viva question with answersVlsi lab viva question with answers
Vlsi lab viva question with answers
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Gsm
GsmGsm
Gsm
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Wi-max Technology PPT
Wi-max Technology PPTWi-max Technology PPT
Wi-max Technology PPT
 
Design of Microstrip Patch Antenna for 5G Applications
Design of Microstrip Patch Antenna for 5G Applications Design of Microstrip Patch Antenna for 5G Applications
Design of Microstrip Patch Antenna for 5G Applications
 

Ähnlich wie GPS Assisted Roadmapping and Vehicle Monitoring

Iot based smart bus tracking system
Iot based smart bus tracking systemIot based smart bus tracking system
Iot based smart bus tracking systemRahul Wagh
 
GPS Based Vehicle Location using ARM 7 LPC 2148
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
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
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
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
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
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying SystemIRJET Journal
 
Innovative products
Innovative productsInnovative products
Innovative productsJash Shah
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemIRJET Journal
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET Journal
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET Journal
 
Vehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoVehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoIRJET Journal
 
Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...IJCSIS Research Publications
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
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 PiIRJET 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 - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...IRJET Journal
 
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...
Senior Project Final Report - Real-Time Wireless Monitoring for Automotive Ap...Tony Mcjohnston
 
IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking SystemIRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
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 UniversityNaveen Kumar B
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
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 GPSIRJET Journal
 

Ähnlich wie GPS Assisted Roadmapping and Vehicle Monitoring (20)

Iot based smart bus tracking system
Iot based smart bus tracking systemIot based smart bus tracking system
Iot based smart bus tracking system
 
GPS Based Vehicle Location using ARM 7 LPC 2148
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- IoT based Fisherman Border Alert System using GPS and WSN
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- IoT based Fisherman Border Alert System using GPS and WSN
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
 
Railway Track Geometry Surveying System
Railway Track Geometry Surveying SystemRailway Track Geometry Surveying System
Railway Track Geometry Surveying System
 
Innovative products
Innovative productsInnovative products
Innovative products
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating System
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
IRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for DriverIRJET- Passenger Indicator for Driver
IRJET- Passenger Indicator for Driver
 
Vehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoVehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by Arduino
 
Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
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 - 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 - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
 
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...
Senior Project Final Report - Real-Time Wireless Monitoring for Automotive Ap...
 
IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking System
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
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
 
Smart Car
Smart CarSmart Car
Smart Car
 
Real Time Smart City Garbage Collection and Monitoring System Using GSM and GPS
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
 

KĂŒrzlich hochgeladen

Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingBootNeck1
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...Amil Baba Dawood bangali
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 

KĂŒrzlich hochgeladen (20)

Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
System Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event SchedulingSystem Simulation and Modelling with types and Event Scheduling
System Simulation and Modelling with types and Event Scheduling
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 

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