This is very limited. Be cautioned. And this project only compiles for the STM32F401 (Blackpill dev board).
Licensed under the Apache 2.0 license so use freely.
What it does:
- Fetch GPS position from GNSS receiver (uBlox M6)
- Send LoRa packets (with SX1276)
- SmartBeacon(R) !!
- Multithreading - LoRa thread that sends data and APRS thread (could do more than LoRa APRS)
What it does not do:
- Configuration (everything is in code and with magic numbers; womp womp)
- OLED Screen
- You tell me
git submodule update --init --recursive
west initmake # will build everything for STM32F401make flash