Last modified by Xiaoling on 2025/04/27 16:48

From version 184.2
edited by Xiaoling
on 2022/12/13 14:34
Change comment: There is no comment for this version
To version 158.1
edited by Bei Jinggeng
on 2022/11/28 11:05
Change comment: Uploaded new attachment "image-20221128110503-3.png", version {1}

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Bei
Content
... ... @@ -12,7 +12,6 @@
12 12  
13 13  
14 14  
15 -
16 16  = 1.  Introduction =
17 17  
18 18  == 1.1  What is TrackerD ==
... ... @@ -366,6 +366,8 @@
366 366  * 3.40v ~~ 3.69v:  20% ~~ 40%
367 367  * < 3.39v:  0~~20%
368 368  
368 +
369 +
369 369  ==== (% style="color:blue" %)**MOD:**(%%) ====
370 370  
371 371  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -427,7 +427,7 @@
427 427  === 2.4.4  Uplink FPORT~=4, History GNSS Positioning ===
428 428  
429 429  
430 -Set [[PNACKMD=1>>||anchor="H3.2.11A0AutoSendNone-ACKmessages"]], and TrackerD will wait for ACK for every uplink, when there is no LoRaWAN network, TrackerD will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
431 +Set [[PNACKMD=1>>||anchor="H3.2.11A0A0AutoSendNone-ACKmessages"]], and TrackerD will wait for ACK for every uplink, when there is no LoRaWAN network, TrackerD will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.
431 431  
432 432  
433 433  (% style="color:red" %)**Note for this mode:**
... ... @@ -556,7 +556,7 @@
556 556  
557 557  total 273 entries,by default,
558 558  
559 -User can set [[PNACKMD=1>>||anchor="H3.2.11A0AutoSendNone-ACKmessages"]], to enable Datalog feature.
560 +User can set [[PNACKMD=1>>||anchor="H3.2.11A0A0AutoSendNone-ACKmessages"]], to enable Datalog feature.
560 560  
561 561  Example use case.
562 562  
... ... @@ -874,6 +874,7 @@
874 874  (% style="color:#037691" %)**0xAD 00 46**    (%%) ~/~/  Set AT+PDOP=7  (0x46 / 10 =7)
875 875  
876 876  
878 +
877 877  === 3.2.10 Disable/Enable the confirmation mode ===
878 878  
879 879  
... ... @@ -958,11 +958,11 @@
958 958  
959 959  (% style="color:blue" %)**AT Command:**
960 960  
961 -(% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/  (Disable (0), Enable (1), default:0)
963 +(% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
962 962  \\Example: AT+SHOWID=1 ~-~-> Enable Information printing.
963 963  
964 964  
965 -=== 3.2.15  Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
967 +=== 3.2.15 Get or Set Eight Channels Mode, only for us915, AU915(Since firmware 1.4.1) ===
966 966  
967 967  
968 968  The Channels Mode in the LORAWAN LMIC library is from 0 ~~ 7. When CHE = 8, 72 channels will be accessible to the network.
... ... @@ -969,17 +969,16 @@
969 969  
970 970  (% style="color:blue" %)**AT Command:**
971 971  
972 -(% style="color:#037691" %)**AT+CHE=1      **(%%) ~/~/ set one channels mode
974 +(% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode
973 973  
974 974  
975 975  (% style="color:blue" %)**Downlink Payload:0X24**
976 976  
977 -Example: 0x24 01  ~/~/ Same as AT+CHE=1
979 +Example: 0x24 01 ~/~/ Same as AT+CHE=1
978 978  
979 979  
980 -=== 3.2.16  Get or Set Threshold for motion detect(Since firmware 1.4.3) ===
982 +=== 3.2.16 Get or Set Threshold for motion detect(Since firmware 1.4.3) ===
981 981  
982 -
983 983  User can set the motion detect thredhold for transportation mode. The smaller the value, the more sensitivity to trigger a motion event.
984 984  
985 985  (% style="color:blue" %)**AT Command:**
... ... @@ -990,7 +990,7 @@
990 990  
991 991   AT+PT=14    ~-~->    Set to detect car motion.
992 992  
993 - AT+PT=41  ~-~->    set to detect walk motion.
994 + AT+PT=41   ~-~->    set to detect walk motion.
994 994  
995 995  
996 996  (% style="color:blue" %)**Downlink Payload:0xB4**(%%)
... ... @@ -997,6 +997,7 @@
997 997  0xB4 14          ~/~/  Same as AT+PT=14
998 998  
999 999  
1001 +
1000 1000  = 4. Setting for Different Scenarios =
1001 1001  
1002 1002  
... ... @@ -1048,15 +1048,16 @@
1048 1048  US915.bin @ 0x10000(Select the bin file of the frequency band you need)
1049 1049  
1050 1050  
1051 -[[image:image-20221207120501-1.png]]
1053 +[[image:image-20221118105220-2.png||_mstalt="426608"]]
1052 1052  
1053 1053  
1054 1054  
1055 1055  After upgrade finish, it will show finish as below:
1056 1056  
1057 -[[image:image-20221207133911-7.png]]
1059 +[[image:image-20221118105402-4.png||_mstalt="427986"]]
1058 1058  
1059 1059  
1062 +
1060 1060  = 6. Developer Guide =
1061 1061  
1062 1062  == 6.1 Compile Source Code ==
... ... @@ -1078,60 +1078,13 @@
1078 1078  [[image:1664503715811-892.png||_mstalt="295698"]]
1079 1079  
1080 1080  
1081 -=== 6.1.2 Build the development environment ===
1082 -
1083 -~1. Download and install arduino IDE
1084 -
1085 -[[https:~~/~~/www.arduino.cn/thread-5838-1-1.html>>url:https://links.jianshu.com/go?to=https%3A%2F%2Fwww.arduino.cn%2Fthread-5838-1-1.html]]
1086 -
1087 -
1088 -2. Download the ESP32 development package in the arduino IDE
1089 -
1090 -[[image:image-20221213100007-1.png]]
1091 -
1092 -Input: [[https:~~/~~/dl.espressif.com/dl/package_esp32_index.json>>https://dl.espressif.com/dl/package_esp32_index.json]]
1093 -
1094 -[[image:image-20221213100626-2.png]]
1095 -
1096 -Restart the IDE after the addition is complete, then:
1097 -
1098 -[[image:image-20221213100808-3.png||height="679" width="649"]]
1099 -
1100 -[[image:image-20221213101040-4.png]]
1101 -
1102 -**Note: Currently version 1.04 is almost impossible to download, you can choose version 1.03.
1103 -Don't quit halfway.~~! If you quit halfway, there is a high probability that it will freeze, and you will need to download again next time. (If you click to continue downloading, an error will be reported after completion)**
1104 -
1105 -Then enter a long waiting process. If you don't want to wait, you can go to the Internet to download directly, and then import:
1106 -
1107 -Methods as below:
1108 -~1. Download: [[https:~~/~~/github.com/dragino/TrackerD/releases/tag/v1.4.4>>https://github.com/dragino/TrackerD/releases/tag/v1.4.4]]
1109 -
1110 -2. Find the arduino installation path, hardware → create a new espressif folder → create a new esp32 folder, unzip the compressed package here.
1111 -
1112 1112  (% id="cke_bm_4554S" style="display:none" %) (%%)Find the path of SP32 installation, find the file as shown in Figure 1, and change the SPI pin to the shown in Figure 2.
1113 1113  
1114 -[[image:image-20221213102311-5.png||height="582" width="711"]]
1115 -
1116 -3. Find tools→get.exe in the decompressed file and run it (it will close automatically after completion)
1117 -
1118 -[[image:image-20221213102334-6.png]]
1119 -
1120 -**Note: This step requires a python environment**
1121 -
1122 -Either way, in the end:
1123 -The final effect is to open the arduino and you can see the esp32
1124 -
1125 -[[image:image-20221213110952-8.png||height="866" width="711"]]
1126 -
1127 -
1128 -
1129 1129  [[image:image-20221024105643-1.png||_mstalt="428129"]]
1130 1130  
1131 1131  **~ Figure1**
1132 1132  
1133 1133  
1134 -
1135 1135  [[image:image-20221024105643-2.png||_mstalt="428493"]]
1136 1136  
1137 1137   **Figure2**
... ... @@ -1307,7 +1307,7 @@
1307 1307  (((
1308 1308  Some partition is missed during upgrade, please upgrade below four files as example:
1309 1309  
1310 -[[image:image-20221207120524-2.png]]
1266 +[[image:image-20221122100004-2.png||_mstalt="423878" height="619" width="389"]]
1311 1311  )))
1312 1312  
1313 1313  
... ... @@ -1328,7 +1328,7 @@
1328 1328  
1329 1329  User need to upgrade again with below four files to solve this issue.
1330 1330  
1331 - [[image:image-20221207120530-3.png]]
1287 + [[image:image-20221122100004-2.png||_mstalt="423878" height="619" width="389"]]
1332 1332  
1333 1333   **Figure 2**
1334 1334  
... ... @@ -1393,44 +1393,6 @@
1393 1393  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
1394 1394  
1395 1395  
1396 -== 8.6  When upgrading the firmware, the data is not completely erased, and the information does not return to normal after multiple resets ==
1397 -
1398 -
1399 -When upgrading, use the erase button to upgrade
1400 -
1401 -[[image:image-20221207120536-4.png]]
1402 -
1403 -
1404 -The parameters are displayed abnormally and cannot be fixed using AT+FDR
1405 -
1406 -[[image:image-20221128103040-2.png||height="431" width="525"]]
1407 -
1408 -
1409 -Please upgrade these four files,link(The boot_app0 file is in the version folder you need)
1410 -
1411 -[[image:image-20221207134028-8.png]]
1412 -
1413 -
1414 -Reboot information after upgrade
1415 -
1416 -[[image:image-20221128111443-4.png||height="432" width="546"]]
1417 -
1418 -
1419 -Use AT+FDR command to reset and then use AT+CFG to check whether the configuration is back to normal
1420 -
1421 -[[image:image-20221128111850-5.png]]
1422 -
1423 -
1424 -After the parameters return to normal, upgrade to the version you need again
1425 -
1426 -[[image:image-20221207120601-5.png]]
1427 -
1428 -
1429 -At this point, the parameters return to normal after running AT+FDR again
1430 -
1431 -[[image:image-20221128112035-7.png]]
1432 -
1433 -
1434 1434  = 9.  Order Info =
1435 1435  
1436 1436  
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
image-20221207120501-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -44.5 KB
Content
image-20221207120524-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -44.5 KB
Content
image-20221207120530-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -44.5 KB
Content
image-20221207120536-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -44.5 KB
Content
image-20221207120601-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -44.5 KB
Content
image-20221207133836-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -52.1 KB
Content
image-20221207133911-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -46.3 KB
Content
image-20221207134028-8.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -49.3 KB
Content
image-20221213100007-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -32.7 KB
Content
image-20221213100626-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -35.7 KB
Content
image-20221213100808-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -91.3 KB
Content
image-20221213101040-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -26.3 KB
Content
image-20221213102311-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -49.7 KB
Content
image-20221213102334-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -52.5 KB
Content
image-20221213102718-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -116.5 KB
Content
image-20221213110952-8.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bei
Size
... ... @@ -1,1 +1,0 @@
1 -152.8 KB
Content