lekkas / flipper-zero-l80-gps

Integrate an L80 GPS module with Flipper Zero

Repository from Github https://github.comlekkas/flipper-zero-l80-gpsRepository from Github https://github.comlekkas/flipper-zero-l80-gps

FlipperZero - L80 GPS module integration

Found a dusty GPS module in the drawer and decided to give it some life:

Instructions

  1. python3 -m venv .
  2. source ./venv/bin/activate
  3. pip3 install -r requirements.txt
  4. [macOS patch] patch -d venv/lib/python3.12/site-packages/microstacknode/hardware/gps < l80gps.patch
  5. python3 read_gps.py

Schematics (I didn't even try)

[NMEA] GPS Flipper App

You can also connect your L80 GPS module directly to the Flipper and use the NMEA GPS app:

References

About

Integrate an L80 GPS module with Flipper Zero


Languages

Language:Python 100.0%