|
|
11 месяцев назад | |
|---|---|---|
| .github | 11 месяцев назад | |
| lib | 2 лет назад | |
| .gitignore | 2 лет назад | |
| .gitmodules | 2 лет назад | |
| LICENSE | 3 лет назад | |
| README.md | 11 месяцев назад | |
| application.fam | 2 лет назад | |
| constants.h | 2 лет назад | |
| gps.c | 1 год назад | |
| gps_10px.png | 3 лет назад | |
| gps_uart.c | 1 год назад | |
| gps_uart.h | 1 год назад | |
| ui.png | 2 лет назад | |
| wiring.png | 2 лет назад |
A simple Flipper Zero application for NMEA 0183 serial GPS modules.
Heavy lifting (NMEA parsing) provided by minmea.
dev and release channels of the official
firmware. Download the artifact corresponding to your firmware version.gps_nmea.fap from the ZIP file to apps/GPIO on your Flipper
Zero SD card.This is a single-screen app, and a few interactions are provided via the hardware buttons:
Connect the GPS module to power and the USART using GPIO pins 9 (3.3V), 11 (GND), 13 (TX), and 14 (RX), as appropriate.
See the tutorial video from Lab401 by RocketGod for a visual guide to the hardware setup.
If you have verified this application working with a module not listed here, please submit a PR adding it to the list.
This application can be compiled using uFBT. Run ufbt in the root directory
of the repository.