Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 445 Bytes

GPS Tracker

Interfaced GPS module with Tiva-C ARM microcontroller via UART that computes user's path and store it in EEPROM. The device gets connected to the PC and data is collected from the virtual port using Python Serial Lib. The user’s path is displayed and compared against other apps.

Utilized:

  • Ublox NEO GPS module
  • Tiva-C ARM Cortex-M microcontroller
  • C/C++
  • Python
  • GPIO
  • UART
  • EEPROM
  • JTAG/SWD Debugging Interface