Update README.md

master_sq9mdd
oe3cjb 2018-12-10 15:29:27 +01:00 zatwierdzone przez GitHub
rodzic 61ec033b40
commit 56daa5a296
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 9 usunięć

Wyświetl plik

@ -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
<b>USER GUIDE of TTGO T-Beam LoRa APRS:</b><br>
<b>Callsign setting:</b><br>
If you start the FW for the first time you are asked to program your callsign and SSID(s).<br>
Once the callsign is programmed you can reenter the programming mode by pressing the BUTTON (GPIO39) for 3secs while switching on the racker.<br>
The MODE of the tracker can now be changed by pressing button at <b>GPIO39 for 10secs</b>!<br>
<b>The modes are</b><br>
TRACKER ... normal APRS tracker<br>
WX&TRACKER ... alternate transmission of normal position packet and WX packet (if DHT22 is mounted)<br>
WX-MOVE ... only WX packets are sent but with position from GPSLED<br>
WX-FIXED ... only WX packets are transmitted but with fixed position given in Header-File<br>
<b>TTGO_T-Beam_LoRa_APRS.h</b><br>
All other user settings are still hardprogrammed and can be found in TTGO_T-Beam_LoRa_APRS.h<br>
<b>"sTable"</b> should contain the value for the primary or secondary symbol table<br>
<b>"sSymbol"</b> 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
<b>"nextTX"</b> is the transmit intervall in ms (milli seconds) - don't use to short intervalls as it overloads the APRS servers<br>
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 <b>GPIO39 for 10secs</b>!<br>
<b>The modes are</b><br>
TRACKER ... normal APRS tracker<br>
WX&TRACKER ... alternate transmission of normal position packet and WX packet (if DHT22 is mounted)<br>
WX-MOVE ... only WX packets are sent but with position from GPSLED<br>
WX-FIXED ... only WX packets are transmitted but with fixed position given in Header-File<br>
the following lines are used to define the fixed position<br>
<b>#define LATITUDE "4813.62N"</b> // please in APRS notation DDMM.mmN or DDMM.mmS used for FIXED_POSITION<br>
<b>#define LONGITUDE "01539.85E"</b>