lora-aprs / LoRa_APRS_iGate

This is a LoRa APRS iGate/Digi based on an ESP32
https://www.lora-aprs.info
MIT License
347 stars 112 forks source link
aprs aprs-beacon aprs-igate aprs-is aprs-tracker arduino boards esp32 firmware lora lora-aprs-igate platformio tracker ttgo-tbeam

LoRa APRS iGate

Integration Tests

The LoRa APRS iGate 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 LoRa32

Blog posts and Youtube videos from other Hams

Feel free to add yours or create a ticket if you want to be added.

Supported boards

You can use one of the Lora32 boards without changes:

Here are some amazon-de links for some example boards:

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

Compiling and configuration

There is a german quick start page! Take a look ;)

There is a french quick start page! Take a look ;)

How to compile

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

Configuration

Branches in this repository and version system

This firmware is developed in a rolling release system: everyday a new release could be created. But there are still rules where new pull requests has to go and and how the version system looks like.

Version system

If the develop branch is stable enough for a new release it will be merged with a pull request to the master branch and a new version will be generated.

The versions are based on this settings:

example: a new release will be created on the 11/14/2020, this version numbers will be used:

so the version will be: 20.46.0

Future plans

LoRa Tracker

Look at my other project: a LoRa Tracker

Hints

Here are some peculiarities of the different boards

When adding an SSD1306 0,96" OLED display direct to the board you have to be careful, there are two different pinout versions on the market. For direct mount you need a display with this Pinout -> VCC - GND - SCL - SDA. A direct mount of the other display is not possible without damage the display! The 'wrong' display works too but you have to change VCC and GND by wire !

The LoRa APRS WiKi Displays page has more details.

Feel free to add hints!