From 0debc0cc7a52921c8b1f6352c0bf040c279dd01e Mon Sep 17 00:00:00 2001 From: sh123 Date: Sat, 23 Oct 2021 13:19:22 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index f5b468b..5c0f237 100644 --- a/Home.md +++ b/Home.md @@ -5,7 +5,7 @@ Amateur radio ESP32 based LoRa KISS Bluetooth/BLE/USB/TCPIP modem + APRS-IS RX/T # Features Can be used in two modes, mode seleciton is done by changing `cfg.IsClientMode` or `CFG_IS_CLIENT_MODE` define in `config.h`: -- **LoRa APRS KISS client over bluetooth**, WiFi and iGate are switched off, mobile or portable usage (/M, /P) +- **LoRa APRS KISS client over Bluetooth/BLE/USB/TCPIP**, WiFi and iGate are switched off, mobile or portable usage (/M, /P) - you need to use **APRSDroid** application (https://aprsdroid.org) or iOS aprs.fi official application, connect to the modem using bluetooth, data will be re-transmitted through the LoRa radio, this is similar to APRSDroid micromodem - https://unsigned.io/micromodem/, received data will be sent back to the APRSDroid using bluetooth - by having two APRSDroid clients you can not only send your position, but also **send and receive APRS messages** - it is also possible to use **other KISS APRS clients** over Bluetooth serial, just use `rfcomm` on Linux to setup serial over Bluetooth and put up AX25 interface with `kissattach`, then use any existing Linux APRS clients, such as `xastir`, see section below for alternative Linux usage