Last modified by Xiaoling on 2023/12/27 09:15

From version 74.10
edited by Xiaoling
on 2022/10/11 17:27
Change comment: There is no comment for this version
To version 74.3
edited by Xiaoling
on 2022/10/11 09:46
Change comment: There is no comment for this version

Summary

Details

Page properties
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  
... ... @@ -323,8 +323,6 @@
323 323  |=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)1 bit|(% style="width:80px" %)1bit|(% style="width:50px" %)14bits
324 324  |=(% style="width: 72px;" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>||anchor="HBAT:"]] 
325 325  
326 -
327 -
328 328  ==== (% style="color:blue" %)**FLAG:**(%%) ====
329 329  
330 330  (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:250px" %)
... ... @@ -357,12 +357,12 @@
357 357  
358 358  ==== (% style="color:blue" %)**Alarm:**(%%) ====
359 359  
360 -**Example: ** 0x4B & 0x40 >> 6 = 0x01
352 +Example:  0x4B & 0x40 >> 6 = 0x01
361 361  
362 362  
363 363  ==== (% style="color:blue" %)**BAT:**(%%) ====
364 364  
365 -**Example: ** 0x4B45 & 0x3FFF ⇒ 2885 (mV).
357 +Example:  0x0CDD & 0x3FFF ⇒ 3293 (mV).
366 366  
367 367  (((
368 368  The battery info shows the battery voltage, User can use the below mapping to indicate the battery in percentage: \
... ... @@ -375,38 +375,29 @@
375 375  * < 3.39v:  0~~20%
376 376  
377 377  
378 -
370 +(% class="wikigeneratedid" %)
379 379  ==== (% style="color:blue" %)**MOD:**(%%) ====
380 380  
381 -**Example: ** (0x60>>6)& 0x3f =1.
373 +Set the format of GPS data uplink link
382 382  
383 -**Set the format of GPS data uplink link:**
375 +0x00:  Enable uploading on-board Temperature and humidity values
384 384  
385 -(% style="color:#037691" %)**0x00:** (%%) Enable uploading on-board Temperature and humidity values
386 -(% style="color:#037691" %)**0x01: ** (%%) Disable uploading on-board Temperature and humidity values
377 +0x01:  Disable uploading on-board Temperature and humidity values
387 387  
388 388  
389 -**Set the format of BLE data uplink link:**
390 -
391 -(% style="color:#037691" %)**0x01: ** (%%) BLE Positioning with Strongest iBeacon
392 -
393 -
394 394  ==== (% style="color:blue" %)**LON:**(%%) ====
395 395  
396 -**Example:** (0x60>>5) & 0x01=1.
397 -
398 398  Enable/Disable LED activity for uplink
399 399  
400 400  (((
401 -(% style="color:#037691" %)**0x00:**  (%%) Disable LED indicator.
385 +0x00:  Disable LED indicator.
402 402  )))
403 403  
404 404  (((
405 -(% style="color:#037691" %)**0x01:**  (%%) Enable LED indicator (Default Value)
389 +0x01:  Enable LED indicator (Default Value)
406 406  )))
407 407  
408 408  
409 -
410 410  ==== (% style="color:blue" %)**Hum:**(%%) ====
411 411  
412 412  0202 = //if (0x0202 & 0x8000 = 0 ):  value =// 0x0202 / 100 = +514 ⇒ 51.4 degree
... ... @@ -490,9 +490,6 @@
490 490  * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
491 491  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
492 492  
493 -
494 -
495 -
496 496  === 2.4.6  Add Payload format in TTN V3 ===
497 497  
498 498  
... ... @@ -610,9 +610,6 @@
610 610  |(% style="width:157px" %)**Get Downlink**|(% style="width:271px" %)(% style="color:green" %)**GREEN**(%%) led on 1 second|(% style="width:202px" %)Yes
611 611  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
612 612  
613 -
614 -
615 -
616 616  == 2.11 Button Function ==
617 617  
618 618  
... ... @@ -634,9 +634,6 @@
634 634  |(% 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
635 635  |(% 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.
636 636  
637 -
638 -
639 -
640 640  == 2.12 USB Port Function ==
641 641  
642 642  
... ... @@ -647,9 +647,6 @@
647 647  * [[Configure Device>>||anchor="H3.ConfigureTrackerDviaATcommandorLoRaWANdownlink"]]
648 648  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
649 649  
650 -
651 -
652 -
653 653  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
654 654  
655 655  
... ... @@ -797,33 +797,37 @@
797 797  
798 798  * (% style="color:blue" %)**AT Command:**
799 799  
800 -(% style="color:#037691" %)**AT+SMOD=aa,bb,cc**
771 +(% style="color:#037691" %)**AT+SMOD=aa,bb**
801 801  
802 802  (% style="color:#037691" %)** aa:**
803 803  
804 -* (% style="color:red" %)**1: GPS ONLY(Factory Settings):    **(%%)only get and uplink GPS location info.
805 -* (% style="color:red" %)**2: BLE ONLY:              **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking.
806 -* (% style="color:red" %)**3: GPS/BLE Hybrid:   **(%%)Combination for Indoor and Outdoor tracking.Devices will try to search BLE iBeacon first. If device can't find the iBeacon, it will use GPS for positioning.
775 +* (% style="color:#037691" %)**1: GPS ONLY(Factory Settings):    **(%%)only get and uplink GPS location info.
776 +* (% style="color:#037691" %)**2: BLE ONLY:              **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking.
777 +* (% style="color:#037691" %)**3: GPS/BLE Hybrid:   **(%%)Combination for Indoor and Outdoor tracking.Devices will try to search BLE iBeacon first. If device can't find the iBeacon, it will use GPS for positioning
807 807  
808 808  (% style="color:#037691" %)**bb:**
809 809  
810 -* (% style="color:red" %)**0 :  **(%%)GPS+ BAT+ State+Tem&Hum
811 -* (% style="color:red" %)**1 :**(%%)  GPS +BAT State
781 +(% style="color:#037691" %)** if aa = 1: **
812 812  
813 -(% style="color:#037691" %)**cc:   **
783 +* (% style="color:#037691" %)**0 :  **(%%)GPS+ BAT+ State+Tem&Hum
784 +* (% style="color:#037691" %)**1 :**(%%)  GPS +BAT State
814 814  
815 -* (% style="color:red" %)**1 : **(%%) (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State  
786 +(% style="color:#037691" %)** if aa = 2: **
816 816  
817 -(% style="color:blue" %)**Example:**
788 +* (% style="color:#037691" %)**3 :  **(%%)(iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
818 818  
819 - AT+ SMOD =1,0 ,0 ~-~->  GPS+ BAT+ State+Tem&Hum
820 - AT+ SMOD =1,1,0 ~-~->  GPS +BAT State
821 - AT+ SMOD =2,0,1 ~-~->  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
790 + **Example:**
822 822  
792 + AT+ SMOD =1,0  **~-~-> ** GPS+ BAT+ State+Tem&Hum
823 823  
794 + AT+ SMOD =1,1    **~-~->**  GPS +BAT State
795 +
796 + AT+ SMOD =2,3    **~-~->**  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
797 +
798 +
824 824  * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
825 825  
826 -(% style="color:#037691" %)**0xA5 01 00 00**    (%%) ~/~/  Same as AT+ SMOD =1,0,0
801 +(% style="color:#037691" %)**0xA5 01 00**    (%%) ~/~/  Same as AT+ SMOD =1,0
827 827  
828 828  
829 829  
... ... @@ -840,7 +840,7 @@
840 840  
841 841  (% style="color:#037691" %)**AT+FTIME=xx**  (%%) **~-~-> ** Set to use xx as max fix time.
842 842  
843 -**Example:**  AT+FTIME=150
818 +Example:  AT+FTIME=150
844 844  
845 845  
846 846  * (% style="color:blue" %)**Downlink Payload (prefix 0xAA):**
... ... @@ -877,7 +877,7 @@
877 877  
878 878  * (% style="color:blue" %)**AT Command:**
879 879  
880 -(% style="color:#037691" %)**AT+CFM=xx**
855 +(% style="color:#037691" %)**AT+CFM=xx. **
881 881  
882 882  
883 883  **~ Example:**
... ... @@ -893,27 +893,6 @@
893 893  
894 894  
895 895  
896 -=== 3.2.10  Auto Send None-ACK messages ===
897 -
898 -
899 -TrackerD will wait for ACK for each uplink, If TrackerD doesn't get ACK from the IoT server, it will consider the message doesn't arrive server and store it. TrackerD keeps sending messages in normal periodically. Once TrackerD gets ACK from a server, it will consider the network is ok and start to send the not-arrive message.
900 -
901 -
902 -* (% style="color:blue" %)**AT Command: AT+PNACKMD**
903 -
904 -The default factory setting is 0.
905 -
906 -
907 -**Command Example Function Response:**
908 -
909 -(% style="color:#037691" %)**AT+PNACKMD=1**  (%%) ~/~/  Poll None-ACK message OK
910 -
911 -
912 -* (% style="color:blue" %)**Downlink Command: 0x34**
913 -
914 -Example: 0x3401  ~/~/  Same as AT+PNACKMD=1
915 -
916 -
917 917  = 4. Setting for Different Scenarios =
918 918  
919 919  
... ... @@ -1058,9 +1058,6 @@
1058 1058  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
1059 1059  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1060 1060  
1061 -
1062 -
1063 -
1064 1064  = 8.  Order Info =
1065 1065  
1066 1066  
... ... @@ -1076,9 +1076,6 @@
1076 1076  * (% style="color:red" %)**AU915**(%%): Default frequency band AU915
1077 1077  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1078 1078  
1079 -
1080 -
1081 -
1082 1082  = 9.  Packing Info =
1083 1083  
1084 1084  
... ... @@ -1092,9 +1092,6 @@
1092 1092  * Device Size: 85 x 48 x 15 cm
1093 1093  * Weight: 50g
1094 1094  
1095 -
1096 -
1097 -
1098 1098  = 10. Support =
1099 1099  
1100 1100  
... ... @@ -1101,9 +1101,6 @@
1101 1101  * 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.
1102 1102  * 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]].
1103 1103  
1104 -
1105 -
1106 -
1107 1107  = 11.  Reference =
1108 1108  
1109 1109