A LoRa based APRS tracker for ESP32 boards.
Go to file
Carsten Schmiemann 0276526d02 Test json 2022-08-02 23:05:47 +02:00
.vscode update decoder lib 2022-05-13 21:46:38 +02:00
data Test json 2022-08-02 23:05:47 +02:00
pics add pic again 2020-05-14 11:25:20 +02:00
scripts fix wrong cpp file in script 2022-05-13 12:18:26 +02:00
src Use only one version 2022-08-02 22:52:51 +02:00
.clang-format add clang-check 2021-10-14 22:30:19 +01:00
.gitignore Fix gitignore 2022-08-02 23:05:29 +02:00
LICENSE Initial commit 2020-03-24 18:44:28 +01:00
README.md Update readme because of fork 2022-08-02 22:32:22 +02:00
platformio.ini Update gitignore 2022-08-02 23:03:50 +02:00

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