<
From version < 84.4 >
edited by Xiaoling
on 2022/10/24 11:07
To version < 84.5 >
edited by Xiaoling
on 2022/10/24 11:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
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  
... ... @@ -290,6 +290,7 @@
290 290  |(% style="width:77px" %)**Value**|(% style="width:70px" %)Reserve|(% style="width:92px" %)[[PNACKMD>>||anchor="H2.4.4A0UplinkFPORT3D42CHistoryGNSSPositioning"]]|(% style="width:48px" %)[[LON>>||anchor="H3.2.5Disable2FEnableLEDflash"]]|(% style="width:126px" %)[[Transport Mode>>||anchor="H2.9TransportMode"]]
291 291  
292 292  
296 +
293 293  === 2.4.2 Uplink FPORT~=2, Realtime GNSS Positioning + Temperature & Humidity ===
294 294  
295 295  
... ... @@ -367,6 +367,7 @@
367 367  * < 3.39v:  0~~20%
368 368  
369 369  
374 +
370 370  ==== (% style="color:blue" %)**MOD:**(%%) ====
371 371  
372 372  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -488,6 +488,7 @@
488 488  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
489 489  
490 490  
496 +
491 491  === 2.4.6  Add Payload format in TTN V3 ===
492 492  
493 493  
... ... @@ -511,6 +511,7 @@
511 511  
512 512  == 2.5 Integrate with Datacake ==
513 513  
520 +
514 514  After TrackerD sends data to LoRaWAN server such as TTN, use can pass the data to Datacake and plot out, currently only support GPS plot.
515 515  
516 516  Instruction is here:  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20Data%20Cake/#H7.Example~~-~~-AddTrackerDGPSTrackingInDataCake>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Notes%20for%20Data%20Cake/#H7.Example--AddTrackerDGPSTrackingInDataCake]]
... ... @@ -522,7 +522,6 @@
522 522  == 2.6 Integrate with Tago ==
523 523  
524 524  
525 -
526 526  After TrackerD sends data to LoRaWAN server such as TTN, user can pass the data to Datacake and plot out, currently only support GPS plot.
527 527  
528 528  Instruction is here: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Tago.IO/#H3.A0Example-CreateTrackerD2FLGT92positioningwidget>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Tago.IO/#H3.A0Example-CreateTrackerD2FLGT92positioningwidget]]
... ... @@ -600,6 +600,7 @@
600 600  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
601 601  
602 602  
609 +
603 603  == 2.11 Button Function ==
604 604  
605 605  
... ... @@ -622,6 +622,7 @@
622 622  |(% 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.
623 623  
624 624  
632 +
625 625  == 2.12 USB Port Function ==
626 626  
627 627  
... ... @@ -633,6 +633,7 @@
633 633  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
634 634  
635 635  
644 +
636 636  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
637 637  
638 638  
... ... @@ -901,19 +901,21 @@
901 901  
902 902  BLEMASK is to filter the unwanted BLE iBeacons during scan. For example, if BLEMASK is 123456. LBT1 will only uplink UUID info which includes 123456. It will ignore all other iBeacons which doesn’t contact 123456 in the UUID.
903 903  
904 -Note: BLEMASK range is 6 ~~ 10 bytes. If AT+BLEMASK < 6 bytes, BLEMASK will be disabled.
913 +(% style="color:red" %)**Note: BLEMASK range is 6 ~~ 10 bytes. If AT+BLEMASK < 6 bytes, BLEMASK will be disabled.**
905 905  
906 -(% style="color:blue" %)**AT Command:**(%%)
907 - AT+BLEMASK=123456     ~/~/ Set BLEMASK = 123456
908 - AT+BLEMASK=0  ~/~/ disable BLEMASK
915 +(% style="color:blue" %)**AT Command:**
909 909  
917 + (% style="color:#037691" %)**AT+BLEMASK=123456**   (%%) ~/~/ Set BLEMASK = 123456
910 910  
911 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**(%%)
912 -Example:
913 -0xA5010203040506    ~/~/ Set BLEMASK to 123456
919 + (% style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
914 914  
915 915  
922 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**
916 916  
924 +Example: 0xA5010203040506    ~/~/ Set BLEMASK to 123456
925 +
926 +
927 +
917 917  = 4. Setting for Different Scenarios =
918 918  
919 919  
... ... @@ -1070,6 +1070,8 @@
1070 1070  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
1071 1071  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1072 1072  
1084 +
1085 +
1073 1073  = 8.  Order Info =
1074 1074  
1075 1075  
... ... @@ -1086,6 +1086,7 @@
1086 1086  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1087 1087  
1088 1088  
1102 +
1089 1089  = 9.  Packing Info =
1090 1090  
1091 1091  
... ... @@ -1100,6 +1100,7 @@
1100 1100  * Weight: 50g
1101 1101  
1102 1102  
1117 +
1103 1103  = 10. Support =
1104 1104  
1105 1105  
... ... @@ -1107,6 +1107,7 @@
1107 1107  * 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]].
1108 1108  
1109 1109  
1125 +
1110 1110  = 11.  Reference =
1111 1111  
1112 1112  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0