Merge branch 'master' of https://github.com/oe3cjb/TTGO-T-Beam-LoRa-APRS
commit
3b609bdfe4
35
README.md
35
README.md
|
@ -1 +1,34 @@
|
|||
Use the first lines to modify the callsign, fixed position if needed and APRS symbols
|
||||
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>CHANGE CALLSIGN BEFORE UPLOADING FIRMWARE</b> to your T-Beam!!!
|
||||
|
||||
You can define two different callsigns and symbols dependend on the transmitted packet.
|
||||
|
||||
<b>"Tcall"</b> is the standard callsign used for traditional APRS packets as used for trackers<br>
|
||||
<b>"wxTcall"</b> is the callsign used for APRS packets including a weather report (when DHT22 is used).<br>
|
||||
So you can change the SSID and make it easier to differentiate between normal and wahter packets.
|
||||
|
||||
<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
|
||||
|
||||
<b>"wxTable"</b> should contain the value for the primary or secondary symbol table used for weather reports<br>
|
||||
<b>"wxSymbol"</b> contains finally the symbol to be sent with the weather report
|
||||
|
||||
<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.
|
||||
|
||||
Usage of the defines:<br>
|
||||
<b>#define SEND_WX false</b> => no weather reports are sent<br>
|
||||
#define SEND_WX true => weather reports are sent, but needs a connected DHT22
|
||||
|
||||
<b>#define FIXED_POSITION false</b><br>
|
||||
// set to true if you want to use fixed position (position defined below) instead, or to false if you want to use GPS data<br>
|
||||
// also stops sending normal position reports when sending weather reports is active (SEND_WX true)
|
||||
|
||||
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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue