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

More Related Content

What's hot

Embedded Systems Training Report
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training ReportAkhil Garg
 
Ppt power theft identification and detection using gsm
Ppt power theft identification and detection using gsmPpt power theft identification and detection using gsm
Ppt power theft identification and detection using gsmradha krishna
 
PATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMPATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMsathish sak
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Rishav Pandey
 
Electronics seminar topics
Electronics seminar topicsElectronics seminar topics
Electronics seminar topics123seminarsonly
 
Security system using Arduino
Security system using ArduinoSecurity system using Arduino
Security system using ArduinoApoorv Anand
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring systemShaswataMohanta
 
Ppt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOTPpt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOTpreetigill309
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Unoijtsrd
 
GSM Based SMS fire alert system
GSM Based SMS fire alert systemGSM Based SMS fire alert system
GSM Based SMS fire alert systemSoumyadeep Kal
 
Automatic room temperature controlled fan using arduino uno microcontroller
Automatic room temperature controlled fan using   arduino uno  microcontrollerAutomatic room temperature controlled fan using   arduino uno  microcontroller
Automatic room temperature controlled fan using arduino uno microcontrollerMohammod Al Emran
 
Temperature based fan speed control & monitoring using arduino
Temperature based fan speed control & monitoring using arduinoTemperature based fan speed control & monitoring using arduino
Temperature based fan speed control & monitoring using arduinoJagannath Dutta
 
Fingerprint Based Security System
Fingerprint Based Security SystemFingerprint Based Security System
Fingerprint Based Security SystemTrijendra Singh
 
Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.Arkadeep Dey
 
Remote patient monitoring system (2)
Remote patient monitoring system (2)Remote patient monitoring system (2)
Remote patient monitoring system (2)Rahul Singh
 
Patient health monitoring using Zigbee and GSM technology
Patient health monitoring using Zigbee and GSM technologyPatient health monitoring using Zigbee and GSM technology
Patient health monitoring using Zigbee and GSM technologyNikhilesh Chakkarkota
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINORatnesh Kumar chaurasia
 
IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET-  	  IOT Based Air and Sound Pollution Monitoring SystemIRJET-  	  IOT Based Air and Sound Pollution Monitoring System
IRJET- IOT Based Air and Sound Pollution Monitoring SystemIRJET Journal
 

What's hot (20)

Embedded Systems Training Report
Embedded Systems Training ReportEmbedded Systems Training Report
Embedded Systems Training Report
 
Ppt power theft identification and detection using gsm
Ppt power theft identification and detection using gsmPpt power theft identification and detection using gsm
Ppt power theft identification and detection using gsm
 
PATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMPATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEM
 
Mems sensor
Mems sensorMems sensor
Mems sensor
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266
 
Electronics seminar topics
Electronics seminar topicsElectronics seminar topics
Electronics seminar topics
 
Security system using Arduino
Security system using ArduinoSecurity system using Arduino
Security system using Arduino
 
Iot based health monitoring system
Iot based health monitoring systemIot based health monitoring system
Iot based health monitoring system
 
Data loggers
Data loggersData loggers
Data loggers
 
Ppt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOTPpt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOT
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Uno
 
GSM Based SMS fire alert system
GSM Based SMS fire alert systemGSM Based SMS fire alert system
GSM Based SMS fire alert system
 
Automatic room temperature controlled fan using arduino uno microcontroller
Automatic room temperature controlled fan using   arduino uno  microcontrollerAutomatic room temperature controlled fan using   arduino uno  microcontroller
Automatic room temperature controlled fan using arduino uno microcontroller
 
Temperature based fan speed control & monitoring using arduino
Temperature based fan speed control & monitoring using arduinoTemperature based fan speed control & monitoring using arduino
Temperature based fan speed control & monitoring using arduino
 
Fingerprint Based Security System
Fingerprint Based Security SystemFingerprint Based Security System
Fingerprint Based Security System
 
Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.Arduino based heartbeat monitoring system.
Arduino based heartbeat monitoring system.
 
Remote patient monitoring system (2)
Remote patient monitoring system (2)Remote patient monitoring system (2)
Remote patient monitoring system (2)
 
Patient health monitoring using Zigbee and GSM technology
Patient health monitoring using Zigbee and GSM technologyPatient health monitoring using Zigbee and GSM technology
Patient health monitoring using Zigbee and GSM technology
 
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINODESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
DESIGN OF TEMPERATURE BASED FAN SPEED CONTROL and MONITORING USING ARDUINO
 
IRJET- IOT Based Air and Sound Pollution Monitoring System
IRJET-  	  IOT Based Air and Sound Pollution Monitoring SystemIRJET-  	  IOT Based Air and Sound Pollution Monitoring System
IRJET- IOT Based Air and Sound Pollution Monitoring System
 

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

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

Recently uploaded

kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 

Recently uploaded (20)

kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 

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