Changes for page TrackerD - LoRaWAN Tracker User Manual(Remove WiFi)
Last modified by Xiaoling on 2023/12/27 09:15
From version 95.1
edited by Kilight Cao
on 2022/11/02 14:07
on 2022/11/02 14:07
Change comment:
Uploaded new attachment "image-20221102140748-5.png", version {1}
To version 105.1
edited by Bei Jinggeng
on 2022/11/04 14:39
on 2022/11/04 14:39
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Kilight1 +XWiki.Bei - Content
-
... ... @@ -433,7 +433,7 @@ 433 433 (% style="color:red" %)**Note for this mode:** 434 434 435 435 * a) TrackerD will do an ACK check for data records sending to make sure every data arrive server. 436 -* 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.436 +* 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. 437 437 * 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 438 438 439 439 The payload is 15 bytes, as below. ... ... @@ -886,7 +886,7 @@ 886 886 887 887 * (% style="color:blue" %)**Downlink Payload (prefix 0x05):** 888 888 889 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/ Same as AT+ SMOD=1889 +(% style="color:#037691" %)**0x05 01 **(%%) ~/~/ Same as AT+ CFM =1 890 890 891 891 892 892 ... ... @@ -925,12 +925,10 @@ 925 925 926 926 (% style="color:#037691" %)**AT+BLEMASK=0** (%%) ~/~/ disable BLEMASK 927 927 928 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)** 928 928 929 - (% style="color:blue"%)**DownlinkPayload: (Prefix:0xA5)**930 +Example: 0xB2010203040506 ~/~/ Set BLEMASK to 123456 930 930 931 -Example: 0xA5010203040506 ~/~/ Set BLEMASK to 123456 932 - 933 - 934 934 === 3.2.12 Set WiFIMASK to filter WiFi SSID === 935 935 936 936 ... ... @@ -944,12 +944,34 @@ 944 944 945 945 (% style="color:#037691" %)**AT+ WiFiMASK =0** (%%) ~/~/ disable WiFiMASK 946 946 945 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)** 947 947 948 - (% style="color:blue"%)**DownlinkPayload:(Prefix:0xA5)**947 +Example: 0xB3010203040506 ~/~/ Set WiFiMASK to 123456 949 949 950 - Example:0xA5010203040506~/~/SetWiFiMASKto123456949 +=== 3.2.13 Disable/Enable Information printing(Since firmware 1.4.1) === 951 951 952 952 952 +Users can use this feature to enable/disable Information printing. 953 + 954 +(% style="color:blue" %)**AT Command:** 955 + 956 + 957 +(% style="color:#037691" %)**AT+ SHOWID=XX **(%%) ~/~/(Disable (0), Enable (1), default:0) 958 +\\Example: AT+ SHOWID =1 ~-~-> Enable Information printing. 959 + 960 + 961 +=== 3.2.14 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) === 962 + 963 +The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network. 964 + 965 +(% style="color:blue" %)**AT Command:** 966 + 967 +(% style="color:#037691" %)**AT+ CHE=1**(%%) ~/~/ set one channels mode, 968 + 969 +(% style="color:blue" %)**Downlink Payload:0X24**(%%) 970 +Example: 0x24 01 ~/~/ Same as AT+ CHE= = 1 971 + 972 + 953 953 = 4. Setting for Different Scenarios = 954 954 955 955 ... ... @@ -1106,6 +1106,58 @@ 1106 1106 |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14 1107 1107 |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15 1108 1108 1129 +== 7.3 Notes on using different serial port tools for TrackerD == 1130 + 1131 + 1132 +=== **Serial port utility** === 1133 + 1134 + 1135 +Serial port utility requires you to automatically add data streams. 1136 + 1137 +Need to adjust the data stream to RTS/CTS on physical restart. 1138 + 1139 + 1140 +(% class="wikigeneratedid" %) 1141 +[[image:image-20221102140621-1.png]] 1142 + 1143 + 1144 +When using AT commands, the data flow needs to be adjusted to XON/XOFF 1145 + 1146 + 1147 +[[image:image-20221102140638-2.png]] 1148 + 1149 + 1150 + 1151 +=== **SecureCRT** === 1152 + 1153 + 1154 +The default command window of SecureCRT is not displayed. Entering a command requires a complete input of the entire command. You can open the command window in the view. 1155 + 1156 + 1157 +[[image:image-20221102140704-3.png]] 1158 + 1159 + 1160 +[[image:image-20221102140712-4.png]] 1161 + 1162 + 1163 + 1164 +=== **PUTTY** === 1165 + 1166 + 1167 +[[image:image-20221102140748-5.png]] 1168 + 1169 + 1170 +Since putty does not have a command window, you need to fill in the complete command externally, and then copy it to putty.The information copied outside can be pasted by right-clicking the mouse in putty. 1171 + 1172 + 1173 +[[image:image-20221102140801-6.png]] 1174 + 1175 + 1176 +== 7.4 TrackerD trouble shooting == 1177 + 1178 + 1179 +V1.4.0: When the motion mode is turned on, the TDC needs to be greater than MTDC, otherwise TDC time will be confused 1180 + 1109 1109 = 8. Order Info = 1110 1110 1111 1111 ... ... @@ -1131,7 +1131,7 @@ 1131 1131 1132 1132 (% style="color:#037691" %)**Dimensions and Weight**: 1133 1133 1134 -* Device Size: 85 x 48 x 15 cm1206 +* Device Size: 85 x 48 x 15 mm 1135 1135 * Weight: 50g 1136 1136 1137 1137 = 10. Support =
- image-20221102140801-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +21.0 KB - Content