Willy-JL c428ed1323 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins 2 سال پیش
..
.github 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش
img c428ed1323 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins 2 سال پیش
lib f5a64c96a8 Add trailing subdir to subtree remote files 2 سال پیش
.gitignore 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش
.gitsubtree 011da5b3f4 Also pull from @xMasterX's repo for updates 2 سال پیش
LICENSE 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش
README.md 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش
application.fam c428ed1323 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins 2 سال پیش
constants.h 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش
gps.c c428ed1323 Merge gps_nmea from https://github.com/xMasterX/all-the-plugins 2 سال پیش
gps_10px.png 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش
gps_uart.c ad3adeb05d GPS: Port GPIO Pins, Viewport, button fixes 2 سال پیش
gps_uart.h ad3adeb05d GPS: Port GPIO Pins, Viewport, button fixes 2 سال پیش
ui.png 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش
wiring.png 735d9a6ef9 Add gps_nmea from https://github.com/ezod/flipperzero-gps 2 سال پیش

README.md

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:

  • Long press the up button to change the baud rate. The default baud rate is 9600, but 4800, 19200, 38400, 57600, and 115200 baud are also supported.
  • Long press the right button to change speed units from knots to kilometers per hour.
  • Press the OK button to set the backlight to always on mode. Press it again to disable.
  • Long press the back button to exit the app.

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.