Changes for page TrackerD - LoRaWAN Tracker User Manual(Remove WiFi)
Last modified by Xiaoling on 2023/12/27 09:15
From version 146.1
edited by Bei Jinggeng
on 2022/11/22 16:22
on 2022/11/22 16:22
Change comment:
There is no comment for this version
To version 154.1
edited by Edwin Chen
on 2022/11/24 09:21
on 2022/11/24 09:21
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Bei1 +XWiki.Edwin - Content
-
... ... @@ -586,6 +586,9 @@ 586 586 587 587 In Transport Mode, TrackerD will check if there is motion. If there is no motion, device will send uplinks every 20 minutes. If there is motion, device will send uplink every 5 minutes. 588 588 589 +* **[[MTDC>>||anchor="H3.2.3SetTransportModePackettransmissioninterval"]]** defines the Uplink Interval during transportation. 590 +* **[[TDC>>||anchor="H3.2.1SetTransmitInterval"]]** defines the uplink interval when TrackerD is stactic. 591 +* **[[PT>>||anchor="H3.2.16GetorSetThresholdformotiondetectFF08Sincefirmware1.4.3FF09"]]** defines the threldhold to detect a motion. 589 589 590 590 == 2.10 LED Status == 591 591 ... ... @@ -790,7 +790,7 @@ 790 790 791 791 (% style="color:#037691" %)**cc: ** 792 792 793 -* (% _mstmutation="1" style="color:red" %)**1 : **(%%) (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 796 +* (% _mstmutation="1" style="color:red" %)**1 : **(%%) (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 794 794 795 795 * (% _mstmutation="1" style="color:red" %)**2 : **(%%) (WiFi)SSID+Rssi+BAT+State ((% _mstmutation="1" style="color:#037691" %)V1.4.1 Version support this function later(%%)) 796 796 ... ... @@ -855,7 +855,7 @@ 855 855 856 856 857 857 858 - **Disable/Enable the confirmation mode**861 +=== 3.2.10 Disable/Enable the confirmation mode === 859 859 860 860 * (% style="color:blue" %)**AT Command:** 861 861 ... ... @@ -874,7 +874,7 @@ 874 874 (% style="color:#037691" %)**0x05 01 **(%%) ~/~/ Same as AT+CFM=1 875 875 876 876 877 -=== 3.2.1 0880 +=== 3.2.11 Auto Send None-ACK messages === 878 878 879 879 880 880 TrackerD will wait for ACK for each uplink, If TrackerD doesn't get ACK from the IoT server, it will consider the message doesn't arrive server and store it. TrackerD keeps sending messages in normal periodically. Once TrackerD gets ACK from a server, it will consider the network is ok and start to send the not-arrive message. ... ... @@ -892,10 +892,10 @@ 892 892 893 893 * (% style="color:blue" %)**Downlink Command: 0x34** 894 894 895 -Example: 0x3401 ~/~/ Same as AT+PNACKMD=1 898 +Example: 0x34 01 ~/~/ Same as AT+PNACKMD=1 896 896 897 897 898 -=== 3.2.1 1Set BLEMASK to filter BLE iBeacon ===901 +=== 3.2.12 Set BLEMASK to filter BLE iBeacon === 899 899 900 900 901 901 BLEMASK is to filter the unwanted BLE iBeacons during scan. For example, if BLEMASK is 123456. TrackerD will only uplink UUID info which includes 123456. It will ignore all other iBeacons which doesn’t contact 123456 in the UUID. ... ... @@ -910,10 +910,10 @@ 910 910 911 911 (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)** 912 912 913 -Example: 0xB2010203040506 ~/~/ Set BLEMASK to 123456 916 +Example: 0xB2 01 02 03 04 05 06 ~/~/ Set BLEMASK to 123456 914 914 915 915 916 -=== 3.2.1 2Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) ===919 +=== 3.2.13 Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) === 917 917 918 918 919 919 WiFiMASK is to filter the unwanted WiFi SSID during scan. For example, if WiFiMASK is 123456. TrackerD will only uplink SSID info which includes 123456 as prefix. It will ignore all other WiFi which doesn’t contact 123456 in the SSID. ... ... @@ -928,10 +928,10 @@ 928 928 929 929 (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)** 930 930 931 -Example: 0xB3010203040506 ~/~/ Set WiFiMASK to 123456 934 +Example: 0xB3 01 02 03 04 05 06 ~/~/ Set WiFiMASK to 123456 932 932 933 933 934 -=== 3.2.1 3937 +=== 3.2.14 Disable/Enable Information printing(Since firmware 1.4.1) === 935 935 936 936 937 937 Users can use this feature to enable/disable Information printing. ... ... @@ -942,7 +942,7 @@ 942 942 \\Example: AT+SHOWID=1 ~-~-> Enable Information printing. 943 943 944 944 945 -=== 3.2.1 4Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===948 +=== 3.2.15 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) === 946 946 947 947 948 948 The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network. ... ... @@ -957,6 +957,26 @@ 957 957 Example: 0x24 01 ~/~/ Same as AT+CHE=1 958 958 959 959 963 +=== 3.2.16 Get or Set Threshold for motion detect(Since firmware 1.4.3) === 964 + 965 +User can set the motion detect thredhold for transportation mode. The smaller the value, the more sensitivity to trigger a motion event. 966 + 967 +(% style="color:blue" %)**AT Command:** 968 + 969 +(% style="color:#037691" %)**AT+PT=xx** 970 + 971 + Example: 972 + 973 + AT+PT=14 ~-~-> Set to detect car motion. 974 + 975 + AT+PT=41 ~-~-> set to detect walk motion. 976 + 977 + 978 +(% style="color:blue" %)**Downlink Payload:0xB4**(%%) 979 +0xB4 14 ~/~/ Same as AT+PT=14 980 + 981 + 982 + 960 960 = 4. Setting for Different Scenarios = 961 961 962 962 ... ... @@ -1207,15 +1207,19 @@ 1207 1207 1208 1208 == 8.3 Problem after Upgrading Firmware == 1209 1209 1210 -=== 8.3.1 Continue Restart after upgrading === 1233 +=== 8.3.1 "rst: (0x3 SW_RESET)" and Continue Restart after upgrading === 1211 1211 1235 +Error Output 1212 1212 1237 +[[image:image-20221122100004-4.png||_mstalt="424606"]] 1238 + 1213 1213 ((( 1214 -If it is V1.4.0 and the previous version, new partitions need to be loaded when upgrading. The new version of the software is stored in the partition package. The upgrade method is shown in the figure 1240 +Some partition is missed during upgrade, please upgrade below four files as example: 1241 + 1242 +[[image:image-20221122100004-2.png||_mstalt="423878" height="619" width="389"]] 1215 1215 ))) 1216 1216 1217 1217 1218 -[[image:image-20221118105249-3.png||_mstalt="430664"]] 1219 1219 1220 1220 1221 1221 === 8.3.2 TrackerD's led light is always GREEN on after upgrading === ... ... @@ -1248,7 +1248,11 @@ 1248 1248 1249 1249 Please **AT+FDR** which will reset all settings to factory settings. , and then input the following keys by the information on the label. 1250 1250 1278 +After AT+FDR. please set 1251 1251 1280 +* AT+PDOP=7 1281 +* AT+FTIME=180000 1282 + 1252 1252 Example: 1253 1253 1254 1254 AT+PDOP=7.00 ... ... @@ -1288,11 +1288,11 @@ 1288 1288 1289 1289 2) Set PDOP to a higher value. 1290 1290 1291 -* 1322 +* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=2 **(%%)(can be positioned precisely.) 1292 1292 1293 -* 1324 +* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=7 **(%%)(Quickly locate in open spaces) 1294 1294 1295 -* 1326 +* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=14.7** (%%)(Positioning can be acquired in complex environments) 1296 1296 1297 1297 Please refer to this [[link>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/TrackerD/#H3.2.9SetPDOPvalueforGPSfixaccuracy]] on how to set up PDOP 1298 1298