{"id":27129299,"url":"https://github.com/mohamedkhaled687/gps_tracking_system","last_synced_at":"2026-03-02T13:03:40.648Z","repository":{"id":285740923,"uuid":"959178131","full_name":"Mohamedkhaled687/GPS_Tracking_System","owner":"Mohamedkhaled687","description":"GPS Tracking System using TM4C123G6HPM board","archived":false,"fork":false,"pushed_at":"2025-05-16T21:18:01.000Z","size":7760,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T11:57:51.609Z","etag":null,"topics":["arm","communication-protocol","embedded-c","embedded-systems","gps","layered-architecture"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mohamedkhaled687.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-02T11:48:11.000Z","updated_at":"2025-05-16T21:13:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9fcaada-15a5-44c4-9785-917bd199740c","html_url":"https://github.com/Mohamedkhaled687/GPS_Tracking_System","commit_stats":null,"previous_names":["mohamedkhaled687/gps_tracking_system"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Mohamedkhaled687/GPS_Tracking_System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamedkhaled687%2FGPS_Tracking_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamedkhaled687%2FGPS_Tracking_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamedkhaled687%2FGPS_Tracking_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamedkhaled687%2FGPS_Tracking_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohamedkhaled687","download_url":"https://codeload.github.com/Mohamedkhaled687/GPS_Tracking_System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamedkhaled687%2FGPS_Tracking_System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30003484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T12:19:43.414Z","status":"ssl_error","status_checked_at":"2026-03-02T12:19:02.215Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm","communication-protocol","embedded-c","embedded-systems","gps","layered-architecture"],"created_at":"2025-04-07T19:43:19.860Z","updated_at":"2026-03-02T13:03:40.610Z","avatar_url":"https://github.com/Mohamedkhaled687.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPS Tracking System\n\n## Overview\nA robust GPS tracking system designed for embedded applications, featuring real-time location tracking, building proximity detection, and user interface capabilities. This system is built with a layered architecture following embedded systems best practices.\n\n## Features\n- Real-time GPS location tracking\n- Building proximity detection and identification\n- LCD display interface for user interaction\n- Buzzer notifications for proximity alerts\n- UART communication for GPS module interface\n- GPIO control for peripheral management\n- System timer management\n\n## Project Architecture\nThe project follows a layered architecture pattern:\n\n### Application Layer (App)\n- Main application logic\n- Building location management\n- System initialization and control\n- User interface handling\n\n### Hardware Abstraction Layer (HAL)\n- **GPS Module**: GPS data acquisition and parsing\n- **LCD**: Display interface for user information\n- **Buzzer**: Audio feedback system\n- **PORTF**: Port configuration and management\n\n### Microcontroller Abstraction Layer (MCAL)\n- **UART**: Serial communication interface\n- **SPI**: Serial Peripheral Interface\n- **GPIO**: General Purpose Input/Output control\n- **SysticTimer**: System timing management\n\n## Hardware Requirements\n- Microcontroller (MCU)\n- GPS Module\n- LCD Display\n- Buzzer\n- Required power supply\n- Supporting components (resistors, capacitors, etc.)\n\n## Software Requirements\n- Embedded C compiler\n- IDE supporting embedded development\n- GPS parsing libraries\n- UART communication libraries\n\n## Project Structure\n```\nGPS_Tracking_System/\n├── App/\n│   ├── App.c\n│   └── App.h\n├── HAL/\n│   ├── BUZZER/\n│   ├── GPS/\n│   ├── LCD/\n│   └── PORTF/\n└── MCAL/\n    ├── SPI/\n    ├── SysticTimer/\n    ├── UART/\n    └── GPIO/\n```\n\n## Setup and Installation\n1. Clone the repository\n2. Configure your development environment\n3. Set up the required hardware connections\n4. Compile the project\n5. Flash the program to your microcontroller\n\n## Usage\n1. Power on the system\n2. Wait for GPS module initialization\n3. The system will automatically start tracking location\n4. LCD will display current location and nearby buildings\n5. Buzzer will alert when approaching predefined buildings\n\n## Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedkhaled687%2Fgps_tracking_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedkhaled687%2Fgps_tracking_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedkhaled687%2Fgps_tracking_system/lists"}