ezod / flipperzero-gps

Flipper Zero application for NMEA 0183 serial GPS modules.
GNU General Public License v3.0
281 stars 26 forks source link
flipperzero gps nmea0183

GPS for Flipper Zero

FAP Build

A simple Flipper Zero application for NMEA 0183 serial GPS modules.

ui

Heavy lifting (NMEA parsing) provided by minmea.

Installation

  1. Navigate to the FAP Build GitHub action workflow, and select the most recent run.
  2. The FAP is built for both the dev and release channels of the official firmware. Download the artifact corresponding to your firmware version.
  3. Extract gps_nmea.fap from the ZIP file to apps/GPIO on your Flipper Zero SD card.

Usage

This is a single-screen app, and a few interactions are provided via the hardware buttons:

Hardware Setup

Connect the GPS module to power and the USART using GPIO pins 9 (3.3V), 11 (GND), 13 (TX), and 14 (RX), as appropriate.

wiring

See the tutorial video from Lab401 by RocketGod for a visual guide to the hardware setup.

Confirmed Compatible Modules

If you have verified this application working with a module not listed here, please submit a PR adding it to the list.

Building

This application can be compiled using uFBT. Run ufbt in the root directory of the repository.