Skip to content

DO2JMG/LoRa-APRS-Digipeater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoRa APRS Digipeater

Supported boards

  • Heltec WiFi LoRa 32 V1 (433MHz SX1278)
  • Heltec WiFi LoRa 32 V2 (433MHz SX1278)
  • TTGO T-Beam V0.7 (433MHz SX1278)
  • TTGO T-Beam V1 (433MHz SX1278)
  • TTGO Lora32 v2.1
  • TTGO Lora32 v2

Path that will digipeated

  • WIDE1-1 or more
  • DST Call with -1

Path that will not digipeated

  • Own Call
  • NOGATE
  • RFONLY
  • DST-Path and WIDE in one Path

Require LoRa module pinout definitions and Display pinout in config.h:

LoRa Module

#define LoRa_SCK 5
#define LoRa_MISO 19
#define LoRa_MOSI 27
#define LoRa_SS 18
#define LoRa_RST 14
#define LoRa_DIO0 26

Display

#define LoRa_Oled_SDA 21
#define LoRa_Oled_SCL 22
#define LoRa_Oled_RST 16