All Projects → lora-aprs → LoRa_APRS_iGate

lora-aprs / LoRa_APRS_iGate

Licence: MIT License
This is a LoRa APRS iGate/Digi based on an ESP32

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to LoRa APRS iGate

vscode-iot-utility
IoT Utility for Visual Studio Code: Arduino, Espressif, Raspberry Pi, mbed and more
Stars: ✭ 61 (-54.48%)
Mutual labels:  platformio
UNIT3D-INSTALLER
Provisioner and Installer for the UNIT3D Torrent Tracker Platform.
Stars: ✭ 43 (-67.91%)
Mutual labels:  tracker
zeldaPlay
A Single Page Application to help zeldaPlay players to track their characters and progress
Stars: ✭ 95 (-29.1%)
Mutual labels:  tracker
toolchain68k
build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
Stars: ✭ 18 (-86.57%)
Mutual labels:  platformio
platformio-libopencm3-freertos
Sample blinky project for PlatformIO using libopencm3 and FreeRTOS
Stars: ✭ 14 (-89.55%)
Mutual labels:  platformio
platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (-77.61%)
Mutual labels:  platformio
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (-27.61%)
Mutual labels:  platformio
zeronet-tracker
Simple, robust, ZeroNet tracker (client & server) implementation
Stars: ✭ 23 (-82.84%)
Mutual labels:  tracker
privtracker
Private BitTorrent tracker generator
Stars: ✭ 84 (-37.31%)
Mutual labels:  tracker
DroidShows
A Reboot of DroidSeries Offline TV Shows Tracker
Stars: ✭ 69 (-48.51%)
Mutual labels:  tracker
redtimer
RedTimer - Redmine Time Tracker
Stars: ✭ 59 (-55.97%)
Mutual labels:  tracker
libxm
A small XM (FastTracker II Extended Module) player library.
Stars: ✭ 94 (-29.85%)
Mutual labels:  tracker
behaviortracker
Time Tracker ⏲️ - Android application to track the time you spend on some activities during your day.
Stars: ✭ 19 (-85.82%)
Mutual labels:  tracker
M5Stack-MultiApp-Advanced
A M5Stack firmware made on PlatformIO
Stars: ✭ 155 (+15.67%)
Mutual labels:  platformio
platform-aceinna imu
Aceinna Navigation Studio: open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware
Stars: ✭ 28 (-79.1%)
Mutual labels:  platformio
nanopb-arduino
Arduino stream wrappers for nanopb
Stars: ✭ 32 (-76.12%)
Mutual labels:  platformio
wizio-pico
Raspberry Pi Pico development platform for PlatformIO
Stars: ✭ 119 (-11.19%)
Mutual labels:  platformio
teltonika-fm-parser
Teltonika fm xxxx protocol encoder and decoder
Stars: ✭ 45 (-66.42%)
Mutual labels:  tracker
platform-sam-lora
Microchip Atmel SAM34/35 platform for PlatformIO
Stars: ✭ 28 (-79.1%)
Mutual labels:  platformio
coro2sens
Build a simple device that warns if CO₂ concentration in a room becomes a risk for COVID-19 aerosol infections.
Stars: ✭ 32 (-76.12%)
Mutual labels:  platformio

LoRa APRS iGate

Build check and build Codacy Badge

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 changings:

  • Heltec WiFi LoRa 32 V1 (433MHz SX1278)
  • Heltec WiFi LoRa 32 V2 (433MHz SX1278)
  • TTGO LoRa32 V1 (433MHz SX1278)
  • TTGO LoRa32 V2 (433MHz SX1278)
  • TTGO LoRa32 V2.1 (433MHz SX1278)
  • TTGO T-Beam V0.7 (433MHz SX1278)
  • TTGO T-Beam V1 (433MHz SX1278)
  • Tracker D from OE1ACM and OE1CGC
  • and sure many more...

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 minde: 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).

  • 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/is-cfg.json.
  • 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'.

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:

  • major: the current year (2 digits)
  • minor: the current week of the year
  • patch: if there is a important fix for an release, just increment the number, otherwise 0

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

  • major: 20
  • minor: 46
  • patch: 0

so the version will be: 20.46.0

Future plans

  • show time until next beaconing
  • show login issues from IS server
  • add better OLED library to support multiple different OLEDs
  • add support to turn OLED on, off and dimming
  • add support for temperature chips (BMExxx)
  • add FTP server support to upload configuration
  • add web server for configuration and other things
  • add statistics for received packages
  • show received packages on a map
  • etc.

LoRa Tracker

Look at my other project: a LoRa Tracker

Hints

Here are some peculiarities of the different boards

  • TTGO T-Beam V1

When adding a 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 !

feel free to add hints!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].