APRS/LoRa Tracker and i-gate
The goal is to create an APRS/LoRa tracker using an STM32 and an i-gate running on a Raspberry Pi.
Try to follow https://aprs434.github.io/
Tracker
Contains STM32F103, u-blox NEO-M8N, RFM98W 433MHz LoRa Module and AFT09MS007NT1 PA:
i-gate
python/igate.py
contains an APRS-IS i-gate that uses a RFM98W on a Raspberry Pi.
It only forwards position reports.
Installation
Configuration: Modify the CALLSIGN and PASSCODE inside igate.py
cd python
python3 -m venv venv
venv/bin/pip install -r requirements.txt
./igate.py