This repository contains code for a GPS tracking system using TM4C123GH6PM TivaC Launchpad and SIM808. It leverages GNSS for location tracking and sends coordinates to an AWS server via HTTP GET requests.
1. Server Code
- Manages HTTP requests on the AWS server.
- Follow setup instructions in
/serverfor configuration.
2. Tiva C Code
- Communicates with SIM808 via UART1 to capture GNSS data and send requests to server over GPRS.
- See
/tiva_cfor hardware setup and configuration.