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

From version 163.1
edited by Bei Jinggeng
on 2022/11/28 11:20
Change comment: There is no comment for this version
To version 155.3
edited by Xiaoling
on 2022/11/24 17:07
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
... ... @@ -56,11 +56,13 @@
56 56  * EEPROM: 520 KB
57 57  * Clock Speed: 32Mhz
58 58  
59 +
59 59  (% style="color:blue" %)**Common DC Characteristics:**
60 60  
61 61  * Supply Voltage: 5V via USB port or Internal li-on battery
62 62  * Operating Temperature: -40 ~~ 60°C
63 63  
65 +
64 64  (% style="color:blue" %)**LoRa Spec:**
65 65  
66 66  * Frequency Range,
... ... @@ -82,10 +82,12 @@
82 82  * Packet engine up to 256 bytes with CRC.
83 83  * LoRaWAN 1.0.3 Specification
84 84  
87 +
85 85  (% style="color:blue" %)**Battery:**
86 86  
87 87  * 1000mA Li-on Battery power (for model TrackerD)
88 88  
92 +
89 89  (% style="color:blue" %)**Power Consumption**
90 90  
91 91  * Sleeping Mode: 200uA
... ... @@ -93,6 +93,8 @@
93 93  * Tracking: max: 38mA
94 94  
95 95  
100 +
101 +
96 96  == 1.3  Features ==
97 97  
98 98  
... ... @@ -112,6 +112,9 @@
112 112  * Datalog
113 113  
114 114  
121 +
122 +
123 +
115 115  == 1.4  Applications ==
116 116  
117 117  
... ... @@ -119,6 +119,8 @@
119 119  * Human tracking
120 120  
121 121  
131 +
132 +
122 122  = 2.  Use TrackerD =
123 123  
124 124  == 2.1 How it works? ==
... ... @@ -362,6 +362,8 @@
362 362  * < 3.39v:  0~~20%
363 363  
364 364  
376 +
377 +
365 365  ==== (% style="color:blue" %)**MOD:**(%%) ====
366 366  
367 367  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -479,6 +479,8 @@
479 479  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
480 480  
481 481  
495 +
496 +
482 482  === 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) ===
483 483  
484 484  
... ... @@ -502,6 +502,8 @@
502 502  * (% style="color:#037691" %)**RSSI:      **(%%)The RSSI from the strongest WiFi.
503 503  
504 504  
520 +
521 +
505 505  === 2.4.7  Add Payload format in TTN V3 ===
506 506  
507 507  
... ... @@ -595,6 +595,8 @@
595 595  * **[[PT>>||anchor="H3.2.16GetorSetThresholdformotiondetectFF08Sincefirmware1.4.3FF09"]]** defines the threldhold to detect a motion.
596 596  
597 597  
615 +
616 +
598 598  == 2.10 LED Status ==
599 599  
600 600  
... ... @@ -646,6 +646,8 @@
646 646  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
647 647  
648 648  
668 +
669 +
649 649  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
650 650  
651 651  
... ... @@ -675,6 +675,7 @@
675 675  [[image:1664503047675-651.png||_mstalt="295386"]]
676 676  
677 677  
699 +
678 678  == 3.2 Command Set ==
679 679  
680 680  === 3.2.1 Set Transmit Interval ===
... ... @@ -867,7 +867,6 @@
867 867  
868 868  === 3.2.10 Disable/Enable the confirmation mode ===
869 869  
870 -
871 871  * (% style="color:blue" %)**AT Command:**
872 872  
873 873  (% style="color:#037691" %)**AT+CFM=xx**
... ... @@ -1225,7 +1225,7 @@
1225 1225  
1226 1226  
1227 1227  (((
1228 -Before firmware v1.4.0: When the Transport Mode is enabled ((% style="color:blue" %)**AT+INTWK=1**(%%)), the **TDC** needs to be greater than **MTDC**, otherwise, TDC setting will because 4294947296 after wakre up from motion. This bug is fixed in firmware v1.4.1
1249 +Before firmware v1.4.0: When the Transport Mode is enabled (**AT+INTWK=1**), the **TDC** needs to be greater than **MTDC**, otherwise, TDC setting will because 4294947296 after wakre up from motion. This bug is fixed in firmware v1.4.1
1229 1229  )))
1230 1230  
1231 1231  
... ... @@ -1241,13 +1241,10 @@
1241 1241  
1242 1242  === 8.3.1 "rst: (0x3 SW_RESET)" and Continue Restart after upgrading ===
1243 1243  
1265 +Error Output
1244 1244  
1245 -**Error Output**
1246 -
1247 -
1248 1248  [[image:image-20221122100004-4.png||_mstalt="424606"]]
1249 1249  
1250 -
1251 1251  (((
1252 1252  Some partition is missed during upgrade, please upgrade below four files as example:
1253 1253  
... ... @@ -1263,10 +1263,8 @@
1263 1263  
1264 1264  === 8.3.3 "flash read err" after upgrade firmware ===
1265 1265  
1266 -
1267 1267  Error shows below, user might erase the entire flash include u-boot partition which cause this issue.
1268 1268  
1269 -
1270 1270  [[image:image-20221122100004-1.png||_mstalt="423514" height="497" width="534"]]
1271 1271  
1272 1272  
... ... @@ -1277,26 +1277,23 @@
1277 1277   **Figure 2**
1278 1278  
1279 1279  
1280 -=== 8.3. "Device Key become ff ff ff ff ff ff ff ff " after upgrade firmware ===
1296 +=== 8.3.3 "Device Key become ff ff ff ff ff ff ff ff " after upgrade firmware ===
1281 1281  
1282 -
1283 1283  User might erase the entire flash include keys and default settings which cause this issue.
1284 1284  
1285 -After the upgrade is completed, enter **AT+CFG** as shown in the figure below.
1300 +After the upgrade is completed, enter AT+CFG as shown in the figure below.
1286 1286  
1287 -
1288 1288  [[image:image-20221122100004-3.png||_mstalt="424242"]]
1289 1289  
1304 +Please **(% style="color:blue" %)AT+FDR**(%%) which will reset all settings to factory settings. , and then input the following keys by the information on the label.
1290 1290  
1291 -Please (% style="color:blue" %)**AT+FDR**(%%) which will reset all settings to factory settings. , and then input the following keys by the information on the label.
1292 -
1293 1293  After AT+FDR. please set
1294 1294  
1295 -* (% _mstmutation="1" style="color:blue" %)**AT+PDOP=7**
1308 +* AT+PDOP=7
1296 1296  
1297 -* (% _mstmutation="1" style="color:blue" %)**AT+FTIME=180000**
1310 +* AT+FTIME=180000
1298 1298  
1299 -**Example:**
1312 +Example:
1300 1300  
1301 1301  AT+PDOP=7.00
1302 1302  
... ... @@ -1337,38 +1337,6 @@
1337 1337  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
1338 1338  
1339 1339  
1340 -== 8.6  When upgrading the firmware, the data is not completely erased, and the information does not return to normal after multiple resets ==
1341 -
1342 -When upgrading, use the erase button to upgrade
1343 -
1344 -[[image:image-20221128102938-1.png||height="537" width="335"]]
1345 -
1346 -
1347 -The parameters are displayed abnormally and cannot be fixed using AT+FDR
1348 -
1349 -[[image:image-20221128103040-2.png||height="431" width="525"]]
1350 -
1351 -Please upgrade these four files,link(The boot_app0 file is in the version folder you need)
1352 -
1353 -[[image:image-20221128110503-3.png||height="647" width="410"]]
1354 -
1355 -Reboot information after upgrade
1356 -
1357 -[[image:image-20221128111443-4.png||height="432" width="546"]]
1358 -
1359 -Use AT+FDR command to reset and then use AT+CFG to check whether the configuration is back to normal
1360 -
1361 -[[image:image-20221128111850-5.png]]
1362 -
1363 -After the parameters return to normal, upgrade to the version you need again
1364 -
1365 -[[image:image-20221128111951-6.png||height="620" width="389"]]
1366 -
1367 -At this point the parameters return to normal
1368 -
1369 -[[image:image-20221128112035-7.png]]
1370 -
1371 -
1372 1372  = 9.  Order Info =
1373 1373  
1374 1374  
... ... @@ -1391,6 +1391,8 @@
1391 1391  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1392 1392  
1393 1393  
1375 +
1376 +
1394 1394  = 10.  Packing Info =
1395 1395  
1396 1396  
... ... @@ -1407,6 +1407,8 @@
1407 1407  * Weight: 50g
1408 1408  
1409 1409  
1393 +
1394 +
1410 1410  = 11. Support =
1411 1411  
1412 1412  
... ... @@ -1415,6 +1415,8 @@
1415 1415  * 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]].
1416 1416  
1417 1417  
1403 +
1404 +
1418 1418  = 12.  Reference =
1419 1419  
1420 1420  
... ... @@ -1423,4 +1423,3 @@
1423 1423  * **[[Source Code>>https://github.com/dragino/TrackerD]] **
1424 1424  
1425 1425  * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]
1426 -)))
image-20221128102938-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -41.3 KB
Content
image-20221128103040-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -19.2 KB
Content
image-20221128110503-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -45.6 KB
Content
image-20221128111443-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -15.6 KB
Content
image-20221128111850-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -14.5 KB
Content
image-20221128111951-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -45.4 KB
Content
image-20221128112035-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -14.7 KB
Content