esp32_loraprs/README.md

23 wiersze
1.2 KiB
Markdown
Czysty Zwykły widok Historia

2021-10-28 07:19:49 +00:00
# ESP32 LoRa APRS Modem
2021-10-23 09:41:38 +00:00
![Modes of operation](images/diagram.png)
2021-10-23 09:31:19 +00:00
2021-10-27 06:37:26 +00:00
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).
2021-10-26 13:58:46 +00:00
2021-11-15 14:29:21 +00:00
⚠ **To configure sketch modify default parameters in config.h file.**
2021-11-15 14:27:20 +00:00
- For project description, detailed setup and more information, please, visit our Wiki at https://github.com/sh123/esp32_loraprs/wiki
2021-10-20 13:50:10 +00:00
- For discussions, visit https://github.com/sh123/esp32_loraprs/discussions
2021-10-20 13:57:34 +00:00
2021-11-15 14:34:11 +00:00
⚠ Project also supports **APRSDroid TNC2 text APRS packet mode** (configurable), which makes it interoperable with other LoRa APRS trackers without AX25 support.
2021-10-22 18:48:33 +00:00
# Dependencies
Install via libraries:
- Arduino ESP32 library: https://github.com/espressif/arduino-esp32
- LoRa library
2021-10-28 07:20:51 +00:00
- RadioLib library (⚠use github master version): https://github.com/jgromes/RadioLib
2021-10-22 18:48:33 +00:00
- or LoRa Arduino library: https://github.com/sandeepmistry/arduino-LoRa
- Arduino Timer library: https://github.com/contrem/arduino-timer
- CircularBuffer library: https://github.com/rlogiacco/CircularBuffer
- DebugLog library: https://github.com/hideakitai/DebugLog