Last modified by Xiaoling on 2023/12/27 09:15

From version 153.1
edited by Edwin Chen
on 2022/11/24 09:16
Change comment: There is no comment for this version
To version 147.1
edited by Edwin Chen
on 2022/11/22 20:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -586,11 +586,7 @@
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.
592 592  
593 -
594 594  == 2.10 LED Status ==
595 595  
596 596  
... ... @@ -859,7 +859,7 @@
859 859  
860 860  
861 861  
862 -=== 3.2.10 Disable/Enable the confirmation mode ===
858 +**Disable/Enable the confirmation mode**
863 863  
864 864  * (% style="color:blue" %)**AT Command:**
865 865  
... ... @@ -878,7 +878,7 @@
878 878  (% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+CFM=1
879 879  
880 880  
881 -=== 3.2.11  Auto Send None-ACK messages ===
877 +=== 3.2.10  Auto Send None-ACK messages ===
882 882  
883 883  
884 884  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.
... ... @@ -896,10 +896,10 @@
896 896  
897 897  * (% style="color:blue" %)**Downlink Command: 0x34**
898 898  
899 -Example: 0x34 01  ~/~/  Same as AT+PNACKMD=1
895 +Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
900 900  
901 901  
902 -=== 3.2.12  Set BLEMASK to filter BLE iBeacon ===
898 +=== 3.2.11  Set BLEMASK to filter BLE iBeacon ===
903 903  
904 904  
905 905  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.
... ... @@ -914,10 +914,10 @@
914 914  
915 915  (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)**
916 916  
917 -Example: 0xB2 01 02 03 04 05 06    ~/~/ Set BLEMASK to 123456
913 +Example: 0xB2010203040506    ~/~/ Set BLEMASK to 123456
918 918  
919 919  
920 -=== 3.2.13  Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) ===
916 +=== 3.2.12  Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) ===
921 921  
922 922  
923 923  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.
... ... @@ -932,10 +932,10 @@
932 932  
933 933  (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
934 934  
935 -Example: 0xB3 01 02 03 04 05 06    ~/~/ Set WiFiMASK to 123456
931 +Example: 0xB3010203040506    ~/~/ Set WiFiMASK to 123456
936 936  
937 937  
938 -=== 3.2.1 Disable/Enable Information printing(Since firmware 1.4.1) ===
934 +=== 3.2.13 Disable/Enable Information printing(Since firmware 1.4.1) ===
939 939  
940 940  
941 941  Users can use this feature to enable/disable Information printing.
... ... @@ -946,7 +946,7 @@
946 946  \\Example: AT+SHOWID=1 ~-~-> Enable Information printing.
947 947  
948 948  
949 -=== 3.2.15 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
945 +=== 3.2.14 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
950 950  
951 951  
952 952  The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network.
... ... @@ -961,26 +961,6 @@
961 961  Example: 0x24 01 ~/~/ Same as AT+CHE=1
962 962  
963 963  
964 -=== 3.2.16 Get or Set Threshold for motion detect(Since firmware 1.4.3) ===
965 -
966 -User can set the motion detect thredhold for transportation mode. The smaller the value, the more sensitivity to trigger a motion event.
967 -
968 -(% style="color:blue" %)**AT Command:**
969 -
970 -(% style="color:#037691" %)**AT+PT=xx**
971 -
972 - Example:
973 -
974 - AT+PT=14    ~-~->    Set to detect car motion.
975 -
976 - AT+PT=41   ~-~->    set to detect walk motion.
977 -
978 -
979 -(% style="color:blue" %)**Downlink Payload:0xB4**(%%)
980 -0xB4 14          ~/~/  Same as AT+PT=14
981 -
982 -
983 -
984 984  = 4. Setting for Different Scenarios =
985 985  
986 986  
... ... @@ -1277,6 +1277,7 @@
1277 1277  * AT+PDOP=7
1278 1278  * AT+FTIME=180000
1279 1279  
1256 +
1280 1280  Example:
1281 1281  
1282 1282  AT+PDOP=7.00
... ... @@ -1316,11 +1316,11 @@
1316 1316  
1317 1317  2)  Set PDOP to a higher value.
1318 1318  
1319 -* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=2 **(%%)(can be positioned precisely.)
1296 +* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=2 **(%%)(can be positioned precisely.)
1320 1320  
1321 -* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=7 **(%%)(Quickly locate in open spaces)
1298 +* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=7 **(%%)(Quickly locate in open spaces)
1322 1322  
1323 -* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=14.7** (%%)(Positioning can be acquired in complex environments)
1300 +* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=14.7** (%%)(Positioning can be acquired in complex environments)
1324 1324  
1325 1325  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
1326 1326