<
From version < 164.2 >
edited by Xiaoling
on 2022/11/28 15:32
To version < 164.3 >
edited by Xiaoling
on 2022/11/28 15:48
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -92,6 +92,8 @@
92 92  * LoRa Transmit Mode: 125mA @ 20dBm 44mA @ 14dBm
93 93  * Tracking: max: 38mA
94 94  
95 +
96 +
95 95  == 1.3  Features ==
96 96  
97 97  
... ... @@ -110,6 +110,8 @@
110 110  * Tri-color LED, Alarm button
111 111  * Datalog
112 112  
115 +
116 +
113 113  == 1.4  Applications ==
114 114  
115 115  
... ... @@ -116,6 +116,8 @@
116 116  * Logistics and Supply Chain Management
117 117  * Human tracking
118 118  
123 +
124 +
119 119  = 2.  Use TrackerD =
120 120  
121 121  == 2.1 How it works? ==
... ... @@ -308,6 +308,7 @@
308 308  |=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)1 bit|(% style="width:80px" %)1bit|(% style="width:50px" %)14bits
309 309  |=(% style="width: 72px;" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>||anchor="HBAT:"]] 
310 310  
317 +
311 311  ==== (% style="color:blue" %)**FLAG:**(%%) ====
312 312  
313 313  (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:120px" %)
... ... @@ -357,6 +357,8 @@
357 357  * 3.40v ~~ 3.69v:  20% ~~ 40%
358 358  * < 3.39v:  0~~20%
359 359  
367 +
368 +
360 360  ==== (% style="color:blue" %)**MOD:**(%%) ====
361 361  
362 362  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -473,6 +473,8 @@
473 473  * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
474 474  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
475 475  
485 +
486 +
476 476  === 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) ===
477 477  
478 478  
... ... @@ -589,6 +589,8 @@
589 589  * **[[TDC>>||anchor="H3.2.1SetTransmitInterval"]]** defines the uplink interval when TrackerD is stactic.
590 590  * **[[PT>>||anchor="H3.2.16GetorSetThresholdformotiondetectFF08Sincefirmware1.4.3FF09"]]** defines the threldhold to detect a motion.
591 591  
603 +
604 +
592 592  == 2.10 LED Status ==
593 593  
594 594  
... ... @@ -606,6 +606,8 @@
606 606  |(% style="width:157px" %)**Get Downlink**|(% style="width:271px" %)(% style="color:green" %)**GREEN**(%%) led on 1 second|(% style="width:202px" %)Yes
607 607  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
608 608  
622 +
623 +
609 609  == 2.11 Button Function ==
610 610  
611 611  
... ... @@ -627,6 +627,8 @@
627 627  |(% style="width:135px" %)Exit Alarm Mode|(% style="width:220px" %)Fast press the (% style="color:red" %)**RED** (%%)button 10 times|(% style="width:265px" %)Exit Alarm Mode
628 628  |(% 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.
629 629  
645 +
646 +
630 630  == 2.12 USB Port Function ==
631 631  
632 632  
... ... @@ -637,6 +637,8 @@
637 637  * [[Configure Device>>||anchor="H3.ConfigureTrackerDviaATcommandorLoRaWANdownlink"]]
638 638  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
639 639  
657 +
658 +
640 640  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
641 641  
642 642  
... ... @@ -940,11 +940,11 @@
940 940  
941 941  (% style="color:blue" %)**AT Command:**
942 942  
943 -(% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
962 +(% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/  (Disable (0), Enable (1), default:0)
944 944  \\Example: AT+SHOWID=1 ~-~-> Enable Information printing.
945 945  
946 946  
947 -=== 3.2.15 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
966 +=== 3.2.15  Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
948 948  
949 949  
950 950  The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network.
... ... @@ -951,16 +951,17 @@
951 951  
952 952  (% style="color:blue" %)**AT Command:**
953 953  
954 -(% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode
973 +(% style="color:#037691" %)**AT+CHE=1  **(%%) ~/~/ set one channels mode
955 955  
956 956  
957 957  (% style="color:blue" %)**Downlink Payload:0X24**
958 958  
959 -Example: 0x24 01 ~/~/ Same as AT+CHE=1
978 +Example: 0x24 01  ~/~/ Same as AT+CHE=1
960 960  
961 961  
962 -=== 3.2.16 Get or Set Threshold for motion detect(Since firmware 1.4.3) ===
981 +=== 3.2.16  Get or Set Threshold for motion detect(Since firmware 1.4.3) ===
963 963  
983 +
964 964  User can set the motion detect thredhold for transportation mode. The smaller the value, the more sensitivity to trigger a motion event.
965 965  
966 966  (% style="color:blue" %)**AT Command:**
... ... @@ -971,7 +971,7 @@
971 971  
972 972   AT+PT=14    ~-~->    Set to detect car motion.
973 973  
974 - AT+PT=41   ~-~->    set to detect walk motion.
994 + AT+PT=41  ~-~->    set to detect walk motion.
975 975  
976 976  
977 977  (% style="color:blue" %)**Downlink Payload:0xB4**(%%)
... ... @@ -978,7 +978,6 @@
978 978  0xB4 14          ~/~/  Same as AT+PT=14
979 979  
980 980  
981 -
982 982  = 4. Setting for Different Scenarios =
983 983  
984 984  
... ... @@ -1127,6 +1127,8 @@
1127 1127  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
1128 1128  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1129 1129  
1149 +
1150 +
1130 1130  == 7.3 Notes on using different serial port tools for TrackerD ==
1131 1131  
1132 1132  === 7.3.1  Serial port utility ===
... ... @@ -1329,6 +1329,7 @@
1329 1329  
1330 1330  == 8.6  When upgrading the firmware, the data is not completely erased, and the information does not return to normal after multiple resets ==
1331 1331  
1353 +
1332 1332  When upgrading, use the erase button to upgrade
1333 1333  
1334 1334  [[image:image-20221128102938-1.png||height="537" width="335"]]
... ... @@ -1338,22 +1338,27 @@
1338 1338  
1339 1339  [[image:image-20221128103040-2.png||height="431" width="525"]]
1340 1340  
1363 +
1341 1341  Please upgrade these four files,link(The boot_app0 file is in the version folder you need)
1342 1342  
1343 1343  [[image:image-20221128110503-3.png||height="647" width="410"]]
1344 1344  
1368 +
1345 1345  Reboot information after upgrade
1346 1346  
1347 1347  [[image:image-20221128111443-4.png||height="432" width="546"]]
1348 1348  
1373 +
1349 1349  Use AT+FDR command to reset and then use AT+CFG to check whether the configuration is back to normal
1350 1350  
1351 1351  [[image:image-20221128111850-5.png]]
1352 1352  
1378 +
1353 1353  After the parameters return to normal, upgrade to the version you need again
1354 1354  
1355 1355  [[image:image-20221128111951-6.png||height="620" width="389"]]
1356 1356  
1383 +
1357 1357  At this point, the parameters return to normal after running AT+FDR again
1358 1358  
1359 1359  [[image:image-20221128112035-7.png]]
... ... @@ -1380,6 +1380,8 @@
1380 1380  
1381 1381  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1382 1382  
1410 +
1411 +
1383 1383  = 10.  Packing Info =
1384 1384  
1385 1385  
... ... @@ -1395,6 +1395,8 @@
1395 1395  
1396 1396  * Weight: 50g
1397 1397  
1427 +
1428 +
1398 1398  = 11. Support =
1399 1399  
1400 1400  
... ... @@ -1402,6 +1402,8 @@
1402 1402  
1403 1403  * 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]].
1404 1404  
1436 +
1437 +
1405 1405  = 12.  Reference =
1406 1406  
1407 1407  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0