A LoRa based APRS tracker for ESP32 boards.
Go to file
2021-03-06 21:46:19 +01:00
.github add funding 2020-11-03 20:07:37 +01:00
.vscode vs ext. 2020-05-14 20:21:55 +02:00
data settings.h replaced 2021-03-05 15:01:07 +01:00
docs docs update 2020-08-02 00:32:29 +02:00
pics add pic again 2020-05-14 11:25:20 +02:00
src settings.h replaced 2021-03-05 15:01:07 +01:00
.gitignore vs ext. 2020-05-14 20:21:55 +02:00
LICENSE Initial commit 2020-03-24 18:44:28 +01:00
platformio.ini fix espressif32 version 2021-03-06 21:43:49 +01:00
README.md settings.h replaced 2021-03-05 15:01:07 +01:00

LoRa APRS Tracker

Forked from https://github.com/lora-aprs/LoRa_APRS_Tracker, Peter, OE5BPA

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

You can use one of the Lora32 boards:

  • TTGO T-Beam V0.7 (433MHz SX1278)
  • TTGO T-Beam V1 (433MHz SX1278)

This boards cost around 30 Euros, they are very cheap but perfect for an LoRa iGate. Keep in minde: you need a 433MHz version!

Intention

I forked this version because of my intention to build a specialized tracker for my mobile home. It should collect data from some sensors, weather condition etc. and send it to the APRS-System in two ways: If no wifi is present, it should just send the Packet to 433 MHz. If a known wifi is present, it should try to send the packet via wifi to the APRS-System direct.

Dependencies

Configuration

Change your configuration in /data/is-cfg,json

Future plans

At the source i forked the complete configuration may move to IotWebConf. It may possible i move too...

  • add sending packet direct via wifi to aprs-net (using work from Peter, OE5BPA)
  • some refactoring
  • REST-API or communication with webserver
  • web-page sensors information
  • etc.

History

01.03.2021 Forked 05.03.2021 Moved configuration to json-file in filesystem