{"id":13673770,"url":"https://github.com/lora-aprs/LoRa_APRS_Tracker","last_synced_at":"2025-04-28T11:30:43.711Z","repository":{"id":37556729,"uuid":"249777071","full_name":"lora-aprs/LoRa_APRS_Tracker","owner":"lora-aprs","description":"A LoRa based APRS tracker for ESP32 boards.","archived":false,"fork":false,"pushed_at":"2024-06-28T00:25:04.000Z","size":1834,"stargazers_count":338,"open_issues_count":32,"forks_count":109,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-04-04T20:13:23.948Z","etag":null,"topics":["aprs","aprs-beacon","aprs-igate","aprs-is","aprs-tracker","arduino","boards","esp32","firmware","lora","platformio","tracker","ttgo-tbeam"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lora-aprs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["peterus"],"custom":["paypal.me/peterus07"]}},"created_at":"2020-03-24T17:44:28.000Z","updated_at":"2025-04-01T02:16:07.000Z","dependencies_parsed_at":"2023-11-25T19:26:03.295Z","dependency_job_id":"1ea55a40-7dce-4203-9d61-3ce71b2fdce1","html_url":"https://github.com/lora-aprs/LoRa_APRS_Tracker","commit_stats":{"total_commits":149,"total_committers":33,"mean_commits":4.515151515151516,"dds":0.5838926174496644,"last_synced_commit":"9617b11a29ebcaa96272ddd4c5bd4a1748c4234c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lora-aprs%2FLoRa_APRS_Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lora-aprs%2FLoRa_APRS_Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lora-aprs%2FLoRa_APRS_Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lora-aprs%2FLoRa_APRS_Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lora-aprs","download_url":"https://codeload.github.com/lora-aprs/LoRa_APRS_Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251304678,"owners_count":21567920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aprs","aprs-beacon","aprs-igate","aprs-is","aprs-tracker","arduino","boards","esp32","firmware","lora","platformio","tracker","ttgo-tbeam"],"created_at":"2024-08-02T11:00:22.001Z","updated_at":"2025-04-28T11:30:42.164Z","avatar_url":"https://github.com/lora-aprs.png","language":"C++","funding_links":["https://github.com/sponsors/peterus","paypal.me/peterus07"],"categories":["C++","Projects","🚀 Projects"],"sub_categories":[],"readme":"# LoRa APRS Tracker\n\nThe LoRa APRS Tracker will work with very cheep hardware which you can buy from amazon, ebay or aliexpress.\nTry it out and be part of the APRS network.\n\n![TTGO T-Beam](pics/Tracker.png)\n\n## Supported boards\n\nYou can use one of the Lora32 boards:\n\n* TTGO T-Beam V0.7 (433MHz SX1278)\n* TTGO T-Beam V1.0 and V1.1 (433MHz SX1278)\n* TTGO T-Beam V1.2 AXP2101 (433MHz SX1278)\n\nThis boards cost around 30 Euros, they are very cheap but perfect for an LoRa iGate.\nKeep in minde: you need a 433MHz version!\n\n## Compiling and configuration\n\n**There is a german [quick start](https://www.lora-aprs.info/docs/LoRa_APRS_iGate/quick-start-guide/) page! Take a look ;)**\n\n**There is a french [quick start](http://www.f5kmy.fr/spip.php?article509) page! Take a look ;)**\n\n### How to compile\n\nThe best success is to use PlatformIO (and it is the only platform where I can support you). \n\n* Go to [PlatformIO](https://platformio.org/) download and install the IDE. \n* If installed open the IDE, go to the left side and klick on 'extensions' then search for 'PatformIO' and install.\n* When installed click 'the ant head' on the left and choose import the project on the right.\n* Just open the folder and you can compile the Firmware.\n\n\n### Configuration\n\n* You can find all nessesary settings to change for your configuration in **data/tracker.json**.\n* The `button_tx` setting enables manual triggering of the beacon using the middle button on the T-Beam.\n* To upload it to your board you have to do this via **Upload File System image** in PlatformIO!\n* To find the 'Upload File System image' click the PlatformIO symbol (the little alien) on the left side, choos your configuration, click on 'Platform' and search for 'Upload File System image'.\n\n\n#### Step on console\n\nYou may not need to use PlatformIO because compilation and configuration can be done via console.\n\n```\n# switch to virtual env, for example using pipenv\npipenv shell\n\n# install platformio\npipenv install platformio\n\n# upload to board\npio run -t upload\n```\n\n\n## LoRa iGate\n\nLook at my other project: a [LoRa iGate](https://github.com/peterus/LoRa_APRS_iGate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flora-aprs%2FLoRa_APRS_Tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flora-aprs%2FLoRa_APRS_Tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flora-aprs%2FLoRa_APRS_Tracker/lists"}