From a7f50eeb54463c37e6f73f9fa4011c9cc74f68c4 Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 22 Oct 2021 21:48:33 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1d46d17..a9dffe4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ +# Introduction This project is amateur radio ESP32 based LoRa APRSDroid KISS Bluetooth modem + LoRa APRS-IS RX/TX iGate server over WiFI + digipeater + Codec2 DV modem - For project description, please, visit our Wiki at https://github.com/sh123/esp32_loraprs/wiki - For discussions, visit https://github.com/sh123/esp32_loraprs/discussions +# Dependencies +Install via libraries: +- Arduino ESP32 library: https://github.com/espressif/arduino-esp32 +- LoRa library + - RadioLib library (use github master version): https://github.com/jgromes/RadioLib + - 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 + +# Diagram ![alt text](images/diagram.png)