กลับไปหน้ารวมไฟล์
vehicle-position-tracking-system-2bd4c1-en.md

IDEA

This project will keep track of the numerous vehicle running in various routes.This project also alerts the authorized person in case of any emergency situation like breakdown, accidents etc by notification. And by the notification we can also give the precise location of vehicle for immediate assistance.

WORKING

BLOCK DIAGRAM

Values displayed on the application:

  • Latitude and longitude value
  • google maps.
  • Temperature value
  • X, Y and Z coordinates
  • LCD

ACCIDENT DETECTION

INTERFACING GPS WITH NODEMCU:

  • The GPS module is connected to Node MCU.
  • The Power is given to NodeMCU by battery and the NodeMCU starts the WIFI.
  • The GPS module takes some time to capture location details once it is powered on.
  • The GPS module receives the data from satellite and gives output in standard string format.
  • The string contains different parameters separated by commas like longitude, latitude, altitude, time
  • It provides output serially on Tx pin with default 9600 Baud rate.
  • The NodeMCU gets the output and send to the blynk App

EXPANDED TECHNICAL DETAILS

GPS-to-Cloud Asset Tracking

This project creates a real-time vehicle tracker that displays the location, speed, and heading on a customized smartphone map.

  • NMEA Protocol Decoding: The Arduino interfaces with a NEO-6M GPS module. The firmware uses the TinyGPS++ library to decode the raw NMEA strings into easy-to-use Latitude, Longitude, and Altitude variables.
  • Blynk IoT Mapping: Uses an ESP8266 or GSM shield to transmit the GPS coordinates to the Blynk mobile app. The app's "Map Widget" instantly updates the vehicle's position, providing a professional tracking experience.

Efficiency

  • Motion-Triggered Reporting: Includes a sleep mode that only transmits data when the GPS altitude or location changes significantly, drastically reducing data usage and power consumption.

ข้อมูล Frontmatter ดั้งเดิม

title: "Vehicle Position Tracking System"
description: "The autonomous device will send the vehicle position to the android app with time and will show the location on google maps."
author: "dikshadwivedi1819"
category: ""
tags:
  - "tracking"
  - "cars"
  - "security"
  - "passenger vehicles"
  - "communication"
  - "internet of things"
views: 3693
likes: 2
price: 1499
difficulty: "Intermediate"
components:
  - "1x Buzzer, Piezo"
  - "1x SparkFun GPS Module - Copernicus II DIP (12 Channel)"
  - "1x Mastech MS8217 Autorange Digital Multimeter"
  - "1x Arduino UNO"
  - "1x Analog Accelerometer: ADXL335"
  - "1x Temperature Sensor"
  - "1x NodeMCU ESP8266 Breakout Board"
  - "1x Soldering iron (generic)"
tools: []
apps:
  - "1x Blynk"
  - "1x Arduino IDE"
downloadableFiles:
  - "https://projects.arduinocontent.cc/23ccf566-a45e-4cd8-bdf2-759ceba55213.ino"
documentationLinks: []
passwordHash: "3c3abc7ab8d0d060c9ccbedd0defbca8555831a6b90341dbfbbc864568fbf1cb"
encryptedPayload: "U2FsdGVkX1+uOsD4sg6qr5yZTmfPGEtZgQzXNO9l+37vB2S1i+8PLd1gZcgxJXXM6KND2aUb902iWYxp/5Z/j6JUOnMF23ff2r4twsTEPX8="
seoDescription: "Vehicle Position Tracking System using Arduino. Tracks Vehicle Position on Google Maps via an Android App."
videoLinks: []
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/vehicle-position-tracking-system-2bd4c1_cover.jpg"
lang: "en"