|
|
%!s(int64=2) %!d(string=hai) anos | |
|---|---|---|
| lib | %!s(int64=2) %!d(string=hai) anos | |
| .gitignore | %!s(int64=2) %!d(string=hai) anos | |
| .gitmodules | %!s(int64=2) %!d(string=hai) anos | |
| LICENSE | %!s(int64=3) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
| application.fam | %!s(int64=2) %!d(string=hai) anos | |
| gps.c | %!s(int64=2) %!d(string=hai) anos | |
| gps_10px.png | %!s(int64=3) %!d(string=hai) anos | |
| gps_uart.c | %!s(int64=2) %!d(string=hai) anos | |
| gps_uart.h | %!s(int64=2) %!d(string=hai) anos | |
| ui.png | %!s(int64=3) %!d(string=hai) anos | |
| wiring.png | %!s(int64=3) %!d(string=hai) anos |
A simple Flipper Zero application for NMEA 0183 serial GPS modules, such as the Adafruit Ultimate GPS Breakout.
Heavy lifting (NMEA parsing) provided by minmea.
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.