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

From version 66.4
edited by Xiaoling
on 2022/10/09 16:01
Change comment: There is no comment for this version
To version 73.1
edited by Edwin Chen
on 2022/10/10 18:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -97,8 +97,6 @@
97 97  * LoRa Transmit Mode: 125mA @ 20dBm 44mA @ 14dBm
98 98  * Tracking: max: 38mA
99 99  
100 -
101 -
102 102  == 1.3  Features ==
103 103  
104 104  
... ... @@ -117,8 +117,6 @@
117 117  * Tri-color LED, Alarm button
118 118  * Datalog
119 119  
120 -
121 -
122 122  == 1.4  Applications ==
123 123  
124 124  
... ... @@ -125,8 +125,6 @@
125 125  * Logistics and Supply Chain Management
126 126  * Human tracking
127 127  
128 -
129 -
130 130  = 2.1 Use TrackerD =
131 131  
132 132  
... ... @@ -189,6 +189,7 @@
189 189  (% style="color:blue" %)**Step 3:**(%%) TrackerD will auto join to the LoRaWAN network. After join success, TrackerD will start to upload message to IoT server.
190 190  
191 191  
186 +
192 192  == 2.3  Positioning Mode(SMOD) ==
193 193  
194 194  
... ... @@ -283,6 +283,10 @@
283 283  |=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)1 bit|(% style="width:80px" %)1bit|(% style="width:50px" %)14bits
284 284  |=(% style="width: 72px;" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>||anchor="HBAT:"]] 
285 285  
281 +==== ====
282 +
283 +==== ====
284 +
286 286  ==== (% style="color:blue" %)**FLAG:**(%%) ====
287 287  
288 288  (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:250px" %)
... ... @@ -318,6 +318,7 @@
318 318  Example:  0x4B & 0x40 >> 6 = 0x01
319 319  
320 320  
320 +
321 321  ==== (% style="color:blue" %)**BAT:**(%%) ====
322 322  
323 323  Example:  0x0CDD & 0x3FFF ⇒ 3293 (mV).
... ... @@ -394,7 +394,7 @@
394 394  )))|4|4|2|1|1|1|1|1
395 395  |=**Value**|Latitude|Longitude|Year|Month|Day|Hous|Min|Sen
396 396  
397 -[[image:1665301786397-168.png]]
397 +[[image:image-20221009160309-2.png]]
398 398  
399 399  
400 400  
... ... @@ -428,7 +428,7 @@
428 428  * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
429 429  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
430 430  
431 -=== 2.4.5 Add Payload format in TTN V3 ===
431 +=== 2.4. Add Payload format in TTN V3 ===
432 432  
433 433  
434 434  In TTN V3, use can add a custom payload so it shows friendly.
... ... @@ -480,10 +480,21 @@
480 480  
481 481  
482 482  
483 -== 2.7 Datalog Feature ==
483 +== 2.7  Datalog Feature ==
484 484  
485 +
485 485  total 273 entries,by default disable
486 486  
488 +
489 +Example use case.
490 +
491 +[[image:image-20221009234703-2.png||height="328" width="899"]]
492 +
493 +
494 +[[image:image-20221009234629-1.png||height="390" width="577"]]
495 +
496 +
497 +
487 487  == 2.8 Alarm Mode ==
488 488  
489 489  
... ... @@ -516,6 +516,7 @@
516 516  In Transport Mode, TrackerD will check if there is motion. If there is no motion, device will send uplinks every 20 minutes. If there is motion, device will send uplink every 5 minutes.
517 517  
518 518  
530 +
519 519  == 2.10 LED Status ==
520 520  
521 521  
... ... @@ -767,7 +767,7 @@
767 767  
768 768  
769 769  
770 -=== 3.3.9 Set PDOP value for GPS fix accuracy ===
782 +=== 3.2.9 Set PDOP value for GPS fix accuracy ===
771 771  
772 772  
773 773  PDOP(Position Dilution of Precision) filter, TrackerD will only accept GPS data with a lower PDOP value than pre-configure PDOP value. If device can't get a valid GPS packet within FTIME timeout, it will use the GPS data with lowest PDOP value to server.
... ... @@ -853,7 +853,7 @@
853 853  
854 854  (% style="color:blue" %)**Step5:** (%%) Select the firmware file (.bin format), com port and proper SPI configure. Clink Start. Bin file location:
855 855  
856 -[[https:~~/~~/www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0>>url:https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
868 +[[https:~~/~~/github.com/dragino/TrackerD/releases>>https://github.com/dragino/TrackerD/releases]]
857 857  
858 858  
859 859  Users need to use below files:
... ... @@ -890,6 +890,7 @@
890 890  [[image:1664503635019-941.png]]
891 891  
892 892  
905 +
893 893  * (% style="color:#037691" %)**Go to tools ~-~-> Boards ~-~-> Boards Manager**,(%%) **find the esp32 information and install it.**
894 894  
895 895  [[image:1664503715811-892.png]]
image-20221009160220-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +46.4 KB
Content
image-20221009160309-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +57.2 KB
Content
image-20221009234629-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +222.9 KB
Content
image-20221009234703-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +136.4 KB
Content