Changes for page TrackerD -- LoRaWAN Tracker User Manual
Last modified by Xiaoling on 2025/04/14 16:33
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.Xiaoling - Content
-
... ... @@ -213,7 +213,6 @@ 213 213 214 214 Use can also get the Device Status uplink through the downlink command: (% style="color:#037691" %)**Downlink: 0x2301** 215 215 216 - 217 217 (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:440px" %) 218 218 |(% style="background-color:#d9e2f3; color:#0070c0; width:60px" %)**Size(bytes)**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)1|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 70px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 50px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 30px;background-color:#D9E2F3;color:#0070C0" %)2|=(% style="width: 40px;background-color:#D9E2F3;color:#0070C0" %)1|=(% style="width: 40px;background-color:#D9E2F3;color:#0070C0" %)1 219 219 |(% style="width:108px" %)**Value**|(% style="width:82px" %)Sensor Model|(% style="width:83px" %)Firmware Version|(% style="width:94px" %)Frequency Band|(% style="width:84px" %)Sub-band|(% style="width:44px" %)BAT|(% style="width:63px" %)SMOD|(% style="width:60px" %)Status ... ... @@ -264,27 +264,27 @@ 264 264 |(% style="width:60px" %)**Size(bit)**|(% style="width:50px" %)1 bit|(% style="width:80px" %)2 bits|(% style="width:80px" %)4 bits 265 265 |(% style="width:75px" %)**Value**|(% style="width:64px" %)SMOD|(% style="width:104px" %)GPS_Settings|(% style="width:103px" %)BLE_Settings 266 266 267 -(% style="color:blue" %)** 266 +(% style="color:blue" %)**SMOD:** 268 268 269 -(% style="color:red" %)** 268 +(% style="color:red" %)**1 :** (%%) GPS ONLY 270 270 271 -(% style="color:red" %)** 270 +(% style="color:red" %)**2 :** (%%) BLE ONLY 272 272 273 -(% style="color:red" %)** 272 +(% style="color:red" %)**3 :** (%%) GPS/BLE Hybrid 274 274 275 275 276 -(% style="color:blue" %)** 275 +(% style="color:blue" %)**GPS_MOD: Define how to send GPS payload** 277 277 278 -(% style="color:red" %)** 277 +(% style="color:red" %)**0 : ** (%%) Enable uploading on-board Temperature and humidity values 279 279 280 -(% style="color:red" %)** 279 +(% style="color:red" %)**1 :** (%%) Disable uploading on-board Temperature and humidity values 281 281 282 282 283 -(% style="color:blue" %)** 282 +(% style="color:blue" %)**BLE_Settings:** 284 284 285 -(% style="color:red" %)** 284 +(% style="color:red" %)**1: ** (%%) BLE Positioning with Strongest iBeacon 286 286 287 -(% _mstmutation="1" style="color:red" %)** 286 +(% _mstmutation="1" style="color:red" %)**2:** (%%)WiFi Positioning with Strongest WiFi SSID(% _mstmutation="1" style="color:blue" %)(V1.4.1 Version support this function later)(%%) 288 288 289 289 290 290 (% style="color:#037691" %)**Status Field (total 1 byte)**(%%): 0x02 ... ... @@ -862,7 +862,6 @@ 862 862 863 863 SMOD define how TrackerD scan and uplink data: 864 864 865 - 866 866 * (% style="color:blue" %)**AT Command:** 867 867 868 868 (% style="color:#037691" %)**AT+SMOD=aa,bb,cc** ... ... @@ -908,10 +908,8 @@ 908 908 909 909 Set max positioning time, default is 150 seconds. TrackerD will try to get location info within this period. If fail to get position data within this time, TrackerD will use 000000 for latitude and longitude. 910 910 911 - 912 912 If **AT+FTIME=0**. The GPS module will be always powered and positioning. This will highly increase the power consumption (up to 50mA). When AT+FTIME=0, it will improve fix accuracy and shorten the acquire time for next uplink. 913 913 914 - 915 915 * (% style="color:blue" %)**AT Command:** 916 916 917 917 (% style="color:#037691" %)**AT+FTIME=xx** (%%) **~-~-> ** Set to use xx as max fix time. ... ... @@ -929,10 +929,8 @@ 929 929 930 930 PDOP(Position Dilution of Precision) filter, TrackerD will only accept GPS data with a lower PDOP value than pre-configure PDOP value. If device can't get a valid GPS packet within FTIME timeout, it will use the GPS data with lowest PDOP value to server. 931 931 932 - 933 933 A GPS packet with lower PDOP has higher accuracy. PDOP default value is 2.0 934 934 935 - 936 936 * (% style="color:blue" %)**AT Command:** 937 937 938 938 (% style="color:#037691" %)**AT+PDOP=2.5 ** (%%) **~-~-> ** Set PDOP to 2.5 ... ... @@ -955,11 +955,11 @@ 955 955 (% style="color:#037691" %)**AT+CFM=xx** 956 956 957 957 958 -** ~Example:**952 +**Example:** 959 959 960 - 954 +AT+CFM=0 **~-~-> ** Disable confirmation 961 961 962 - 956 +AT+CFM=1 **~-~-> ** Enable confirmation 963 963 964 964 965 965 * (% style="color:blue" %)**Downlink Payload (prefix 0x05):** ... ... @@ -997,9 +997,9 @@ 997 997 998 998 (% style="color:blue" %)**AT Command:** 999 999 1000 - 994 +(% _mstmutation="1" style="color:#037691" %)**AT+BLEMASK=123456** (%%) ~/~/ Set BLEMASK = 123456 1001 1001 1002 - 996 +(% _mstmutation="1" style="color:#037691" %)**AT+BLEMASK=0** (%%) ~/~/ disable BLEMASK 1003 1003 1004 1004 (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)** 1005 1005 ... ... @@ -1015,9 +1015,9 @@ 1015 1015 1016 1016 (% style="color:blue" %)**AT Command:** 1017 1017 1018 - 1012 +(% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=123456** (%%) ~/~/ Set WiFiMASK = 123456 1019 1019 1020 - 1014 +(% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=0** (%%) ~/~/ disable WiFiMASK 1021 1021 1022 1022 (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)** 1023 1023 ... ... @@ -1059,11 +1059,11 @@ 1059 1059 1060 1060 (% style="color:#037691" %)**AT+PT=xx** 1061 1061 1062 - 1056 +Example: 1063 1063 1064 - 1058 +AT+PT=14 ~-~-> Set to detect car motion. 1065 1065 1066 - 1060 +AT+PT=41 ~-~-> set to detect walk motion. 1067 1067 1068 1068 1069 1069 (% style="color:blue" %)**Downlink Payload:0xB4** ... ... @@ -1080,9 +1080,9 @@ 1080 1080 1081 1081 (% style="color:#037691" %)**AT+ATST=XX** 1082 1082 1083 - 1077 +Example: 1084 1084 1085 - 1079 +AT+ATST=15 ~-~-> Set the time to 15 seconds 1086 1086 1087 1087 (% style="color:blue" %)**Downlink Payload:0XB5** 1088 1088 ... ... @@ -1098,9 +1098,9 @@ 1098 1098 1099 1099 (% style="color:#037691" %)**AT+PM=xx** 1100 1100 1101 - 1095 +Example: 1102 1102 1103 - 1097 +AT+PM=1 ~-~-> Turn on step counting mode 1104 1104 1105 1105 AT+PM=0 ~-~-> Turn OFF step counting mode 1106 1106 ... ... @@ -1138,7 +1138,7 @@ 1138 1138 1139 1139 (% style="color:#037691" %)**AT+BEEP=XX** 1140 1140 1141 - 1135 +Example: 1142 1142 1143 1143 AT+BEEP=1 ~-~-> Turn on the buzzer 1144 1144 ... ... @@ -1158,7 +1158,7 @@ 1158 1158 1159 1159 (% style="color:#037691" %)**AT+EAT=XX** 1160 1160 1161 - 1155 +Example: 1162 1162 1163 1163 AT+EAT=2 ~-~-> Set the long press time to 2s 1164 1164 ... ... @@ -1513,7 +1513,6 @@ 1513 1513 1514 1514 Error shows below, user might erase the entire flash include u-boot partition which cause this issue. 1515 1515 1516 - 1517 1517 [[image:image-20221122100004-1.png||_mstalt="423514" height="497" width="534"]] 1518 1518 1519 1519 ... ... @@ -1632,9 +1632,11 @@ 1632 1632 1633 1633 == 8.8 Why when using some serial consoles, only inputting the first string port console will return "error"? == 1634 1634 1635 -Need to enter the entire command at once, not a single character 1636 -User can open a command window or copy the entire command to the serial console 1637 1637 1629 +Need to enter the entire command at once, not a single character. 1630 +User can open a command window or copy the entire command to the serial console. 1631 + 1632 + 1638 1638 = 9. Order Info = 1639 1639 1640 1640