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

From version 106.1
edited by Bei Jinggeng
on 2022/11/07 09:15
Change comment: There is no comment for this version
To version 105.2
edited by Xiaoling
on 2022/11/04 17:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Xiaoling
Content
... ... @@ -98,6 +98,7 @@
98 98  * Tracking: max: 38mA
99 99  
100 100  
101 +
101 101  == 1.3  Features ==
102 102  
103 103  
... ... @@ -117,6 +117,7 @@
117 117  * Datalog
118 118  
119 119  
121 +
120 120  == 1.4  Applications ==
121 121  
122 122  
... ... @@ -124,6 +124,7 @@
124 124  * Human tracking
125 125  
126 126  
129 +
127 127  = 2.  Use TrackerD =
128 128  
129 129  
... ... @@ -292,6 +292,7 @@
292 292  |=(% style="width: 77px;" %)**Value**|(% style="width:70px" %)Reserve|(% style="width:92px" %)[[PNACKMD>>||anchor="H2.4.4A0UplinkFPORT3D42CHistoryGNSSPositioning"]]|(% style="width:48px" %)[[LON>>||anchor="H3.2.5Disable2FEnableLEDflash"]]|(% style="width:126px" %)[[Transport Mode>>||anchor="H2.9TransportMode"]]
293 293  
294 294  
298 +
295 295  === 2.4.2 Uplink FPORT~=2, Realtime GNSS Positioning + Temperature & Humidity ===
296 296  
297 297  
... ... @@ -369,6 +369,7 @@
369 369  * < 3.39v:  0~~20%
370 370  
371 371  
376 +
372 372  ==== (% style="color:blue" %)**MOD:**(%%) ====
373 373  
374 374  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -489,9 +489,10 @@
489 489  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
490 490  
491 491  
492 -=== 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) ===
493 493  
498 +=== 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID ===
494 494  
500 +
495 495  TrackerD supports WiFi scans for indoor positioning. User can set [[**SMOD**>>||anchor="H3.2.7SetPositioningMode"]] to **BLE pure** or **GPS/BLE hybrid** so TrackerD will scan WiFi and find the strongest WiFi info and uplink.
496 496  
497 497  
... ... @@ -512,6 +512,7 @@
512 512  * (% style="color:#037691" %)**RSSI:      **(%%)The RSSI from the strongest WiFi.
513 513  
514 514  
521 +
515 515  === 2.4.7  Add Payload format in TTN V3 ===
516 516  
517 517  
... ... @@ -624,6 +624,7 @@
624 624  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
625 625  
626 626  
634 +
627 627  == 2.11 Button Function ==
628 628  
629 629  
... ... @@ -646,6 +646,7 @@
646 646  |(% style="width:135px" %)Enter Deep Sleep Mode|(% style="width:220px" %)Press and hold the button for 10 seconds, then quickly press the device 3 times to enter deep sleep|(% style="width:265px" %)This is the mode ship out from factory. CPU will be complete in sleep mode and no LoRa activity, only use before deploy.
647 647  
648 648  
657 +
649 649  == 2.12 USB Port Function ==
650 650  
651 651  
... ... @@ -657,6 +657,7 @@
657 657  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
658 658  
659 659  
669 +
660 660  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
661 661  
662 662  
... ... @@ -941,7 +941,7 @@
941 941  
942 942  
943 943  
944 -=== 3.2.12  Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) ===
954 +=== 3.2.12  Set WiFIMASK to filter WiFi SSID ===
945 945  
946 946  
947 947  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. It will ignore all other WiFi which doesn’t contact 123456 in the SSID.
... ... @@ -950,9 +950,9 @@
950 950  
951 951  (% style="color:blue" %)**AT Command:**
952 952  
953 - (% style="color:#037691" %)**AT+WiFiMASK =123456**    (%%) ~/~/ Set WiFiMASK = 123456
963 + (% style="color:#037691" %)**AT+ WiFiMASK =123456**    (%%) ~/~/ Set WiFiMASK = 123456
954 954  
955 - (% style="color:#037691" %)**AT+WiFiMASK =0**       (%%) ~/~/ disable WiFiMASK
965 + (% style="color:#037691" %)**AT+ WiFiMASK =0**       (%%) ~/~/ disable WiFiMASK
956 956  
957 957  (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
958 958  
... ... @@ -967,8 +967,8 @@
967 967  
968 968  (% style="color:blue" %)**AT Command:**
969 969  
970 -(% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
971 -\\Example: AT+SHOWID =1 ~-~-> Enable Information printing.
980 +(% style="color:#037691" %)**AT+ SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
981 +\\Example: AT+ SHOWID =1 ~-~-> Enable Information printing.
972 972  
973 973  
974 974  
... ... @@ -979,10 +979,10 @@
979 979  
980 980  (% style="color:blue" %)**AT Command:**
981 981  
982 -(% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode,
992 +(% style="color:#037691" %)**AT+ CHE=1**(%%) ~/~/ set one channels mode,
983 983  
984 984  (% style="color:blue" %)**Downlink Payload:0X24**(%%)
985 -Example: 0x24 01 ~/~/ Same as AT+CHE= = 1
995 +Example: 0x24 01 ~/~/ Same as AT+ CHE= = 1
986 986  
987 987  
988 988  
... ... @@ -1143,6 +1143,7 @@
1143 1143  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1144 1144  
1145 1145  
1156 +
1146 1146  == 7.3 Notes on using different serial port tools for TrackerD ==
1147 1147  
1148 1148  
... ... @@ -1213,6 +1213,7 @@
1213 1213  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1214 1214  
1215 1215  
1227 +
1216 1216  = 9.  Packing Info =
1217 1217  
1218 1218  
... ... @@ -1227,6 +1227,7 @@
1227 1227  * Weight: 50g
1228 1228  
1229 1229  
1242 +
1230 1230  = 10. Support =
1231 1231  
1232 1232  
... ... @@ -1234,6 +1234,7 @@
1234 1234  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]].
1235 1235  
1236 1236  
1250 +
1237 1237  = 11.  Reference =
1238 1238  
1239 1239  
... ... @@ -1242,4 +1242,5 @@
1242 1242  * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]
1243 1243  
1244 1244  
1259 +
1245 1245