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

From version 106.1
edited by Bei Jinggeng
on 2022/11/07 09:15
Change comment: There is no comment for this version
To version 111.1
edited by Bei Jinggeng
on 2022/11/07 13:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -97,7 +97,6 @@
97 97  * LoRa Transmit Mode: 125mA @ 20dBm 44mA @ 14dBm
98 98  * Tracking: max: 38mA
99 99  
100 -
101 101  == 1.3  Features ==
102 102  
103 103  
... ... @@ -116,7 +116,6 @@
116 116  * Tri-color LED, Alarm button
117 117  * Datalog
118 118  
119 -
120 120  == 1.4  Applications ==
121 121  
122 122  
... ... @@ -123,7 +123,6 @@
123 123  * Logistics and Supply Chain Management
124 124  * Human tracking
125 125  
126 -
127 127  = 2.  Use TrackerD =
128 128  
129 129  
... ... @@ -291,7 +291,6 @@
291 291  |=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)5 Bits|(% style="width:60px" %)1 Bit|(% style="width:20px" %)1 Bit|(% style="width:80px" %)1 Bit
292 292  |=(% 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"]]
293 293  
294 -
295 295  === 2.4.2 Uplink FPORT~=2, Realtime GNSS Positioning + Temperature & Humidity ===
296 296  
297 297  
... ... @@ -368,7 +368,6 @@
368 368  * 3.40v ~~ 3.69v:  20% ~~ 40%
369 369  * < 3.39v:  0~~20%
370 370  
371 -
372 372  ==== (% style="color:blue" %)**MOD:**(%%) ====
373 373  
374 374  **Example: ** (0x60>>6) & 0x3f =1
... ... @@ -488,11 +488,10 @@
488 488  * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon.
489 489  * (% style="color:#037691" %)**RSSI:  ** (%%) The RSSI from the strongest iBeacon.
490 490  
491 -
492 492  === 2.4.6  Uplink FPORT~=8, WiFi Positioning with Strongest WiFi SSID(Since firmware 1.4.1) ===
493 493  
494 494  
495 -TrackerD supports WiFi scans for indoor positioning. User can set [[**SMOD**>>||anchor="H3.2.7SetPositioningMode"]] to **BLE pure** or **GPS/BLE hybrid** so TrackerD will scan WiFi and find the strongest WiFi info and uplink.
489 +TrackerD supports WiFi scans for indoor positioning. User can set [[**SMOD**>>||anchor="H3.2.7SetPositioningMode"]] to **WiFi** so TrackerD will scan WiFi and find the strongest WiFi info and uplink.
496 496  
497 497  
498 498  (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:371.222px" %)
... ... @@ -511,7 +511,6 @@
511 511  * (% style="color:#037691" %)**SSID:      **(%%)WiFi name.
512 512  * (% style="color:#037691" %)**RSSI:      **(%%)The RSSI from the strongest WiFi.
513 513  
514 -
515 515  === 2.4.7  Add Payload format in TTN V3 ===
516 516  
517 517  
... ... @@ -623,7 +623,6 @@
623 623  |(% style="width:157px" %)**Get Downlink**|(% style="width:271px" %)(% style="color:green" %)**GREEN**(%%) led on 1 second|(% style="width:202px" %)Yes
624 624  |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A
625 625  
626 -
627 627  == 2.11 Button Function ==
628 628  
629 629  
... ... @@ -645,7 +645,6 @@
645 645  |(% 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
646 646  |(% 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.
647 647  
648 -
649 649  == 2.12 USB Port Function ==
650 650  
651 651  
... ... @@ -656,7 +656,6 @@
656 656  * [[Configure Device>>||anchor="H3.ConfigureTrackerDviaATcommandorLoRaWANdownlink"]]
657 657  * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]]
658 658  
659 -
660 660  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
661 661  
662 662  
... ... @@ -741,7 +741,7 @@
741 741  
742 742  * (% style="color:blue" %)**Downlink Payload (prefix 0x03):**
743 743  
744 -(% style="color:#037691" %)**0x03 00 01 2C**  (%%) ~/~/  Same as AT+ MTDC=3000000
734 +(% style="color:#037691" %)**0x03 00 01 2C**  (%%) ~/~/  Same as AT+MTDC=3000000
745 745  
746 746  
747 747  
... ... @@ -785,12 +785,12 @@
785 785  
786 786  (% style="color:#037691" %)**AT+INTWK=xx.  (Disable (0), Enable (1), default:0)**
787 787  
788 -Example:  AT+ INTWK =1  **~-~->   ** Enable Transport Mode.
778 +Example:  AT+INTWK=1  **~-~->   ** Enable Transport Mode.
789 789  
790 790  
791 791  * (% style="color:blue" %)**Downlink Payload (prefix 0xAF):**
792 792  
793 -(% style="color:#037691" %)**0xAF 01 ** (%%) ~/~/  Same as AT+ INTWK =1
783 +(% style="color:#037691" %)**0xAF 01 ** (%%) ~/~/  Same as AT+INTWK=1
794 794  
795 795  
796 796  
... ... @@ -822,15 +822,15 @@
822 822  
823 823  (% style="color:blue" %)**Example:**
824 824  
825 - AT+ SMOD =1,0,0 ~-~->  GPS+ BAT+ State+Tem&Hum
826 - AT+ SMOD =1,1,0 ~-~->  GPS +BAT State
827 - AT+ SMOD =2,0,1 ~-~->  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
828 - AT+ SMOD =2,0,2 ~-~->  (WiFi)SSID+Rssi+BAT+State
815 + AT+SMOD=1,0,0 ~-~->  GPS+ BAT+ State+Tem&Hum
816 + AT+SMOD=1,1,0 ~-~->  GPS +BAT State
817 + AT+SMOD=2,0,1 ~-~->  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
818 + AT+SMOD=2,0,2 ~-~->  (WiFi)SSID+Rssi+BAT+State
829 829  
830 830  
831 831  * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
832 832  
833 -(% style="color:#037691" %)**0xA5 01 00 00**    (%%) ~/~/  Same as AT+ SMOD =1,0,0
823 +(% style="color:#037691" %)**0xA5 01 00 00**    (%%) ~/~/  Same as AT+SMOD=1,0,0
834 834  
835 835  
836 836  
... ... @@ -889,14 +889,14 @@
889 889  
890 890  **~ Example:**
891 891  
892 - AT+ CFM=0    **~-~->   ** Disable confirmation
882 + AT+CFM=0    **~-~->   ** Disable confirmation
893 893  
894 - AT+ CFM=1    **~-~->  ** Enable confirmation
884 + AT+CFM=1    **~-~->  ** Enable confirmation
895 895  
896 896  
897 897  * (% style="color:blue" %)**Downlink Payload (prefix 0x05):**
898 898  
899 -(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+ CFM =1
889 +(% style="color:#037691" %)**0x05 01 **(%%) ~/~/  Same as AT+CFM=1
900 900  
901 901  
902 902  
... ... @@ -944,15 +944,15 @@
944 944  === 3.2.12  Set WiFIMASK to filter WiFi SSID(Since firmware 1.4.1) ===
945 945  
946 946  
947 -WiFiMASK is to filter the unwanted WiFi SSID during scan. For example, if WiFiMASK is 123456. TrackerD will only uplink SSID info which includes 123456. It will ignore all other WiFi which doesn’t contact 123456 in the SSID.
937 +WiFiMASK is to filter the unwanted WiFi SSID during scan. For example, if WiFiMASK is 123456. TrackerD will only uplink SSID info which includes 123456 as prefix. It will ignore all other WiFi which doesn’t contact 123456 in the SSID.
948 948  
949 949  (% style="color:red" %)**Note: WiFiMASK range is 6 ~~ 10 bytes. If AT+ WiFiMASK < 6 bytes, WiFiMASK will be disabled.**
950 950  
951 951  (% style="color:blue" %)**AT Command:**
952 952  
953 - (% style="color:#037691" %)**AT+WiFiMASK =123456**    (%%) ~/~/ Set WiFiMASK = 123456
943 + (% style="color:#037691" %)**AT+WiFiMASK=123456**    (%%) ~/~/ Set WiFiMASK = 123456
954 954  
955 - (% style="color:#037691" %)**AT+WiFiMASK =0**       (%%) ~/~/ disable WiFiMASK
945 + (% style="color:#037691" %)**AT+WiFiMASK=0**       (%%) ~/~/ disable WiFiMASK
956 956  
957 957  (% style="color:blue" %)**Downlink Payload: (Prefix : 0xB3)(Since firmware 1.4.1)**
958 958  
... ... @@ -968,7 +968,7 @@
968 968  (% style="color:blue" %)**AT Command:**
969 969  
970 970  (% style="color:#037691" %)**AT+SHOWID=XX         **(%%) ~/~/(Disable (0), Enable (1), default:0)
971 -\\Example: AT+SHOWID =1 ~-~-> Enable Information printing.
961 +\\Example: AT+SHOWID=1 ~-~-> Enable Information printing.
972 972  
973 973  
974 974  
... ... @@ -982,7 +982,7 @@
982 982  (% style="color:#037691" %)**AT+CHE=1**(%%) ~/~/ set one channels mode,
983 983  
984 984  (% style="color:blue" %)**Downlink Payload:0X24**(%%)
985 -Example: 0x24 01 ~/~/ Same as AT+CHE= = 1
975 +Example: 0x24 01 ~/~/ Same as AT+CHE=1
986 986  
987 987  
988 988  
... ... @@ -1142,7 +1142,6 @@
1142 1142  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
1143 1143  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
1144 1144  
1145 -
1146 1146  == 7.3 Notes on using different serial port tools for TrackerD ==
1147 1147  
1148 1148  
... ... @@ -1190,16 +1190,22 @@
1190 1190  [[image:image-20221102140801-6.png]]
1191 1191  
1192 1192  
1193 -== 7.4 TrackerD trouble shooting ==
1182 += Trouble Shooting =
1194 1194  
1184 +== 8.1 TDC is changed to 4294947296 and cause no uplink. ==
1195 1195  
1196 -V1.4.0: When the motion mode is turned on, the TDC needs to be greater than MTDC, otherwise TDC time will be confused
1186 +Before firmware v1.4.0: When the Transport Mode is enabled (**AT+INTWK=1**), the **TDC** needs to be greater than **MTDC**, otherwise, TDC setting will because 4294947296 after wakre up from motion. This bug is fixed in firmware v1.4.1
1197 1197  
1198 1198  
1189 +== 8.2 Device not able get AT Command or show output after wake up from deep sleep mode ==
1199 1199  
1200 -= 8.  Order Info =
1191 +ESP32 is not able to accept the Interrupt from UART after wake up from deep sleep mode. User need to press the button (one click) and trackerD will be able to accept UART command, it there is no action in UART for 15 seconds. it will go to deep sleep mode.
1201 1201  
1202 1202  
1194 +
1195 += 9.  Order Info =
1196 +
1197 +
1203 1203  Part Number: (% style="color:blue" %)**TrackerD-XXX**
1204 1204  
1205 1205  (% style="color:blue" %)**XXX**(%%): The default frequency band
... ... @@ -1212,10 +1212,9 @@
1212 1212  * (% style="color:red" %)**AU915**(%%): Default frequency band AU915
1213 1213  * (% style="color:red" %)**US915**(%%): Default frequency band US915
1214 1214  
1210 += 10.  Packing Info =
1215 1215  
1216 -= 9.  Packing Info =
1217 1217  
1218 -
1219 1219  (% style="color:#037691" %)**Package Includes**:
1220 1220  
1221 1221  * TrackerD LoRaWAN GPS/BLE Tracker x 1
... ... @@ -1226,20 +1226,17 @@
1226 1226  * Device Size: 85 x 48 x 15 mm
1227 1227  * Weight: 50g
1228 1228  
1223 += 11. Support =
1229 1229  
1230 -= 10. Support =
1231 1231  
1232 -
1233 1233  * 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.
1234 1234  * 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]].
1235 1235  
1229 += 12.  Reference =
1236 1236  
1237 -= 11.  Reference =
1238 1238  
1239 -
1240 1240  * [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
1241 1241  * **[[Source Code>>https://github.com/dragino/TrackerD]] **
1242 1242  * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]
1243 1243  
1244 -
1245 1245