A LoRa based APRS tracker for ESP32 boards.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Carsten Schmiemann 0276526d02 Test json 10 months ago
.vscode update decoder lib 1 year ago
data Test json 10 months ago
pics add pic again 3 years ago
scripts fix wrong cpp file in script 1 year ago
src Use only one version 10 months ago
.clang-format add clang-check 2 years ago
.gitignore Fix gitignore 10 months ago
LICENSE Initial commit 3 years ago
README.md Update readme because of fork 10 months ago
platformio.ini Update gitignore 10 months ago

README.md

Fork

Fork off https://github.com/lora-aprs/LoRa_APRS_Tracker for my own usage.

LoRa APRS Tracker

The LoRa APRS Tracker will work with very cheep hardware which you can buy from amazon, ebay or aliexpress. Try it out and be part of the APRS network.

TTGO T-Beam

Supported boards

  • TTGO T-Beam V1 (433MHz SX1278)

How to compile

The best success is to use PlatformIO (and it is the only platform where I can support you).

  • Go to PlatformIO download and install the IDE.
  • If installed open the IDE, go to the left side and klick on 'extensions' then search for 'PatformIO' and install.
  • When installed click 'the ant head' on the left and choose import the project on the right.
  • Just open the folder and you can compile the Firmware.

Configuration

  • You can find all nessesary settings to change for your configuration in data/tracker.json.
  • The button_tx setting enables manual triggering of the beacon using the middle button on the T-Beam.
  • To upload it to your board you have to do this via Upload File System image in PlatformIO!
  • To find the 'Upload File System image' click the PlatformIO symbol (the little alien) on the left side, choos your configuration, click on 'Platform' and search for 'Upload File System image'.

LoRa iGate

Look at my other project: a LoRa iGate