From dbdfcb4e837771df74d47cf8b752dae176eaa773 Mon Sep 17 00:00:00 2001 From: Rysiek Labus Date: Tue, 16 Feb 2021 07:40:57 +0100 Subject: [PATCH] Update README.md --- README.md | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 31ee24d..0678e35 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,34 @@ -

LoRA tracker with KISS TNC capability

+#LoRA tracker with KISS TNC capability + +Tracker can be used on its own. +You can also connect it via blueetooth with APRSdroid. +After connection with APRX based DIGI it can be used as KISS-TNC + +![TTGO scenarios](pics/digi-schemat.png) + +## Contributors + +* Initial work: OE1ACM, OE3CJB
+* Redesigned: SQ9MDD
+* KISS TNC Over Seriall or Bluetooth: SQ5RWU

+ + +## Supported boards + +* TTGO T-beam v.0.7 +* TTGO T-beam v.1.0 + + +## User key functions: + +### short press: + +* if there is a GPS-FIX immediate sending of a frame with the position from the GPS +* if there is no GPS-FIX, immediate sending of the frame with the position saved in the configuration + +### long press: on or off the GPS power supply + +* if the "FIXED_BEACON_EN" option is enabled in the configuration, a beacon will be sent every set time interval -Initial work: OE1ACM, OE3CJB
-Redesigned: SQ9MDD
-KISS TNC Over Seriall or Bluetooth: SQ5RWU

-Hardware: TTGO T-beam v.1.0 / v.0.7 -

-

User key functions:

-1. short press:
-- if there is a FIX immediate sending of a frame with the position from the GPS
-- if there is no FIX, immediate sending of the frame with the position saved in the configuration
-
-2. long press: on or off the GPS power supply
-- if the "FIXED_BEACON_EN" option is enabled in the configuration, a beacon will be sent every set time interval.
-- R.