{"id":13499370,"url":"https://github.com/ezod/flipperzero-gps","last_synced_at":"2025-03-29T04:31:10.889Z","repository":{"id":84476952,"uuid":"544485376","full_name":"ezod/flipperzero-gps","owner":"ezod","description":"Flipper Zero application for NMEA 0183 serial GPS modules.","archived":false,"fork":false,"pushed_at":"2024-05-10T00:05:23.000Z","size":703,"stargazers_count":262,"open_issues_count":7,"forks_count":22,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-05-10T01:25:34.811Z","etag":null,"topics":["flipperzero","gps","nmea0183"],"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/ezod.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}},"created_at":"2022-10-02T15:49:04.000Z","updated_at":"2024-05-10T01:25:35.845Z","dependencies_parsed_at":"2024-02-26T18:48:32.941Z","dependency_job_id":"c29d93d1-9be0-4d7a-8400-9a5059a364ec","html_url":"https://github.com/ezod/flipperzero-gps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezod%2Fflipperzero-gps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezod%2Fflipperzero-gps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezod%2Fflipperzero-gps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezod%2Fflipperzero-gps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezod","download_url":"https://codeload.github.com/ezod/flipperzero-gps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140565,"owners_count":20729797,"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":["flipperzero","gps","nmea0183"],"created_at":"2024-07-31T22:00:32.535Z","updated_at":"2025-03-29T04:31:10.883Z","avatar_url":"https://github.com/ezod.png","language":"C","funding_links":[],"categories":["Applications \u0026 Plugins","C","GPIO"],"sub_categories":["*GPIO*"],"readme":"# GPS for Flipper Zero\n\n[![FAP Build](https://github.com/ezod/flipperzero-gps/actions/workflows/build.yml/badge.svg)](https://github.com/ezod/flipperzero-gps/actions/workflows/build.yml)\n\nA simple Flipper Zero application for NMEA 0183 serial GPS modules.\n\n![ui](ui.png)\n\nHeavy lifting (NMEA parsing) provided by [minmea].\n\n## Installation\n\n1. Navigate to the [FAP Build](https://github.com/ezod/flipperzero-gps/actions/workflows/build.yml)\n   GitHub action workflow, and select the most recent run.\n2. The FAP is built for both the `dev` and `release` channels of the official\n   firmware. Download the artifact corresponding to your firmware version.\n3. Extract `gps_nmea.fap` from the ZIP file to `apps/GPIO` on your Flipper\n   Zero SD card.\n\n## Usage\n\nThis is a single-screen app, and a few interactions are provided via the\nhardware buttons:\n\n- Long press the up button to change the **baud rate**. The default baud rate\n  is 9600, but 4800, 19200, 38400, 57600, and 115200 baud are also supported.\n- Long press the right button to change **speed units** from knots to\n  kilometers per hour.\n- Press the OK button to set the **backlight** to always on mode. Press it\n  again to disable.\n- Long press the back button to **exit** the app.\n\n## Hardware Setup\n\nConnect the GPS module to power and the USART using GPIO pins 9 (3.3V), 11\n(GND), 13 (TX), and 14 (RX), as appropriate.\n\n![wiring](wiring.png)\n\nSee the [tutorial video](https://www.youtube.com/watch?v=5vSGFzEBp-k) from\nLab401 by [RocketGod](https://github.com/RocketGod-git) for a visual guide to\nthe hardware setup.\n\n### Confirmed Compatible Modules\n\n* [Adafruit Ultimate GPS Breakout]\n* ATGM336H\n* Beitian BE-122\n* Beitian BN-180\n* Beitian BN-220\n* Beitian BN-280\n* Beitian BN-880\n* Beitian BK-250\n* Beitian BK-357\n* Beitian BK-880Q\n* Beitian BE-280\n* Beitian BN-280ZF\n* Beitian BN-357ZF\n* Fastrax UP500\n* [mRo GPS u-Blox Neo-M8N]\n* REYAX RYS352A\n* Royaltek RBT-2100LP\n* [u-Blox NEO-6M]\n* [u-Blox NEO-7M]\n* [Uputronics u-blox MAX-M8C Pico]\n* Quectel L76K\n* [Quectel L80]\n* [M10Q-5883]\n\nIf you have verified this application working with a module not listed here,\nplease submit a PR adding it to the list.\n\n## Building\n\nThis application can be compiled using [uFBT]. Run `ufbt` in the root directory\nof the repository.\n\n[Adafruit Ultimate GPS Breakout]: https://www.adafruit.com/product/746\n[minmea]: https://github.com/kosma/minmea\n[mRo GPS u-Blox Neo-M8N]: https://store.mrobotics.io/product-p/m10034-solo.htm\n[qFlipper]: https://flipperzero.one/update\n[u-Blox NEO-6M]: https://www.u-blox.com/en/product/neo-6-series\n[u-Blox NEO-7M]: https://www.u-blox.com/en/product/neo-7-series\n[uFBT]: https://github.com/flipperdevices/flipperzero-ufbt\n[Uputronics u-blox MAX-M8C Pico]: https://store.uputronics.com/index.php?route=product/product\u0026product_id=72\n[Quectel L80]: https://www.quectel.com/ProductDownload/L80.html\n[M10Q-5883]: https://www.mateksys.com/?portfolio=m10q-5883\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezod%2Fflipperzero-gps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezod%2Fflipperzero-gps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezod%2Fflipperzero-gps/lists"}