From 95bc0fb8123c0f7e28205b7af5a333422b9d890b Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 17 Mar 2023 20:38:05 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 385dc9d..cc7d079 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,7 @@ What you can do with this app: - Codec2 iOS wrapper: https://github.com/Beartooth/codec2-ios - Other interesting projects: - LoRa mesh text GPS communicator: https://github.com/meshtastic/Meshtastic-device + +# Prototype modems and transceivers used with this application +![alt text](images/modems.png) + From aca71d54d5d1ecb21784f605186986c983155e8b Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 17 Mar 2023 20:38:38 +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 cc7d079..1119b3e 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,6 @@ What you can do with this app: - Other interesting projects: - LoRa mesh text GPS communicator: https://github.com/meshtastic/Meshtastic-device -# Prototype modems and transceivers used with this application +# Prototypes used with this application ![alt text](images/modems.png) From 28146a9ff7a57bc46e58eeb203f3620ef3450ad4 Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 17 Mar 2023 20:40:23 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1119b3e..53ab1af 100644 --- a/README.md +++ b/README.md @@ -70,5 +70,9 @@ What you can do with this app: - LoRa mesh text GPS communicator: https://github.com/meshtastic/Meshtastic-device # Prototypes used with this application + - ESP32 LoRa Bluetooth APRS modem (used with this application for testing): https://github.com/sh123/esp32_loraprs + - ESP32 LoRa DV handheld transceiver: https://github.com/sh123/esp32_loradv + - Arduno Micro USB KISS modem and APRS AX.25 digirepeater: https://github.com/sh123/micro_loraprs + ![alt text](images/modems.png) From 8bc35767fdc5082eaa33358d6b01091348247bbc Mon Sep 17 00:00:00 2001 From: sh123 Date: Fri, 17 Mar 2023 20:41:40 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53ab1af..5b32327 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,9 @@ What you can do with this app: - LoRa mesh text GPS communicator: https://github.com/meshtastic/Meshtastic-device # Prototypes used with this application - - ESP32 LoRa Bluetooth APRS modem (used with this application for testing): https://github.com/sh123/esp32_loraprs - - ESP32 LoRa DV handheld transceiver: https://github.com/sh123/esp32_loradv - - Arduno Micro USB KISS modem and APRS AX.25 digirepeater: https://github.com/sh123/micro_loraprs + - ESP32 LoRa Bluetooth headless APRS modem (no screen and external controls): https://github.com/sh123/esp32_loraprs + - ESP32 LoRa DV handheld transceiver (with screen and controls): https://github.com/sh123/esp32_loradv + - Arduno Micro USB KISS modem (no screen and external controls): https://github.com/sh123/micro_loraprs ![alt text](images/modems.png)