From d10c8830ecf60adacaabc81172e2af3881d7fb78 Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 3 Feb 2021 10:39:54 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 10b0004..7c062d4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ All work was done on ESP32-WROOM with custom made LoRa shield, if your ESP32 boa - MISO: GPIO_19/VSPI_MISO - SCK: GPIO_18/VSPI_SCK +Known to work on: +- **T-Beam LoRa**, requires pinout redefinition in `loraprs_service.h`, see (Discussion)[https://github.com/sh123/esp32_loraprs/issues/11] + # Software Dependencies Install via libraries: - Arduino ESP32 library: https://github.com/espressif/arduino-esp32 From 88abc16c061079edd9148b10982cb37e4c9bd0a7 Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 3 Feb 2021 10:40:26 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c062d4..5febf31 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ All work was done on ESP32-WROOM with custom made LoRa shield, if your ESP32 boa - SCK: GPIO_18/VSPI_SCK Known to work on: -- **T-Beam LoRa**, requires pinout redefinition in `loraprs_service.h`, see (Discussion)[https://github.com/sh123/esp32_loraprs/issues/11] +- **T-Beam LoRa**, requires pinout redefinition in `loraprs_service.h`, see [Discussion](https://github.com/sh123/esp32_loraprs/issues/11) # Software Dependencies Install via libraries: From a1eed42f393b62dfdfa41d3fc18d27d8fb53ec59 Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 3 Feb 2021 10:43:15 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5febf31..a3867cf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Can be used in several modes: - **RF digirepating** for `WIDEn-n` new style paths - **Beaconing**, own station periodic beacon announcement to APRS-IS and RF - **LoRa Codec2 digital voice communication modem** - - just install 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) + - 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) # Compatible Boards All work was done on ESP32-WROOM with custom made LoRa shield, if your ESP32 board is compatible then it should work, but there might be need to redefine pinouts to LoRa module if it differs (see further description in Software Setup section), currently pinouts are connected from LoRa to ESP32-WROOM as (SS/RST/DIO0 could be redefined in loraprs_service.h): From 82d2f7eb2e12cf039c25a4c7bc8c37f6c7d32f36 Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 3 Feb 2021 10:45:55 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3867cf..df7a16f 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Install via libraries: - **Server** supports only classical `AX25` frames over LoRa (as defined in http://www.aprs.org/doc/APRS101.PDF page 12). It should enable interoperability with classical Linux APRS software, such as Xastir with `kissattach`. Some LoRa ARPS implementations transfer plain text APRS messages over LoRa, as a result **Server** will not be able to process these messages and gate them to APRS-IS, also clients won't be able to decode messages gated from APRS-IS to RF by the server # Alternative Linux Setup -It is possible to use modem **in client mode** with other generic Linux ax25/aprs tools, such as `xastir`, use next procedure to set it up: +It is possible to use modem **in client mode** with other generic Linux AX25/APRS tools on PC or Raspberry, such as [Xastir](https://xastir.org/index.php/Main_Page), use next procedure to set it up: - AX25 howto: http://tldp.org/HOWTO/AX25-HOWTO/ - Install required tools: ```sudo apt-get install ax25-tools ax25-apps xastir bluez bluez-tools``` - Run bluetoothctl and pair with the modem: