All projects
Embedded

GPS Tracking System

Embedded CARMTiva C MicrocontrollerPythonBluetooth

A GPS tracking system built on the Tiva C microcontroller with Bluetooth connectivity. A Python script visualizes the tracked path on a map in real time.

GPS Tracking System — path visualization on the map.
GPS tracking system map visualization

GPS Tracking System — path visualization on the map.

How it works

  • Embedded C firmware on the ARM Tiva C reads GPS coordinates
  • A Bluetooth module streams position data to a host machine
  • A Python script plots the actual path taken on a map