From 56daa5a296f75476b793af639ea7d96170d2361f Mon Sep 17 00:00:00 2001 From: oe3cjb Date: Mon, 10 Dec 2018 15:29:27 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3751d07..3fb0429 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ First of all I want to thank OE1ACM Bernd for his approval to use his code for my experiments. He is the author of BG_RF95! -All user settings can be found in TTGO_T-Beam_LoRa_APRS.h - +USER GUIDE of TTGO T-Beam LoRa APRS:
Callsign setting:
If you start the FW for the first time you are asked to program your callsign and SSID(s).
Once the callsign is programmed you can reenter the programming mode by pressing the BUTTON (GPIO39) for 3secs while switching on the racker.
+The MODE of the tracker can now be changed by pressing button at GPIO39 for 10secs!
+The modes are
+TRACKER ... normal APRS tracker
+WX&TRACKER ... alternate transmission of normal position packet and WX packet (if DHT22 is mounted)
+WX-MOVE ... only WX packets are sent but with position from GPSLED
+WX-FIXED ... only WX packets are transmitted but with fixed position given in Header-File
+ +TTGO_T-Beam_LoRa_APRS.h
+All other user settings are still hardprogrammed and can be found in TTGO_T-Beam_LoRa_APRS.h
+ "sTable" should contain the value for the primary or secondary symbol table
"sSymbol" contains finally the symbol to be sent with the position report @@ -16,13 +25,6 @@ Once the callsign is programmed you can reenter the programming mode by pressing "nextTX" is the transmit intervall in ms (milli seconds) - don't use to short intervalls as it overloads the APRS servers
60000L is a could starting point and means a intervall of 60secs or 1 minute. -The MODE of the tracker can now be changed by pressing button at GPIO39 for 10secs!
-The modes are
-TRACKER ... normal APRS tracker
-WX&TRACKER ... alternate transmission of normal position packet and WX packet (if DHT22 is mounted)
-WX-MOVE ... only WX packets are sent but with position from GPSLED
-WX-FIXED ... only WX packets are transmitted but with fixed position given in Header-File
- the following lines are used to define the fixed position
#define LATITUDE "4813.62N" // please in APRS notation DDMM.mmN or DDMM.mmS used for FIXED_POSITION
#define LONGITUDE "01539.85E"