{"id":20988599,"url":"https://github.com/doorbash/gps-tracker","last_synced_at":"2026-04-27T19:03:49.365Z","repository":{"id":80553567,"uuid":"465029435","full_name":"doorbash/gps-tracker","owner":"doorbash","description":"GPS tracker made with Arduino and sim868. Backend: https://github.com/doorbash/gps-tracker-backend","archived":false,"fork":false,"pushed_at":"2022-03-04T15:54:12.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T05:55:14.151Z","etag":null,"topics":["arduino","gps","gps-tracker","gsm","iot","sim868"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doorbash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-03-01T19:29:31.000Z","updated_at":"2022-08-02T07:38:07.000Z","dependencies_parsed_at":"2023-02-28T20:00:43.235Z","dependency_job_id":null,"html_url":"https://github.com/doorbash/gps-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doorbash/gps-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doorbash%2Fgps-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doorbash%2Fgps-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doorbash%2Fgps-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doorbash%2Fgps-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doorbash","download_url":"https://codeload.github.com/doorbash/gps-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doorbash%2Fgps-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32350245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"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":["arduino","gps","gps-tracker","gsm","iot","sim868"],"created_at":"2024-11-19T06:22:11.759Z","updated_at":"2026-04-27T19:03:49.361Z","avatar_url":"https://github.com/doorbash.png","language":"C++","readme":"### Config:\n\nEdit `\u003carduino ide directory\u003e/hardware/arduino/avr/cores/arduino/HardwareSerial.h`\n\nChange:\n```cpp\n#define SERIAL_TX_BUFFER_SIZE 64\n#define SERIAL_RX_BUFFER_SIZE 64\n```\n\nTo:\n```cpp\n#define SERIAL_TX_BUFFER_SIZE 256\n#define SERIAL_RX_BUFFER_SIZE 256\n```\n\nEdit `\u003carduino ide directory\u003e/hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.h`:\n\nChange:\n```cpp\n#define _SS_MAX_RX_BUFF 64\n```\n\nTo:\n```cpp\n#define _SS_MAX_RX_BUFF 256\n```\n\nCreate `config.h`:\n```cpp\n#define SOFTWARE_SERIAL\n#define DEBUG_MODE\n#define MAX_BUFFER_SIZE 200\n#define BAUD_RATE_SERIAL 9600\n#define SS_RX_PIN 7\n#define SS_TX_PIN 8\n#define BACKEND_URL \"http://your.domain.com/gps-tracker/\"\n// #define HTTPSSL\n#define DEVICE_ID \"00000000000000000000\"\n```\n\n### Todo:\n- [x] Add device id\n- [ ] Add better sleep mode (to make it more energy efficient)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoorbash%2Fgps-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoorbash%2Fgps-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoorbash%2Fgps-tracker/lists"}