Skip to content

eyramm/gps-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Vehicle Tracking Using Arduino

In this project, we can track vehicles and also turn the engine on or off, all in realtime using an Arduino. You can see the current location of the vehicle, the last seen location and the logs. This project is based on this Cooking Hacks project.

Features

The features of the various parts of this proect are highlighted below:

  1. Android App

    1. Based on webview which displays the webapp
  2. Arduino Code

    1. Tracks vehicle location in realtime
    2. Posts the GPS location, time, date, course, altitude, speed, number of satellites used, etc, to a webserver
  3. Web Server

    1. Stores location information received from Arduino into a text file
    2. Shows the current of the vehicle. It refreshes every 30 seconds.
    3. Displays last seen location of the vehicle and ofther details like the location, time, and altitude.

Requirements

Arduino:

  1. Arduino Uno
  2. Elecro SIM808 (In software serial mode).
  3. 240V/40A relay switch

Web Server:

  1. Google Maps Javascript API
  2. Host provider

Software:

  1. Arduino IDE
  2. Android Studio

Set up

Note: Refer to the diagram for more information.

  1. Fix the SIM808 shield into the Arduino Uno.
  2. Connect the relay switch to bridge to ignition switch or fuse.
  3. Upload the code to the Arduino Uno using the IDE
  4. Upload the website code to your server and don't forget to add your Google Map Api code.
  5. Power up the Arduino and start tracking. This requires 12V/2A for stable operation.

About

Arduino based GPS tracker with engine control

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published