<
From version < 71.1 >
edited by Edwin Chen
on 2022/10/09 23:47
To version < 68.3 >
edited by Xiaoling
on 2022/10/09 16:04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -98,6 +98,7 @@
98 98  * Tracking: max: 38mA
99 99  
100 100  
101 +
101 101  == 1.3  Features ==
102 102  
103 103  
... ... @@ -117,6 +117,7 @@
117 117  * Datalog
118 118  
119 119  
121 +
120 120  == 1.4  Applications ==
121 121  
122 122  
... ... @@ -124,6 +124,7 @@
124 124  * Human tracking
125 125  
126 126  
129 +
127 127  = 2.1 Use TrackerD =
128 128  
129 129  
... ... @@ -186,7 +186,6 @@
186 186  (% 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.
187 187  
188 188  
189 -
190 190  == 2.3  Positioning Mode(SMOD) ==
191 191  
192 192  
... ... @@ -281,10 +281,6 @@
281 281  |=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)1 bit|(% style="width:80px" %)1bit|(% style="width:50px" %)14bits
282 282  |=(% style="width: 72px;" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>||anchor="HBAT:"]] 
283 283  
284 -==== ====
285 -
286 -==== ====
287 -
288 288  ==== (% style="color:blue" %)**FLAG:**(%%) ====
289 289  
290 290  (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:250px" %)
... ... @@ -299,7 +299,6 @@
299 299  * Latitude: 02863D68  ⇒  //if (0x//02863D68//& 0x80000000 = 0 )~://  //value = 02863D68 /1000000 = 42.351976//
300 300  * Longitude: FAC29BAF  ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~://  //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57//
301 301  
302 -
303 303  (% style="color:red" %)**Important note:**
304 304  
305 305  1.  When power is low (<2.84v), GPS won't be able to get location info and GPS feature will be disabled and the location field will be filled with 0x0FFFFFFF, 0x0FFFFFFF.
... ... @@ -321,7 +321,6 @@
321 321  Example:  0x4B & 0x40 >> 6 = 0x01
322 322  
323 323  
324 -
325 325  ==== (% style="color:blue" %)**BAT:**(%%) ====
326 326  
327 327  Example:  0x0CDD & 0x3FFF ⇒ 3293 (mV).
... ... @@ -336,7 +336,6 @@
336 336  * 3.40v ~~ 3.69v:  20% ~~ 40%
337 337  * < 3.39v:  0~~20%
338 338  
339 -
340 340  ==== (% style="color:blue" %)**LON:**(%%) ====
341 341  
342 342  Enable/Disable LED activity for uplink
... ... @@ -433,8 +433,6 @@
433 433  * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
434 434  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
435 435  
436 -
437 -
438 438  === 2.4.6  Add Payload format in TTN V3 ===
439 439  
440 440  
... ... @@ -487,21 +487,10 @@
487 487  
488 488  
489 489  
490 -== 2.7  Datalog Feature ==
483 +== 2.7 Datalog Feature ==
491 491  
492 -
493 493  total 273 entries,by default disable
494 494  
495 -
496 -Example use case.
497 -
498 -[[image:image-20221009234703-2.png]]
499 -
500 -
501 -[[image:image-20221009234629-1.png||height="441" width="652"]]
502 -
503 -
504 -
505 505  == 2.8 Alarm Mode ==
506 506  
507 507  
... ... @@ -534,7 +534,6 @@
534 534  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.
535 535  
536 536  
537 -
538 538  == 2.10 LED Status ==
539 539  
540 540  
... ... @@ -552,8 +552,6 @@
552 552  |(% style="width:157px" %)**Get Downlink**|(% style="width:271px" %)(% style="color:green" %)**GREEN**(%%) led on 1 second|(% style="width:202px" %)Yes
553 553  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
554 554  
555 -
556 -
557 557  == 2.11 Button Function ==
558 558  
559 559  
... ... @@ -575,8 +575,6 @@
575 575  |(% 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
576 576  |(% 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.
577 577  
578 -
579 -
580 580  == 2.12 USB Port Function ==
581 581  
582 582  
... ... @@ -587,8 +587,6 @@
587 587  * [[Configure Device>>||anchor="H3.ConfigureTrackerDviaATcommandorLoRaWANdownlink"]]
588 588  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
589 589  
590 -
591 -
592 592  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
593 593  
594 594  
... ... @@ -792,7 +792,7 @@
792 792  
793 793  
794 794  
795 -=== 3.2.9 Set PDOP value for GPS fix accuracy ===
770 +=== 3.3.9 Set PDOP value for GPS fix accuracy ===
796 796  
797 797  
798 798  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.
... ... @@ -915,7 +915,6 @@
915 915  [[image:1664503635019-941.png]]
916 916  
917 917  
918 -
919 919  * (% style="color:#037691" %)**Go to tools ~-~-> Boards ~-~-> Boards Manager**,(%%) **find the esp32 information and install it.**
920 920  
921 921  [[image:1664503715811-892.png]]
... ... @@ -980,8 +980,6 @@
980 980  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
981 981  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
982 982  
983 -
984 -
985 985  = 8.  Order Info =
986 986  
987 987  
... ... @@ -997,8 +997,6 @@
997 997  * (% style="color:red" %)**AU915**(%%): Default frequency band AU915
998 998  * (% style="color:red" %)**US915**(%%): Default frequency band US915
999 999  
1000 -
1001 -
1002 1002  = 9.  Packing Info =
1003 1003  
1004 1004  
... ... @@ -1012,7 +1012,6 @@
1012 1012  * Device Size: 85 x 48 x 15 cm
1013 1013  * Weight: 50g
1014 1014  
1015 -
1016 1016  = 10. Support =
1017 1017  
1018 1018  
... ... @@ -1019,7 +1019,6 @@
1019 1019  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
1020 1020  * 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]].
1021 1021  
1022 -
1023 1023  = 11.  Reference =
1024 1024  
1025 1025  
image-20221009234629-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -222.9 KB
Content
image-20221009234703-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -136.4 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0