Bez popisu

Aaron Mavrinac 8f7270dced Merge pull request #37 from jot7/patch-1 před 11 měsíci
.github 426f23702d Bump checkout and upload-artifact action versions. před 11 měsíci
lib 53aa016ada Import minmea as a submodule and add FAP library definition. před 2 roky
.gitignore dc3aa4f829 Ignore .clang-format autogenerated by ufbt. před 2 roky
.gitmodules 53aa016ada Import minmea as a submodule and add FAP library definition. před 2 roky
LICENSE 2feee6c550 Initial commit před 3 roky
README.md 018de82f71 Update README.md před 1 rokem
application.fam d28dfe9e88 Merge pull request #10 from xMasterX/ul-updates před 2 roky
constants.h 5c70f6eccc Add include guard to constants.h. před 2 roky
gps.c 965dcbee9f Fix for API change, wrap message queue in container. před 1 rokem
gps_10px.png b3cd0e7065 Update application manifest and add icon. před 3 roky
gps_uart.c 6bc5c3d9c3 Apply all suggestions from code review. před 1 rokem
gps_uart.h 6bc5c3d9c3 Apply all suggestions from code review. před 1 rokem
ui.png 9c47f1d2a2 Make README graphics transparent for dark GitHub themes. před 2 roky
wiring.png 9c47f1d2a2 Make README graphics transparent for dark GitHub themes. před 2 roky

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.