Skip to content

Commit c4909c6

Browse files
authored
Create README.
1 parent fe98f61 commit c4909c6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# GPS for Flipper Zero
2+
3+
A simple Flipper Zero application for NMEA 0183 serial GPS modules, such as the [Adafruit Ultimate GPS Breakout].
4+
5+
## Hardware Setup
6+
7+
Connect the GPS module to power and the USART using GPIO pins 9 (3.3V), 11 (GND), 13 (TX), and 14 (RX), as appropriate.
8+
9+
## Building the FAP
10+
11+
1. Clone the [flipperzero-firmware] repository.
12+
2. Create a symbolic link in `applications_user` named `gps`, pointing to the `src` subdirectory of this repository.
13+
3. Compile with `./fbt firmware_gps`. This will create the `gps.fap` binary.
14+
15+
[Adafruit Ultimate GPS Breakout]: https://www.adafruit.com/product/746
16+
[flipperzero-firmware]: https://github.com/flipperdevices/flipperzero-firmware

0 commit comments

Comments
 (0)