ESP32 LoRa APRS Modem
Go to file
sh123 cbcd8be436 Move images to extras 2022-12-18 18:31:49 +02:00
extras Move images to extras 2022-12-18 18:31:49 +02:00
include Allow building igate mode from platformio file 2022-12-18 12:51:29 +02:00
src
.gitignore Added .gitignore 2022-12-18 10:25:34 +02:00
LICENSE
README.md Move images to extras 2022-12-18 18:31:49 +02:00
platformio.ini Allow building igate mode from platformio file 2022-12-18 12:51:29 +02:00

README.md

ESP32 LoRa APRS Modem

Modes of operation

This project is amateur radio ESP32 based LoRa KISS Bluetooth/BLE/USB/TCPIP modem + LoRa APRS-IS RX/TX iGate server over WiFI + LoRa APRS digipeater + Codec2 DV modem (with Codec2 Talkie Android application).

To configure sketch modify default parameters in config.h file.

⚠ Project also supports APRSDroid TNC2 text APRS packet mode (configurable), which makes it interoperable with other LoRa APRS trackers without AX25 support.

Supported module types: SX126X, SX127X and other modules supported by RadioLib.

Modules, which are used by users and known to work

  • SX126X (suggested, 1W modules will provide decent coverage for APRS, stable frequency suitable for < 125 kHz BW at 433 MHz, 5V from USB power bank is enough to power it, has additional LNA)
  • SX127X (low power, 50-100mW, temperature frequency drift, problematic for narrow band)
    • RA-01 (SX1278)
    • RA-02 (SX1276)
    • TTGO T-Beam (SX1276)

Dependencies

Install via board manager:

Install via libraries:

Development board

Development board schematics, case and antenna models are available under cad and schematics.

Modes of operation