|
|
3 лет назад | |
|---|---|---|
| .gitignore | 3 лет назад | |
| LICENSE | 3 лет назад | |
| README.md | 3 лет назад | |
| application.fam | 3 лет назад | |
| gps_app.c | 3 лет назад | |
| gps_uart.c | 3 лет назад | |
| gps_uart.h | 3 лет назад | |
| minmea.c | 3 лет назад | |
| minmea.h | 3 лет назад |
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, which is included in this repository.
Connect the GPS module to power and the USART using GPIO pins 9 (3.3V), 11 (GND), 13 (TX), and 14 (RX), as appropriate.
applications_user named gps, pointing to this repository../fbt firmware_gps. This will create the gps.fap binary.