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

Summary

Details

Page properties
Content
... ... @@ -98,7 +98,6 @@
98 98  * Tracking: max: 38mA
99 99  
100 100  
101 -
102 102  == 1.3  Features ==
103 103  
104 104  
... ... @@ -118,7 +118,6 @@
118 118  * Datalog
119 119  
120 120  
121 -
122 122  == 1.4  Applications ==
123 123  
124 124  
... ... @@ -126,7 +126,6 @@
126 126  * Human tracking
127 127  
128 128  
129 -
130 130  = 2.1 Use TrackerD =
131 131  
132 132  
... ... @@ -293,7 +293,6 @@
293 293  |(% 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"]]
294 294  
295 295  
296 -
297 297  === 2.4.2 Uplink FPORT~=2, Realtime GNSS Positioning + Temperature & Humidity ===
298 298  
299 299  
... ... @@ -371,7 +371,6 @@
371 371  * < 3.39v:  0~~20%
372 372  
373 373  
374 -
375 375  ==== (% style="color:blue" %)**MOD:**(%%) ====
376 376  
377 377  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -493,7 +493,6 @@
493 493  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
494 494  
495 495  
496 -
497 497  === 2.4.6  Add Payload format in TTN V3 ===
498 498  
499 499  
... ... @@ -517,7 +517,6 @@
517 517  
518 518  == 2.5 Integrate with Datacake ==
519 519  
520 -
521 521  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.
522 522  
523 523  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]]
... ... @@ -529,6 +529,7 @@
529 529  == 2.6 Integrate with Tago ==
530 530  
531 531  
525 +
532 532  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.
533 533  
534 534  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]]
... ... @@ -606,7 +606,6 @@
606 606  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
607 607  
608 608  
609 -
610 610  == 2.11 Button Function ==
611 611  
612 612  
... ... @@ -629,7 +629,6 @@
629 629  |(% 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.
630 630  
631 631  
632 -
633 633  == 2.12 USB Port Function ==
634 634  
635 635  
... ... @@ -641,7 +641,6 @@
641 641  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
642 642  
643 643  
644 -
645 645  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
646 646  
647 647  
... ... @@ -910,21 +910,19 @@
910 910  
911 911  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.
912 912  
913 -(% style="color:red" %)**Note: BLEMASK range is 6 ~~ 10 bytes. If AT+BLEMASK < 6 bytes, BLEMASK will be disabled.**
904 +Note: BLEMASK range is 6 ~~ 10 bytes. If AT+BLEMASK < 6 bytes, BLEMASK will be disabled.
914 914  
915 -(% style="color:blue" %)**AT Command:**
906 +(% style="color:blue" %)**AT Command:**(%%)
907 + AT+BLEMASK=123456     ~/~/ Set BLEMASK = 123456
908 + AT+BLEMASK=0  ~/~/ disable BLEMASK
916 916  
917 - (% style="color:#037691" %)**AT+BLEMASK=123456**   (%%) ~/~/ Set BLEMASK = 123456
918 918  
919 - (% style="color:#037691" %)**AT+BLEMASK=0**  (%%) ~/~/ disable BLEMASK
911 +(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**(%%)
912 +Example:
913 +0xA5010203040506    ~/~/ Set BLEMASK to 123456
920 920  
921 921  
922 -(% style="color:blue" %)**Downlink Payload: (Prefix : 0xA5)**
923 923  
924 -Example: 0xA5010203040506    ~/~/ Set BLEMASK to 123456
925 -
926 -
927 -
928 928  = 4. Setting for Different Scenarios =
929 929  
930 930  
... ... @@ -1015,12 +1015,12 @@
1015 1015  
1016 1016  [[image:image-20221024105643-1.png]]
1017 1017  
1018 -**~ Figure1**
1007 + ** Figure1**
1019 1019  
1020 1020  
1021 1021  [[image:image-20221024105643-2.png]]
1022 1022  
1023 - **Figure2**
1012 + **Figure2**
1024 1024  
1025 1025  
1026 1026  * **Download the latest TrackerD from the dragino github: [[https:~~/~~/github.com/dragino/TrackerD>>url:https://github.com/dragino/TrackerD]]**
... ... @@ -1081,8 +1081,6 @@
1081 1081  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
1082 1082  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1083 1083  
1084 -
1085 -
1086 1086  = 8.  Order Info =
1087 1087  
1088 1088  
... ... @@ -1099,7 +1099,6 @@
1099 1099  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1100 1100  
1101 1101  
1102 -
1103 1103  = 9.  Packing Info =
1104 1104  
1105 1105  
... ... @@ -1114,7 +1114,6 @@
1114 1114  * Weight: 50g
1115 1115  
1116 1116  
1117 -
1118 1118  = 10. Support =
1119 1119  
1120 1120  
... ... @@ -1122,7 +1122,6 @@
1122 1122  * 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]].
1123 1123  
1124 1124  
1125 -
1126 1126  = 11.  Reference =
1127 1127  
1128 1128  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0