A Plug and Play High Altitude Balloon tracker for ESP32. Supports LoRa, LoRa-APRS, RTTY, Horus V1 4FSK, Horus V2 4FSK.
TBTracker-ESP32 is an Arduino sketch for a tracker for high altitude weather or scientific balloons. It supports sending telemetry data in mulitple formats:
You can select multiple modes or just a single mode.
It is designed to send telemetry data in the correct format for https://amateur.sondehub.org.
The code is written in the Arduino IDE for ESP32 with a GPS module and a LoRa module like the sx1278 or sx1276 or Hope RFM9x.
You will need to install two extra Arduino library from the librairy manager:
The minimal hardware configuration you need is:
The radio related basecode for this sketch was taken from the horusbinary_radiolib project. See: https://github.com/projecthorus/horusbinary_radiolib
Connect your LoRa and GPS modules to your ESP board and change the values in the settings.h file.See the comments in the settings.h file. Compile in the Arduino IDE and upload to your board.
V0.1.0:
V0.1.1: