Changes for page TrackerD - LoRaWAN Tracker User Manual(Remove WiFi)
Last modified by Xiaoling on 2023/12/27 09:15
From version 164.2
edited by Xiaoling
on 2022/11/28 15:32
on 2022/11/28 15:32
Change comment:
There is no comment for this version
To version 173.1
edited by Bei Jinggeng
on 2022/12/07 13:40
on 2022/12/07 13:40
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 8 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Bei - Content
-
... ... @@ -92,6 +92,7 @@ 92 92 * LoRa Transmit Mode: 125mA @ 20dBm 44mA @ 14dBm 93 93 * Tracking: max: 38mA 94 94 95 + 95 95 == 1.3 Features == 96 96 97 97 ... ... @@ -110,6 +110,7 @@ 110 110 * Tri-color LED, Alarm button 111 111 * Datalog 112 112 114 + 113 113 == 1.4 Applications == 114 114 115 115 ... ... @@ -116,6 +116,7 @@ 116 116 * Logistics and Supply Chain Management 117 117 * Human tracking 118 118 121 + 119 119 = 2. Use TrackerD = 120 120 121 121 == 2.1 How it works? == ... ... @@ -357,6 +357,7 @@ 357 357 * 3.40v ~~ 3.69v: 20% ~~ 40% 358 358 * < 3.39v: 0~~20% 359 359 363 + 360 360 ==== (% style="color:blue" %)**MOD:**(%%) ==== 361 361 362 362 **Example: ** (0x60>>6) & 0x3f =1 ... ... @@ -473,6 +473,7 @@ 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 480 + 476 476 === 2.4.6 Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) === 477 477 478 478 ... ... @@ -496,7 +496,6 @@ 496 496 * (% style="color:#037691" %)**RSSI: **(%%)The RSSI from the strongest WiFi. 497 497 498 498 499 - 500 500 === 2.4.7 Add Payload format in TTN V3 === 501 501 502 502 ... ... @@ -589,6 +589,7 @@ 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 596 + 592 592 == 2.10 LED Status == 593 593 594 594 ... ... @@ -606,6 +606,7 @@ 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 614 + 609 609 == 2.11 Button Function == 610 610 611 611 ... ... @@ -627,6 +627,7 @@ 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 636 + 630 630 == 2.12 USB Port Function == 631 631 632 632 ... ... @@ -637,6 +637,7 @@ 637 637 * [[Configure Device>>||anchor="H3.ConfigureTrackerDviaATcommandorLoRaWANdownlink"]] 638 638 * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]] 639 639 647 + 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) 951 +(% 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) === 955 +=== 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**(%%) 962 +(% 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 967 +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) === 970 +=== 3.2.16 Get or Set Threshold for motion detect(Since firmware 1.4.3) === 963 963 972 + 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 983 + 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 ... ... @@ -1030,13 +1030,13 @@ 1030 1030 US915.bin @ 0x10000(Select the bin file of the frequency band you need) 1031 1031 1032 1032 1033 -[[image:image-202211 18105220-2.png||_mstalt="426608"]]1041 +[[image:image-20221207120501-1.png]] 1034 1034 1035 1035 1036 1036 1037 1037 After upgrade finish, it will show finish as below: 1038 1038 1039 -[[image:image-2022111 8105402-4.png||_mstalt="427986"]]1047 +[[image:image-20221207133911-7.png]] 1040 1040 1041 1041 1042 1042 ... ... @@ -1127,6 +1127,7 @@ 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 1138 + 1130 1130 == 7.3 Notes on using different serial port tools for TrackerD == 1131 1131 1132 1132 === 7.3.1 Serial port utility === ... ... @@ -1241,7 +1241,7 @@ 1241 1241 ((( 1242 1242 Some partition is missed during upgrade, please upgrade below four files as example: 1243 1243 1244 -[[image:image-20221 122100004-2.png||_mstalt="423878" height="619" width="389"]]1253 +[[image:image-20221207120524-2.png]] 1245 1245 ))) 1246 1246 1247 1247 ... ... @@ -1262,7 +1262,7 @@ 1262 1262 1263 1263 User need to upgrade again with below four files to solve this issue. 1264 1264 1265 - [[image:image-20221 122100004-2.png||_mstalt="423878" height="619" width="389"]]1274 + [[image:image-20221207120530-3.png]] 1266 1266 1267 1267 **Figure 2** 1268 1268 ... ... @@ -1329,9 +1329,10 @@ 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 1341 + 1332 1332 When upgrading, use the erase button to upgrade 1333 1333 1334 -[[image:image-20221 128102938-1.png||height="537" width="335"]]1344 +[[image:image-20221207120536-4.png]] 1335 1335 1336 1336 1337 1337 The parameters are displayed abnormally and cannot be fixed using AT+FDR ... ... @@ -1338,22 +1338,27 @@ 1338 1338 1339 1339 [[image:image-20221128103040-2.png||height="431" width="525"]] 1340 1340 1351 + 1341 1341 Please upgrade these four files,link(The boot_app0 file is in the version folder you need) 1342 1342 1343 -[[image:image-20221 128110503-3.png||height="647" width="410"]]1354 +[[image:image-20221207134028-8.png]] 1344 1344 1356 + 1345 1345 Reboot information after upgrade 1346 1346 1347 1347 [[image:image-20221128111443-4.png||height="432" width="546"]] 1348 1348 1361 + 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 1366 + 1353 1353 After the parameters return to normal, upgrade to the version you need again 1354 1354 1355 -[[image:image-2022112 8111951-6.png||height="620" width="389"]]1369 +[[image:image-20221207120601-5.png]] 1356 1356 1371 + 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,7 @@ 1380 1380 1381 1381 * (% style="color:red" %)**US915**(%%): Default frequency band US915 1382 1382 1398 + 1383 1383 = 10. Packing Info = 1384 1384 1385 1385 ... ... @@ -1395,6 +1395,7 @@ 1395 1395 1396 1396 * Weight: 50g 1397 1397 1414 + 1398 1398 = 11. Support = 1399 1399 1400 1400 ... ... @@ -1402,6 +1402,7 @@ 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 1422 + 1405 1405 = 12. Reference = 1406 1406 1407 1407
- image-20221207120501-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +44.5 KB - Content
- image-20221207120524-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +44.5 KB - Content
- image-20221207120530-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +44.5 KB - Content
- image-20221207120536-4.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +44.5 KB - Content
- image-20221207120601-5.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +44.5 KB - Content
- image-20221207133836-6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +52.1 KB - Content
- image-20221207133911-7.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +46.3 KB - Content
- image-20221207134028-8.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Bei - Size
-
... ... @@ -1,0 +1,1 @@ 1 +49.3 KB - Content