Found a dusty GPS module in the drawer and decided to give it some life:
python3 -m venv .
source ./venv/bin/activate
pip3 install -r requirements.txt
- [macOS patch]
patch -d venv/lib/python3.12/site-packages/microstacknode/hardware/gps < l80gps.patch
python3 read_gps.py
You can also connect your L80 GPS module directly to the Flipper and use the NMEA GPS app: