STEP 1 / 6ARDUINO

Arduino based Vehicle Tracker using GPS and GSM

We are taking GPS one step further in this project by tracking the vehicle using GPS and GSM. With a few hardware and software changes, this system could also be used for Accident Detecti…

Circuit Atlas themed schematic for Arduino based Vehicle Tracker using GPS and GSM
PROJECT#367
TRACKArduino
PARTS05
STAGES06
STEP 1 / 6 · Overview

Know the mission before touching a wire.

Understand what you are making, prepare the right tools, and make the workbench safe.

01

Project details

Arduino based Vehicle Tracker using GPS and GSM is a arduino project. We are taking GPS one step further in this project by tracking the vehicle using GPS and GSM. With a few hardware and software changes, this system could also be used for Accident Detecti…

Source pages
766-771
Named parts
5
Build goal
Working, tested prototype
02

Tools you need

  • Digital multimeter
  • Wire stripper and side cutters
  • Soldering iron with a fine tip
  • Current-limited bench supply
  • Computer with a data-capable USB cable

Use eye protection, good lighting, and a clean insulated surface throughout the build.

03

Safety precautions

  • Disconnect every power source before changing a connection.
  • Check component polarity, pinout, and supply voltage twice.
  • Use a current limit for the first power-up.
  • Keep liquids, loose metal, and uninsulated wires away from the bench.
Ready to continue?
STEP 2 / 6 · Parts library

Gather, identify, and understand every part.

Use the standardized inventory, then open What's this? to learn each part's role, advantages, limitations, handling, and specifications.

NAMED PROJECT INVENTORY5 PART LINES
PARTTYPEQTYREADY
MArduinoMODULE1
What's this?Image, role, pros, cons, handling & specifications
Circuit Atlas themed schematic for Arduino based Vehicle Tracker using GPS and GSMMODULE LEARNING VIEW

Arduino

A programmable controller that reads inputs, makes decisions, and drives the project's outputs.

What it does here

It is the control centre and must use the documented board, pin map, supply, and logic level.

Buy / compare this part

Advantages

  • Reprogrammable and reusable
  • Large learning ecosystem
  • Complex behaviour remains changeable

Limitations

  • GPIO voltage and current are limited
  • Some pins affect boot or communication
  • Loads normally need a driver

Handling

  • Disconnect power before rewiring
  • Avoid static discharge
  • Never power motors, relays, or pumps directly from GPIO

Specifications to verify

  • Use the exact model, value, package, and rating listed for Arduino; similar-looking parts are not always interchangeable.
  • Confirm operating voltage, logic level, pinout, memory, USB interface, and maximum GPIO current.
PGSM ModulePART1
What's this?Image, role, pros, cons, handling & specifications
Circuit Atlas themed schematic for Arduino based Vehicle Tracker using GPS and GSMPART LEARNING VIEW

GSM Module

A named project component whose exact role is defined by the source circuit and build guide.

What it does here

It performs a documented electrical, control, interface, or construction function in this project.

Buy / compare this part

Advantages

  • Selected for this project
  • Can be checked independently
  • Supports modular troubleshooting

Limitations

  • Substitutes may differ
  • Generic names can hide variants
  • Pinouts and ratings vary

Handling

  • Compare the received part with the source
  • Keep it labelled
  • Do not force connectors or adjusters

Specifications to verify

  • Use the exact model, value, package, and rating listed for GSM Module; similar-looking parts are not always interchangeable.
  • Confirm dimensions, ratings, connection method, polarity, and environmental limits.
MGPS ModuleMODULE1
What's this?Image, role, pros, cons, handling & specifications
Circuit Atlas themed schematic for Arduino based Vehicle Tracker using GPS and GSMMODULE LEARNING VIEW

GPS Module

A sensor converts a physical condition into an electrical signal the circuit can measure.

What it does here

It provides project input as an analogue, digital, resistive, frequency, or calibrated signal.

Buy / compare this part

Advantages

  • Adds real-world awareness
  • Can usually be tested independently
  • Often supports calibration

Limitations

  • Readings can drift
  • Placement affects results
  • Some sensors need warm-up or calibration

Handling

  • Protect the sensing surface
  • Observe supply voltage and polarity
  • Keep signal leads away from noisy power wiring

Specifications to verify

  • Use the exact model, value, package, and rating listed for GPS Module; similar-looking parts are not always interchangeable.
  • Confirm supply range, output type, measurement range, accuracy, response time, and pin order.
Mx2 LCDMODULE1
What's this?Image, role, pros, cons, handling & specifications
Circuit Atlas themed schematic for Arduino based Vehicle Tracker using GPS and GSMMODULE LEARNING VIEW

x2 LCD

An output component turns an electrical control signal into light, sound, motion, switching, or displayed information.

What it does here

It presents the circuit result or acts on the physical world.

Buy / compare this part

Advantages

  • Makes system state visible
  • Can be tested separately
  • Supports clear troubleshooting

Limitations

  • Loads may exceed controller current
  • Polarity or driver direction can matter
  • Inductive loads create voltage spikes

Handling

  • Use the documented driver stage
  • Check polarity and load current
  • Add flyback protection for inductive loads

Specifications to verify

  • Use the exact model, value, package, and rating listed for x2 LCD; similar-looking parts are not always interchangeable.
  • Confirm voltage, current, polarity, interface, driver requirements, and duty cycle.
PPower SupplyPOWER1
What's this?Image, role, pros, cons, handling & specifications
Circuit Atlas themed schematic for Arduino based Vehicle Tracker using GPS and GSMPOWER LEARNING VIEW

Power Supply

A power component supplies, converts, stores, or regulates energy for the project.

What it does here

It must provide the documented voltage, polarity, isolation, and sufficient current safely.

Buy / compare this part

Advantages

  • Stable power improves reliability
  • Current limiting protects first tests
  • Regulation reduces resets and noise

Limitations

  • Wrong polarity can cause immediate damage
  • Underrated parts overheat
  • Mains circuits require qualified supervision

Handling

  • Measure output before connection
  • Use a fuse or current limit
  • Insulate exposed conductors

Specifications to verify

  • Use the exact model, value, package, and rating listed for Power Supply; similar-looking parts are not always interchangeable.
  • Confirm input/output voltage, current, polarity, connector, isolation, and thermal rating.
Ready to continue?
STEP 4 / 6 · Source code

Confirm the hardware-only control path.

This project does not include firmware in the source. The circuit itself provides the required behaviour.

01

How to connect

  1. Match every controller label to the circuit view and source pin map.
  2. Join grounds before signal wires when separate low-voltage supplies are used.
  3. Keep motors, relays, pumps, and other loads on a suitable driver and external supply.

Common mistakes

Reversed VCC/GND, board-label versus GPIO-number confusion, missing common ground, and charge-only USB cables.

Troubleshoot

Disconnect loads, continuity-test one path at a time, then test with a current limit.

02

Software preparation

No IDE, board package, library, or firmware upload is required for this project.

If you add a programmable controller as an extension, document its pin map separately.

03

How to upload code

The original design is implemented entirely in hardware, so proceed after verifying the circuit and supply.

Ready to continue?
STEP 5 / 6 · Build

Assemble, deploy, test, and troubleshoot.

Use the complete source notes in build order, then pass the final checks before calling the project finished.

ASSEMBLY

Build in functional stages

  • Power and regulation
  • Controller or processing stage
  • Inputs and sensors
  • Outputs and loads
  • Enclosure and strain relief
TEST

Power up safely

  • Inspect unpowered continuity first
  • Apply the lowest safe current limit
  • Measure supply rails before signals
  • Add one load at a time
  • Record expected and actual results
TROUBLESHOOT

Work from simple to complex

  • Confirm power, ground, polarity, and orientation
  • Compare each pin with the source
  • Test inputs separately from outputs
  • Replace only one variable at a time
  • Power off before every correction
PROJECT-SPECIFIC BUILD NOTES

Follow the documented instructions.

These notes come from this project's source and remain in their original order.

01

Project overview

Project build note

We are taking GPS one step further in this project by tracking the vehicle using GPS and GSM. With a few hardware and software changes, this system could also be used for Accident Detection Alerts, Soldier Tracking, and many more. Vehicle tracking consists of tracking the location of the vehicle using GPS coordinates (latitude and longitude). GPS coordinates represent the location of a point. A system like this is a great choice for outdoor applications.

In order to track Cabs/Taxis, stolen cars, school/college buses, etc., this type of Vehicle Tracking System Project is widely used.

02

Components Required

Project build note

Arduino GSM Module GPS Module 16x2 LCD Power Supply Connecting Wires

03

GPS Module and Its Working

Project build note

With the Global Positioning System, you can find the position of any place on the planet in exact UTC time (Universal Coordinated Time). GPS stands for Global Positioning System. Vehicle tracking systems are primarily built with a GPS module as the key component. Using this device, satellite coordinates are received every second from the earth, as well as time and

date. Tracking position data is sent in real time via GPS module, and all the information is formatted in NMEA (see the screenshot below). We only need one sentence in the NMEA format, which consists of several sentences. Starting from $GPGGA, this sentence contains coordinates, times, and other relevant information. The GPS fix data is known as the GPGGA, or Global Positioning System Fix Data. Read more about GPS data and its string here. Counting the commas in $GPGGA allows us to extract the coordinates for this string. Consider how Latitude and Longitude can be found from a string stored in a $GPGGA array; after two commas Latitude can be found and after four commas Longitude can be found. Latitudes and longitudes from the array can now be inserted into other arrays.

04

Below is the $GPGGA String, along with its description

Project build note

$GPGGA,104534.000,7791.0381,N,06727.4434,E,1,08,0.9,510.4,M,43.9,M, ,*47 $GPGGA,HHMMSS.SSS,latitude,N,longitude,E,FQ,NOS,HDP,altitude,M,h eight, A, checksum data Identifier Description $GPGGA Global Positioning system fix data HHMMSS.SSSTime in hour minute seconds and milliseconds format. Latitude Latitude (Coordinate) N Direction N=North, S=South Longitude Longitude (Coordinate)

E Direction E= East, W=West FQ Fix Quality Data NOS No. of Satellites being Used HPD Horizontal Dilution of Precision Altitude Altitude from sea level M Meter Height Height Checksum Checksum Data

05

Circuit Explanation

Project build note

A Vehicle Tracking System uses a simple circuit where TX pin number 10 of the Arduino is connected directly to Tx pin number 9 of the GPS module. By using the Software Serial Library here, pins 10 and 11 have been enabled for serial communication and have been set to Rx and Tx respectively, leaving the RX pin of the GPS Module open. By default, serial communication is limited to Pin 0 and 1 of the Arduino board. However, the SoftwareSerial library enables serial communication on almost any pin of the board. In order to power the GPS Module, a 12-volt power supply is used.

Rx and Tx pins of the GSM module are wired directly to pins Rx and Tx of the Arduino. A 12v power supply is also required for GSM modules. Pin numbers 5, 4, 3, and 2 of the Arduino are connected to the LCD's data pins D4, D5, D6 and D7. The RW pin of the LCD is connected directly to ground. Command pins EN and RS are connected to pins 2 and 3 of Arduino. The LCD can also be controlled by the potentiometer by setting the contrast or brightness.

06

Working Explanation

Project build note

This project uses an Arduino board along with a GPS module and GSM module to control the whole process. GSM module is used for sending GPS coordinates via SMS to the user. GPS receiver detects the location of the vehicle. Furthermore, a 16x2 LCD allows status messages and coordinates to be displayed. This module was integrated with the GPS module SKG13BL and the GSM module SIM900A.

Creating our hardware is the final step in programming our vehicle. The hardware is now ready to be mounted on our vehicle and powered up. Our vehicle will receive a message stating "Track Vehicle" as soon as we send it to the tracking device. In projects like these, we have incorporated prefixes (#) and suffixes (*) to indicate the beginning and the end of the string. Similarly, we did the following in these projects: Wireless Notice Board and Home Automation with GSM The sending GSM module receives the message data, which it sends to Arduino, which reads it and extracts the main message. It will be compared with a predefined message in Arduino. Once any match occurs, the Arduino reads the coordinates by reading GPS module data and extracting $GPGGA String, which it sends via the GSM module to the user. The location of the vehicle is specified in this message.

Ready to continue?
PROJECT ACHIEVED

You built Arduino based Vehicle Tracker using GPS and GSM.

You followed the full workflow from understanding the mission to testing the finished project. That is a real engineering achievement - well done.

Snake Game on 8x8 Matrix using Arduino project thumbnail featuring Arduino UNO, x8 LED Dot Matrix Display, Shift Register 74HC595
NEXT ARDUINO ADVENTURE

Snake Game on 8x8 Matrix using Arduino

Ready to reuse what you learned in another project from the same track?

Start this project
Browse all 500 projects