ESP32 LoRa APRS Modem
Go to file
sh123 586535ab32 Do not send telemetry in igate mode and send battery level every minute 2022-12-19 10:58:31 +02:00
extras Update readme 2022-12-18 18:32:45 +02:00
include Do not send telemetry in igate mode and send battery level every minute 2022-12-19 10:58:31 +02:00
src Do not send telemetry in igate mode and send battery level every minute 2022-12-19 10:58:31 +02:00
.gitignore Rename file and update gitignore 2022-12-19 10:23:31 +02:00
LICENSE Create LICENSE 2020-06-24 15:14:52 +03:00
README.md Update readme 2022-12-19 10:48:52 +02:00
platformio.ini Added ttgo-lora32-v1 2022-12-19 10:08:42 +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)

Building

  • Update include/config.h
  • Build for client/tracker mode pio run -e esp32dev
  • Build for iGate pio run -e esp32dev_igate

Development board

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

Modes of operation