Updated Home (markdown)

master
sh123 2021-10-23 14:00:41 +03:00
rodzic 095ab6e0a2
commit 941f5a1eef
1 zmienionych plików z 8 dodań i 8 usunięć

16
Home.md

@ -4,6 +4,14 @@
Amateur radio ESP32 based LoRa **KISS Bluetooth/BLE/USB/TCPIP modem** + **APRS-IS RX/TX iGate** over home WiFI + Amateur radio ESP32 based LoRa **KISS Bluetooth/BLE/USB/TCPIP modem** + **APRS-IS RX/TX iGate** over home WiFI +
**digipeater** + **Codec2 DV modem** (in conjunction with Android application) **digipeater** + **Codec2 DV modem** (in conjunction with Android application)
# Transport selection
- **Bluetooth**, enabled when `cfg.BtName/CFG_BT_NAME` is not empty
- **BLE**, enabled when `cfg.BtEnableBle/CFG_BT_USE_BLE` is set to `true`, mode needs to be used with iOS applications, such as official aprs.fi APRS iOS client
- **USB**, enabled when `cfg.UsbSerialEnable/CFG_USB_SERIAL_ENABLE` is set to `true`
- **TCPIP**, enabled when `cfg.KissEnableTcpIp/CFG_KISS_TCP_IP` is set to `true`
- *WiFi client/STA mode*, activated when `cfg.WifiEnableAp/CFG_WIFI_ENABLE_AP` is set to `false`
- Can operate in *WiFi AP mode*, activated when `cfg.WifiEnableAp/CFG_WIFI_ENABLE_AP` is set to `true`
# Modes of operations # Modes of operations
- **Normal/Client mode**, activated when `cfg.IsClientMode/CFG_IS_CLIENT_MODE` is set to `true` - **Normal/Client mode**, activated when `cfg.IsClientMode/CFG_IS_CLIENT_MODE` is set to `true`
- **APRS iGate/digipeater mode**, activated when `cfg.IsClientMOde/CFG_IS_CLIENT_MODE` is set to `false` - **APRS iGate/digipeater mode**, activated when `cfg.IsClientMOde/CFG_IS_CLIENT_MODE` is set to `false`
@ -13,14 +21,6 @@ Amateur radio ESP32 based LoRa **KISS Bluetooth/BLE/USB/TCPIP modem** + **APRS-I
- *Beaconing*, own station periodic beacon announcement to APRS-IS and RF - *Beaconing*, own station periodic beacon announcement to APRS-IS and RF
- if `cfg.BtName` is NOT set to empty string then server mode also allows to connect with KISS Bluetooth client and use it simultaneously with iGate functionality, e.g. when stationary at home and want to use DV Codec2 Walkie-Talkie voice communication - if `cfg.BtName` is NOT set to empty string then server mode also allows to connect with KISS Bluetooth client and use it simultaneously with iGate functionality, e.g. when stationary at home and want to use DV Codec2 Walkie-Talkie voice communication
# Transport selection
- **Bluetooth**, enabled when `cfg.BtName/CFG_BT_NAME` is not empty
- **BLE**, enabled when `cfg.BtEnableBle/CFG_BT_USE_BLE` is set to `true`, mode needs to be used with iOS applications, such as official aprs.fi APRS iOS client
- **USB**, enabled when `cfg.UsbSerialEnable/CFG_USB_SERIAL_ENABLE` is set to `true`
- **TCPIP**, enabled when `cfg.KissEnableTcpIp/CFG_KISS_TCP_IP` is set to `true`
- *WiFi client/STA mode*, activated when `cfg.WifiEnableAp/CFG_WIFI_ENABLE_AP` is set to `false`
- Can operate in *WiFi AP mode*, activated when `cfg.WifiEnableAp/CFG_WIFI_ENABLE_AP` is set to `true`
# Voice over LoRa (VoLoRa) # Voice over LoRa (VoLoRa)
Modem could also be used for **LoRa Codec2 digital voice DV communication** Modem could also be used for **LoRa Codec2 digital voice DV communication**
- just install [Codec2 Walkie-Talkie](https://github.com/sh123/codec2_talkie) on you Android phone, pair with the modem and you can communicate with each other by using digital voice [Codec2](http://www.rowetel.com/?page_id=452), also modem can be controlled from this application (frequency change, bandwidth, spreading factor, etc) - just install [Codec2 Walkie-Talkie](https://github.com/sh123/codec2_talkie) on you Android phone, pair with the modem and you can communicate with each other by using digital voice [Codec2](http://www.rowetel.com/?page_id=452), also modem can be controlled from this application (frequency change, bandwidth, spreading factor, etc)