Changes for page TrackerD - LoRaWAN Tracker User Manual(Remove WiFi)
Last modified by Xiaoling on 2023/12/27 09:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -127,7 +127,7 @@ 127 127 128 128 129 129 130 -= 2. 1130 += 2. Use TrackerD = 131 131 132 132 133 133 == 2.1 How it works? == ... ... @@ -443,7 +443,7 @@ 443 443 (% style="color:red" %)**Note for this mode:** 444 444 445 445 * a) TrackerD will do an ACK check for data records sending to make sure every data arrive server. 446 -* b) TrackerD will send data in (% style="color:blue" %)**CONFIRMED Mode**(%%)when PNACKMD=1, but TrackerD won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink, if TrackerD gets an ACK, TrackerD will consider there is a network connection and resend all NONE-ACK Messages.446 +* b) TrackerD will send data in CONFIRMED Mode when PNACKMD=1 and CFM=1, but TrackerD won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink, if TrackerD gets an ACK, TrackerD will consider there is a network connection and resend all NONE-ACK Messages. 447 447 * c) the total payload will be 15 bytes, while US915/AU915 DR0 accepts only 11 bytes of payload. In this case (DR0 of US915/AU915), the payload on server will show NULL 448 448 449 449 The payload is 15 bytes, as below. ... ... @@ -906,7 +906,7 @@ 906 906 907 907 * (% style="color:blue" %)**Downlink Payload (prefix 0x05):** 908 908 909 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/ Same as AT+ SMOD=1909 +(% style="color:#037691" %)**0x05 01 **(%%) ~/~/ Same as AT+ CFM =1 910 910 911 911 912 912 ... ... @@ -945,10 +945,10 @@ 945 945 946 946 (% style="color:#037691" %)**AT+BLEMASK=0** (%%) ~/~/ disable BLEMASK 947 947 948 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)** 948 948 949 - (% style="color:blue"%)**DownlinkPayload: (Prefix:0xA5)**950 +Example: 0xB2010203040506 ~/~/ Set BLEMASK to 123456 950 950 951 -Example: 0xA5010203040506 ~/~/ Set BLEMASK to 123456 952 952 953 953 954 954 === 3.2.12 Set WiFIMASK to filter WiFi SSID === ... ... @@ -964,13 +964,13 @@ 964 964 965 965 (% style="color:#037691" %)**AT+ WiFiMASK =0** (%%) ~/~/ disable WiFiMASK 966 966 967 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)** 967 967 968 - (% style="color:blue"%)**DownlinkPayload:(Prefix:0xA5)**969 +Example: 0xB3010203040506 ~/~/ Set WiFiMASK to 123456 969 969 970 -Example: 0xA5010203040506 ~/~/ Set WiFiMASK to 123456 971 971 972 972 973 -=== 3.2.13 Disable/Enable Information printing === 973 +=== 3.2.13 Disable/Enable Information printing(Since firmware 1.4.1) === 974 974 975 975 976 976 Users can use this feature to enable/disable Information printing. ... ... @@ -977,12 +977,25 @@ 977 977 978 978 (% style="color:blue" %)**AT Command:** 979 979 980 - 981 981 (% style="color:#037691" %)**AT+ SHOWID=XX **(%%) ~/~/(Disable (0), Enable (1), default:0) 982 - 983 -Example: AT+ SHOWID =1 ~-~-> Enable Information printing. 981 +\\Example: AT+ SHOWID =1 ~-~-> Enable Information printing. 984 984 985 985 984 + 985 +=== 3.2.14 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) === 986 + 987 + 988 +The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network. 989 + 990 +(% style="color:blue" %)**AT Command:** 991 + 992 +(% style="color:#037691" %)**AT+ CHE=1**(%%) ~/~/ set one channels mode, 993 + 994 +(% style="color:blue" %)**Downlink Payload:0X24**(%%) 995 +Example: 0x24 01 ~/~/ Same as AT+ CHE= = 1 996 + 997 + 998 + 986 986 = 4. Setting for Different Scenarios = 987 987 988 988 ... ... @@ -1140,6 +1140,7 @@ 1140 1140 |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15 1141 1141 1142 1142 1156 + 1143 1143 == 7.3 Notes on using different serial port tools for TrackerD == 1144 1144 1145 1145 ... ... @@ -1187,7 +1187,13 @@ 1187 1187 [[image:image-20221102140801-6.png]] 1188 1188 1189 1189 1204 +== 7.4 TrackerD trouble shooting == 1190 1190 1206 + 1207 +V1.4.0: When the motion mode is turned on, the TDC needs to be greater than MTDC, otherwise TDC time will be confused 1208 + 1209 + 1210 + 1191 1191 = 8. Order Info = 1192 1192 1193 1193 ... ... @@ -1234,3 +1234,7 @@ 1234 1234 * [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]] 1235 1235 * **[[Source Code>>https://github.com/dragino/TrackerD]] ** 1236 1236 * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]] 1257 + 1258 + 1259 + 1260 +