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.
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