Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 916 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 916 Bytes

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