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

From version 215.3
edited by Xiaoling
on 2023/10/27 18:00
Change comment: There is no comment for this version
To version 216.7
edited by Xiaoling
on 2023/12/27 08:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -TrackerD -LoRaWAN Tracker User Manual
1 +TrackerD - LoRaWAN Tracker User Manual
Content
... ... @@ -23,7 +23,7 @@
23 23  )))
24 24  
25 25  (((
26 -In TrackerD, there are various sensors such as GPS, WiFi, BLE, Temperature, Humidity, Motion Detection, and Buzzer. User can use TrackerD for different tracking scenario.
26 +In TrackerD, there are various sensors such as GPS,BLE, Temperature, Humidity, Motion Detection, and Buzzer. User can use TrackerD for different tracking scenario.
27 27  
28 28  (((
29 29  TrackerD is program friendly. Developers can use Arduino IDE to customize the software of TrackerD to fit their IoT solution.
... ... @@ -51,7 +51,6 @@
51 51  * Espressif ESP32 PICO D4
52 52  * MCU: ESP32 PICO D4
53 53  * Bluetooth: Bluetooth V4.2 BR/EDR and Bluetooth LE
54 -* WiFi : 802.11 b/g/n (802.11n up to 150 Mbps)
55 55  * Integrated SPI flash : 4 MB
56 56  * RAM: 448 KB
57 57  * EEPROM: 520 KB
... ... @@ -105,7 +105,7 @@
105 105  * SX1276/78 Wireless Chip
106 106  * Arduino IDE Compatible
107 107  * Open source hardware / software
108 -* Regular/ Real-time GPS,BLE,WIFI tracking
107 +* Regular/ Real-time GPS,BLE
109 109  * Built-in3 axis accelerometer (LIS3DH)
110 110  * Humidity / temperature sensor : GXCAS Technology GXHT3X
111 111  * Motion sensing capability
... ... @@ -193,7 +193,7 @@
193 193  Users can set TrackerD to different Positioning Mode for different applications. Below mod are supported.
194 194  
195 195  * (% style="color:#037691" %)**GPS ONLY(Factory Settings):    **(%%)Only get and uplink GPS location info.
196 -* (% style="color:#037691" %)**BLE or WiFi ONLY:            **(%%)** **Only obtain iBeacon info via BLE and uplink  or obtain wifi ssid info via WiFi and uplink. Design for Indoor tracking.
195 +* (% style="color:#037691" %)**BLE:            **(%%)** **Only obtain iBeacon info via BLE and uplink uplink. Design for Indoor tracking.
197 197  * (% style="color:#037691" %)**GPS/BLE Hybrid:                        **(%%)Combination for Indoor and Outdoor tracking. Devices will try to search BLE iBeacon first. If device can't find the iBeacon, it will use GPS for positioning.
198 198  
199 199  Users can switch modes by [[changing SMOD>>||anchor="H3.2.7SetPositioningMode"]].
... ... @@ -278,9 +278,7 @@
278 278  
279 279  (% style="color:red" %)**1: ** (%%) BLE Positioning with Strongest iBeacon
280 280  
281 -(% _mstmutation="1" style="color:red" %)**2:**  (%%)WiFi Positioning with Strongest WiFi SSID(% _mstmutation="1" style="color:blue" %)(V1.4.1 Version support this function later)(%%)  
282 282  
283 -
284 284  (% style="color:#037691" %)**Status Field (total 1 byte)**(%%):  0x02
285 285  
286 286  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:413px" %)
... ... @@ -295,7 +295,6 @@
295 295  
296 296  Users can use (% style="color:blue" %)**AT+SMOD=1,0,0**(%%) to enable uploading on-board Temperature and humidity values, and the total payload will be 15 bytes,
297 297  
298 -
299 299  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:320px" %)
300 300  |(% style="width:60px" %)**Size(bytes)**|(% style="width:50px" %)4|(% style="width:50px" %)4|(% style="width:70px" %)2|(% style="width:30px" %)1|(% style="width:30px" %)2|(% style="width:30px" %)2
301 301  |(% style="width:69px" %)**Value**|(% style="width:76px" %)[[Latitude>>||anchor="HLocationinfo:"]]|(% style="width:87px" %)[[Longitude>>||anchor="HLocationinfo:"]]|(% style="width:76px" %)(((
... ... @@ -343,7 +343,6 @@
343 343  [[image:1664502166010-515.png||_mstalt="291395"]]
344 344  
345 345  
346 -
347 347  ==== (% style="color:blue" %)**Alarm:**(%%) ====
348 348  
349 349  **Example: ** 0x4B & 0x40 >> 6 = 0x01
... ... @@ -365,7 +365,6 @@
365 365  
366 366  (% style="display:none" %) (%%)
367 367  
368 -
369 369  ==== (% style="color:blue" %)**MOD:**(%%) ====
370 370  
371 371  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -478,7 +478,6 @@
478 478  
479 479  (% style="display:none" %) (%%)
480 480  
481 -
482 482  === 2.4.6  Uplink FPORT~=7, Alarm information status(Since firmware 1.4.4) ===
483 483  
484 484  
... ... @@ -499,36 +499,15 @@
499 499  **Lon**=(bytes[2] & 0x20)
500 500  
501 501  
502 -=== 2.4.7  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) ===
503 503  
496 +=== 2.4.7  Uplink FPORT~=9, BLE Positioning with Multiple iBeacon(Since firmware 1.4.7) ===
504 504  
505 -TrackerD supports WiFi scans for indoor positioning. User can set [[**SMOD**>>||anchor="H3.2.7SetPositioningMode"]] to **WiFi** so TrackerD will scan WiFi and find the strongest WiFi info and uplink.
506 -
507 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:348px" %)
508 -|(% style="width:65px" %)(((
509 -**Size(bytes)**
510 -)))|(% style="width:50px" %)6|(% style="width:50px" %)4|(% style="width:133px" %)2|(% style="width:50px" %)1
511 -|(% style="width:69px" %)**Value**|(% style="width:48px" %)SSID|(% style="width:48px" %)RSSI|(% style="width:103px" %)(((
512 -[[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
513 -)))|(% style="width:52px" %)[[FLAG>>||anchor="HFLAG:"]]
514 -
515 -(% class="wikigeneratedid" %)
516 -[[image:1667288597595-714.png||_mstalt="299598" height="212" width="1151"]]
517 -
518 -* (% style="color:#037691" %)**BAT: ** (%%) Ex1:0x4B45 & 0x3FFF ⇒ 3901 (mV).
519 -* (% style="color:#037691" %)**SSID:      **(%%)WiFi name.
520 -* (% style="color:#037691" %)**RSSI:      **(%%)The RSSI from the strongest WiFi.
521 -
522 -(% style="display:none" %) (%%)
523 -
524 -=== 2.4.8  Uplink FPORT~=9, BLE Positioning with Multiple iBeacon(Since firmware 1.4.7) ===
525 -
526 526  TrackerD supports BLE scanning for indoor positioning. Users can set SMOD to BLE pure or GPS/BLE Hybrid, so TrackerD will scan up to 40 BLE iBeacons and send uplinks.
527 527  
528 -User can set [[(% class="wikiinternallink wikiinternallink wikiinternallink" %)**BLEMASK**>>path:#H3.2.11A0SetBLEMASKtofilterBLEiBeacon]](%%) so TrackerD will only search the iBeacons which have UUID that match the BLEMASK settings.
500 +User can set [[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)**BLEMASK**>>path:#H3.2.11A0SetBLEMASKtofilterBLEiBeacon]](%%) so TrackerD will only search the iBeacons which have UUID that match the BLEMASK settings.
529 529  
530 530  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:348px" %)
531 -|**Size(bytes)**|2|2|2|…..|2|2|2|2|1
503 +|**Size(bytes)**|2|2|1|…..|2|2|1|2|1
532 532  |**Value**|iBeacon MAJOR|iBeacon MINOR|iBeacon RSSI|…..|iBeacon MAJOR|iBeacon MINOR|iBeacon RSSI|[[Alarm & BAT>>path:#HAlarm26BAT:]]|[[FLAG>>path:#HFLAG:]]
533 533  
534 534  (% class="wikigeneratedid" id="H" %)
... ... @@ -544,7 +544,7 @@
544 544  payload format: (Major + Minor+Rssi)+(Major + Minor+Rssi)+...(Maximum forty group)...+BAT+State
545 545  
546 546  
547 -=== 2.4.9  Add Payload format in TTN V3 ===
519 +=== 2.4.8  Add Payload format in TTN V3 ===
548 548  
549 549  
550 550  In TTN V3, user can add a custom payload so it shows friendly.
... ... @@ -644,7 +644,6 @@
644 644  User can push the (% style="color:red" %)**RED button**(%%) by more than 5 seconds to enter Alarm Mode. Alarm Mode is used to send SOS info to IoT platform.
645 645  )))
646 646  
647 -
648 648  (((
649 649  Once enter Alarm mode, the (% style="color:green" %)**GREEN LED**(%%) will flash 3 times, the buzzer will alarm for 5 seconds, then TrackerD will immediately send a packet without location info and then send a data packet with GPS positioning information. After that, the device will send 60 packets at 1-minute intervals. The Alarm flag in the payload will be set for the next 60 packets unless exits alert mode.
650 650  )))
... ... @@ -675,7 +675,6 @@
675 675  
676 676  (% style="display:none" %) (%%)
677 677  
678 -
679 679  == 2.11  LED Status ==
680 680  
681 681  
... ... @@ -695,7 +695,6 @@
695 695  
696 696  (% style="display:none" %) (%%)
697 697  
698 -
699 699  == 2.12  Button Function ==
700 700  
701 701  
... ... @@ -720,7 +720,6 @@
720 720  
721 721  (% style="display:none" %) (%%)
722 722  
723 -
724 724  == 2.13  USB Port Function ==
725 725  
726 726  
... ... @@ -733,7 +733,6 @@
733 733  
734 734  (% style="display:none" %) (%%)
735 735  
736 -
737 737  == 2.14  Sleep Mode ==
738 738  
739 739  
... ... @@ -885,7 +885,7 @@
885 885  
886 886  * (% style="color:red" %)**1: GPS ONLY(Factory Settings):    **(%%)Only get and uplink GPS location info.
887 887  
888 -* (% style="color:red" %)**2: BLE or WiFi ONLY:                     **(%%)Only obtain iBeacon info via BLE and uplink  or obtain WiFi ssid info via WiFi and uplink. Design for Indoor tracking.
855 +* (% style="color:red" %)**2: BLE :                     **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking.
889 889  
890 890  * (% style="color:red" %)**3: GPS/BLE Hybrid:                       **(%%)Combination for Indoor and Outdoor tracking.Devices will try to search BLE iBeacon first. If device can't find the iBeacon, it will use GPS for positioning.
891 891  
... ... @@ -898,8 +898,7 @@
898 898  (% style="color:#037691" %)**cc:   **
899 899  
900 900  * (% _mstmutation="1" style="color:red" %)**1 : **(%%) (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 
901 -
902 -* (% _mstmutation="1" style="color:red" %)**2 : **(%%) (WiFi)SSID+Rssi+BAT+State ((% _mstmutation="1" style="color:#037691" %)V1.4.1 Version support this function later(%%))  
868 +  
903 903  
904 904  (% style="color:blue" %)**Example:**
905 905  
... ... @@ -909,8 +909,6 @@
909 909  
910 910   AT+SMOD=2,0,1 ~-~->  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
911 911  
912 - AT+SMOD=2,0,2 ~-~->  (WiFi)SSID+Rssi+BAT+State
913 -
914 914   AT+SMOD=2,0,3  ~-~->  (iBeacon) (Major + Minor+Rssi)+(Major + Minor+Rssi)+...(Maximum forty group)...+BAT+State
915 915  
916 916  * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
... ... @@ -1012,32 +1012,14 @@
1012 1012  
1013 1013  (% _mstmutation="1" style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
1014 1014  
1015 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1**
979 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB2)(Since firmware 1.4.1)**
1016 1016  
1017 1017  Example: 0xB2 01 02 03 04 05 06    ~/~/ Set BLEMASK to 123456
1018 1018  
1019 1019  
1020 -=== 3.2.13  Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1 ===
984 +=== 3.2.13  Disable/Enable Information printing(Since firmware 1.4.1) ===
1021 1021  
1022 1022  
1023 -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.
1024 -
1025 -(% style="color:red" %)**Note: WiFiMASK range is 6 ~~ 10 bytes. If AT+ WiFiMASK < 6 bytes, WiFiMASK will be disabled.**
1026 -
1027 -(% style="color:blue" %)**AT Command:**
1028 -
1029 -(% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=123456**    (%%) ~/~/ Set WiFiMASK = 123456
1030 -
1031 -(% _mstmutation="1" style="color:#037691" %)**AT+WiFiMASK=0**       (%%) ~/~/ disable WiFiMASK
1032 -
1033 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
1034 -
1035 -Example: 0xB3 01 02 03 04 05 06    ~/~/ Set WiFiMASK to 123456
1036 -
1037 -
1038 -=== 3.2.14  Disable/Enable Information printing(Since firmware 1.4.1) ===
1039 -
1040 -
1041 1041  Users can use this feature to enable/disable Information printing.
1042 1042  
1043 1043  (% style="color:blue" %)**AT Command:**
... ... @@ -1046,7 +1046,7 @@
1046 1046  \\Example: AT+SHOWID=1 ~-~-> Enable Information printing.
1047 1047  
1048 1048  
1049 -=== 3.2.15  Get or Set Eight Channels Mode, only for us915, AU915Since firmware 1.4.1 ===
995 +=== 3.2.14  Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
1050 1050  
1051 1051  
1052 1052  The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network.
... ... @@ -1061,7 +1061,7 @@
1061 1061  Example: 0x24 01  ~/~/ Same as AT+CHE=1
1062 1062  
1063 1063  
1064 -=== 3.2.16  Get or Set Threshold for motion detectSince firmware 1.4.3 ===
1010 +=== 3.2.15  Get or Set Threshold for motion detect(Since firmware 1.4.3) ===
1065 1065  
1066 1066  
1067 1067  User can set the motion detect thredhold for transportation mode. The smaller the value, the more sensitivity to trigger a motion event.
... ... @@ -1082,7 +1082,7 @@
1082 1082  0xB4 14          ~/~/  Same as AT+PT=14
1083 1083  
1084 1084  
1085 -=== 3.2.17  Set AT command window timeSince firmware 1.4.5 ===
1031 +=== 3.2.16  Set AT command window time(Since firmware 1.4.5) ===
1086 1086  
1087 1087  
1088 1088  AT command window time setting, customers can set the required time according to their own operation mode.The unit is second.
... ... @@ -1100,7 +1100,7 @@
1100 1100  0xB5 0F          ~/~/  Same as AT+ATST=15
1101 1101  
1102 1102  
1103 -=== 3.2.18  Set the stepmeter modeSince firmware 1.4.5 ===
1049 +=== 3.2.17  Set the stepmeter mode(Since firmware 1.4.5) ===
1104 1104  
1105 1105  
1106 1106  After setting the step counting mode, it cannot be interrupted by motion. This mode is very power consuming. Used on some special occasions.
... ... @@ -1120,7 +1120,7 @@
1120 1120  0xB6 01          ~/~/  Same as AT+PM=1
1121 1121  
1122 1122  
1123 -=== 3.2.19  Set down the decline detection modeSince firmware 1.4.5 ===
1069 +=== 3.2.18  Set down the decline detection mode(Since firmware 1.4.5) ===
1124 1124  
1125 1125  
1126 1126  This mode is used in conjunction with AT+PT(The recommended threshold is between 50 and 70, you need to set it according to the environment yourself). This function is used in hospitals, nursing homes, nursing homes and other places to prevent the elderly and patients from falling. No one knows.
... ... @@ -1140,7 +1140,7 @@
1140 1140  0xB7 01          ~/~/  Same as AT+FD=1
1141 1141  
1142 1142  
1143 -=== 3.2.20 Disable/Enable buzzerSince firmware 1.4.6 ===
1089 +=== 3.2.19 Disable/Enable buzzer(Since firmware 1.4.6) ===
1144 1144  
1145 1145  
1146 1146  Disable/Enable buzzer for Alarm, downlink and uplink
... ... @@ -1160,7 +1160,7 @@
1160 1160  0xB9 01 ~/~/ Same as AT+BEEP=1
1161 1161  
1162 1162  
1163 -=== 3.2.21 Set long press timeSince firmware 1.4.6 ===
1109 +=== 3.2.20 Set long press time(Since firmware 1.4.6) ===
1164 1164  
1165 1165  
1166 1166  When using the red button Changan to alarm, press and hold the time to set 0~~10 seconds, which is convenient for use scenarios.
... ... @@ -1176,21 +1176,17 @@
1176 1176  (% style="color:blue" %)**Downlink Payload:0XBA**
1177 1177  
1178 1178  0xBA 02 ~/~/ Same as AT+EAT=2
1179 -
1180 1180  
1181 -= 4. Setting for Different Scenarios =
1182 1182  
1127 += 4. Upload Firmware =
1183 1183  
1129 +== 4.1 Firmware Change Log ==
1184 1184  
1185 -= 5. Upload Firmware =
1186 1186  
1187 -== 5.1 Firmware Change Log ==
1188 -
1189 -
1190 1190  **[[See this link>>url:https://github.com/dragino/TrackerD]]**
1191 1191  
1192 1192  
1193 -== 5.2 How to upgrade firmware ==
1135 +== 4.2 How to upgrade firmware ==
1194 1194  
1195 1195  
1196 1196  User can use the TrackerD's USB port to upgrade firmware into it. The hardware connection for upgrade firmware is as below:
... ... @@ -1238,11 +1238,11 @@
1238 1238  [[image:image-20221207133911-7.png]]
1239 1239  
1240 1240  
1241 -= 6. Developer Guide =
1183 += 5. Developer Guide =
1242 1242  
1243 -== 6.1 Compile Source Code ==
1185 +== 5.1 Compile Source Code ==
1244 1244  
1245 -=== 6.1.1 Set up ARDUINO compile environment ===
1187 +=== 5.1.1 Set up ARDUINO compile environment ===
1246 1246  
1247 1247  
1248 1248  * **Download the latest Arduino software (IDE) from the Arduino official website:  [[https:~~/~~/www.arduino.cc/en/Main/Software>>url:https://www.arduino.cc/en/Main/Software]]**
... ... @@ -1259,7 +1259,7 @@
1259 1259  [[image:1664503715811-892.png||_mstalt="295698"]]
1260 1260  
1261 1261  
1262 -=== 6.1.2  Build the development environment ===
1204 +=== 5.1.2  Build the development environment ===
1263 1263  
1264 1264  
1265 1265  **~1. Download and install arduino IDE**
... ... @@ -1336,7 +1336,7 @@
1336 1336  [[image:1664503752288-974.png||_mstalt="298194"]]
1337 1337  
1338 1338  
1339 -== 6.2 Source Code ==
1281 +== 5.2 Source Code ==
1340 1340  
1341 1341  
1342 1342  * (% style="color:blue" %)**Open the example in the TrackerD file, please select the correct port in the IDE, as shown below:**
... ... @@ -1356,15 +1356,15 @@
1356 1356  [[image:1664503824081-592.png||_mstalt="294918"]] [[image:1664503831430-500.png||_mstalt="290784"]]
1357 1357  
1358 1358  
1359 -= 7.  FAQ =
1301 += 6.  FAQ =
1360 1360  
1361 -== 7.1 How to change the LoRa Frequency Bands/Region? ==
1303 +== 6.1 How to change the LoRa Frequency Bands/Region? ==
1362 1362  
1363 1363  
1364 1364  User can follow the introduction for [[how to upgrade image>>||anchor="H5.UploadFirmware"]]. When download the images, choose the required image file for download.
1365 1365  
1366 1366  
1367 -== 7.2 What is the pin mapping for the USB program cable? ==
1309 +== 6.2 What is the pin mapping for the USB program cable? ==
1368 1368  
1369 1369  
1370 1370  [[image:1664499635206-262.png||_mstalt="295360"]]
... ... @@ -1384,9 +1384,9 @@
1384 1384  (% style="display:none" %) (%%)
1385 1385  
1386 1386  
1387 -== 7.3 Notes on using different serial port tools for TrackerD ==
1329 +== 6.3 Notes on using different serial port tools for TrackerD ==
1388 1388  
1389 -=== 7.3.1  Serial port utility ===
1331 +=== 6.3.1  Serial port utility ===
1390 1390  
1391 1391  
1392 1392  Serial port utility requires you to automatically add data streams.
... ... @@ -1402,7 +1402,7 @@
1402 1402  [[image:image-20221102140638-2.png||_mstalt="428727"]]
1403 1403  
1404 1404  
1405 -=== 7.3.2  SecureCRT ===
1347 +=== 6.3.2  SecureCRT ===
1406 1406  
1407 1407  
1408 1408  The default command window of SecureCRT is not displayed. Entering a command requires a complete input of the entire command. You can open the command window in the view.
... ... @@ -1414,7 +1414,7 @@
1414 1414  [[image:image-20221102140712-4.png||_mstalt="427089"]]
1415 1415  
1416 1416  
1417 -=== 7.3.3  PUTTY ===
1359 +=== 6.3.3  PUTTY ===
1418 1418  
1419 1419  
1420 1420  [[image:image-20221102140748-5.png||_mstalt="430456"]]
... ... @@ -1426,7 +1426,7 @@
1426 1426  [[image:image-20221102140801-6.png||_mstalt="427466"]]
1427 1427  
1428 1428  
1429 -== 7.4 How to modify source code to compile different frequency band bin file? ==
1371 +== 6.4 How to modify source code to compile different frequency band bin file? ==
1430 1430  
1431 1431  
1432 1432  (% class="box infomessage" %)
... ... @@ -1465,21 +1465,21 @@
1465 1465  [[image:image-20221116111844-5.png||_mstalt="430144" height="551" width="708"]]
1466 1466  
1467 1467  
1468 -== 7.5 Are there example python example for BLE Indoor Positioning? ==
1410 +== 6.5 Are there example python example for BLE Indoor Positioning? ==
1469 1469  
1470 1470  
1471 -[[Operating instructions for BLE indoor positioning>>doc:.Example of BLE indoor positioning python.WebHome]]
1413 +[[Operating instructions for BLE indoor positioning>>doc:Main.User Manual for LoRaWAN End Nodes.TrackerD.Example of BLE indoor positioning python.WebHome]]
1472 1472  
1473 1473  
1474 -== 7.6 Can alert mode and transport mode be used together? ==
1416 +== 6.6 Can alert mode and transport mode be used together? ==
1475 1475  
1476 1476  
1477 1477  Yes, you can also press the panic button to sound the alarm if set to transport mode
1478 1478  
1479 1479  
1480 -= 8  Trouble Shooting =
1422 += 7  Trouble Shooting =
1481 1481  
1482 -== 8.1  TDC is changed to 4294947296 and cause no uplink. ==
1424 +== 7.1  TDC is changed to 4294947296 and cause no uplink. ==
1483 1483  
1484 1484  
1485 1485  (((
... ... @@ -1487,7 +1487,7 @@
1487 1487  )))
1488 1488  
1489 1489  
1490 -== 8.2  Device not able get AT Command or show output after wake up from deep sleep mode ==
1432 +== 7.2  Device not able get AT Command or show output after wake up from deep sleep mode ==
1491 1491  
1492 1492  
1493 1493  (((
... ... @@ -1495,9 +1495,9 @@
1495 1495  )))
1496 1496  
1497 1497  
1498 -== 8.3  Problem after Upgrading Firmware ==
1440 +== 7.3  Problem after Upgrading Firmware ==
1499 1499  
1500 -=== 8.3.1 "rst: (0x3 SW_RESET)" and Continue Restart after upgrading ===
1442 +=== 7.3.1 "rst: (0x3 SW_RESET)" and Continue Restart after upgrading ===
1501 1501  
1502 1502  
1503 1503  **Error Output**
... ... @@ -1513,13 +1513,13 @@
1513 1513  )))
1514 1514  
1515 1515  
1516 -=== 8.3.2 TrackerD's led light is always GREEN on after upgrading ===
1458 +=== 7.3.2 TrackerD's led light is always GREEN on after upgrading ===
1517 1517  
1518 1518  
1519 1519  It is because the partitions are different when upgrading versions above 1.4.1, and a new partition file needs to be added. Please refer to the operation steps in chapter 8.3.1
1520 1520  
1521 1521  
1522 -=== 8.3.3 "flash read err" after upgrade firmware ===
1464 +=== 7.3.3 "flash read err" after upgrade firmware ===
1523 1523  
1524 1524  
1525 1525  Error shows below, user might erase the entire flash include u-boot partition which cause this issue.
... ... @@ -1534,7 +1534,7 @@
1534 1534   **Figure 2**
1535 1535  
1536 1536  
1537 -=== 8.3.4  "Device Key become ff ff ff ff ff ff ff ff " after upgrade firmware ===
1479 +=== 7.3.4  "Device Key become ff ff ff ff ff ff ff ff " after upgrade firmware ===
1538 1538  
1539 1539  
1540 1540  User might erase the entire flash include keys and default settings which cause this issue.
... ... @@ -1572,13 +1572,13 @@
1572 1572  AT+APPSKEY=dacce2299ecd97a73ee3f80b5a46a559   ( no need for OTAA)
1573 1573  
1574 1574  
1575 -== 8.4  When positioning, it will restart or the PDOP setting is unsuccessful ==
1517 +== 7.4  When positioning, it will restart or the PDOP setting is unsuccessful ==
1576 1576  
1577 1577  
1578 1578  Please download version 1.4.2 again
1579 1579  
1580 1580  
1581 -== 8.5  How to deal with unsuccessful GPS positioning? ==
1523 +== 7.5  How to deal with unsuccessful GPS positioning? ==
1582 1582  
1583 1583  
1584 1584  1) Make Sure the device is in Open Area where can see the sky.
... ... @@ -1594,7 +1594,7 @@
1594 1594  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
1595 1595  
1596 1596  
1597 -== 8.6  When upgrading the firmware, the data is not completely erased, and the information does not return to normal after multiple resets ==
1539 +== 7.6  When upgrading the firmware, the data is not completely erased, and the information does not return to normal after multiple resets ==
1598 1598  
1599 1599  
1600 1600  When upgrading, use the erase button to upgrade
... ... @@ -1632,7 +1632,7 @@
1632 1632  [[image:image-20221128112035-7.png]]
1633 1633  
1634 1634  
1635 -== 8.7  If you encounter the following problems, please upgrade to the latest version ==
1577 +== 7.7  If you encounter the following problems, please upgrade to the latest version ==
1636 1636  
1637 1637  
1638 1638  ~1. Press and hold the red button (more than 5 seconds), and the device and server do not respond.
... ... @@ -1640,7 +1640,7 @@
1640 1640  2. Send some commands through the serial port to prompt an error (Example:AT+SMOD=1,0,1)
1641 1641  
1642 1642  
1643 -== 8.8  Why when using some serial consoles, only inputting the first string port console will return "error"? ==
1585 +== 7.8  Why when using some serial consoles, only inputting the first string port console will return "error"? ==
1644 1644  
1645 1645  
1646 1646  Need to enter the entire command at once, not a single character.
... ... @@ -1647,7 +1647,7 @@
1647 1647  User can open a command window or copy the entire command to the serial console.
1648 1648  
1649 1649  
1650 -= 9.  Order Info =
1592 += 8.  Order Info =
1651 1651  
1652 1652  
1653 1653  Part Number: (% style="color:blue" %)**TrackerD-XXX**
... ... @@ -1671,7 +1671,7 @@
1671 1671  (% style="display:none" %) (%%)
1672 1672  
1673 1673  
1674 -= 10.  Packing Info =
1616 += 9.  Packing Info =
1675 1675  
1676 1676  
1677 1677  (% style="color:#037691" %)**Package Includes**: