ESP32 LoRa APRS Modem
Go to file
sh123 aba3fd1645 Add * suffix for digirepaters only 2022-12-01 19:24:57 +02:00
cad Update README.md 2022-02-06 10:45:46 +02:00
images Added images 2022-02-03 10:39:16 +02:00
schematics Added gerber files 2022-09-21 17:23:50 +03:00
.gitignore Uses SX1268 (#28) 2021-11-10 08:59:34 +02:00
LICENSE Create LICENSE 2020-06-24 15:14:52 +03:00
README.md Update README.md 2022-02-05 10:05:25 +02:00
ax25_callsign.cpp Add * suffix for digirepaters only 2022-12-01 19:24:57 +02:00
ax25_callsign.h Add * suffix for digirepaters only 2022-12-01 19:24:57 +02:00
ax25_payload.cpp Add * suffix for digirepaters only 2022-12-01 19:24:57 +02:00
ax25_payload.h Add configuration flag to allow text aprs messaging 2021-10-26 12:01:14 +03:00
ble_serial.cpp Update log lines 2022-06-21 10:45:11 +03:00
ble_serial.h Add support for USB-OTG operation and improve logging (#25) 2021-10-22 22:09:17 +03:00
config.h Inject filter out proprietary identifier used by another tracker to make it interoperable 2022-08-25 10:28:35 +03:00
esp32_loraprs.ino Add support for split operation 2022-03-11 21:30:50 +02:00
kiss_processor.cpp Cosmetic fix 2022-08-25 23:37:21 +03:00
kiss_processor.h Add ability to disable KISS and run in TNC2 mode 2021-10-26 13:09:43 +03:00
loraprs_config.h Add support for split operation 2022-03-11 21:30:50 +02:00
loraprs_service.cpp Use xTaskNotifyFromISR/xTaskNotifyWait to notify on incoming data from ISR 2022-10-16 14:27:31 +03:00
loraprs_service.h Use xTaskNotifyFromISR/xTaskNotifyWait to notify on incoming data from ISR 2022-10-16 14:27:31 +03: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)
    • 👍 E22-400M30S (SX1268)
    • E220-400M30S (LLCC68) BW125 SF from 7 to 9 (chip limitations)
  • 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 libraries:

Development board

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

Modes of operation