Last modified by Xiaoling on 2025/04/27 16:48

From version 50.2
edited by Xiaoling
on 2022/09/30 10:10
Change comment: There is no comment for this version
To version 51.3
edited by Xiaoling
on 2022/09/30 10:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,13 @@
1 +(% style="text-align:center" %)
2 +[[image:1664505654417-133.png]]
3 +
4 +
5 +
6 +
1 1  (% class="wikigeneratedid" %)
2 2  **Table of Contents:**
3 3  
10 +{{toc/}}
4 4  
5 5  
6 6  
... ... @@ -87,7 +87,6 @@
87 87  * Tracking: max: 38mA
88 88  
89 89  
90 -
91 91  == 1.3  Features ==
92 92  
93 93  
... ... @@ -106,7 +106,6 @@
106 106  * Tri-color LED, Alarm button
107 107  * Datalog
108 108  
109 -
110 110  == 1.4  Applications ==
111 111  
112 112  
... ... @@ -114,7 +114,6 @@
114 114  * Human tracking
115 115  
116 116  
117 -
118 118  = 2.1 Use TrackerD =
119 119  
120 120  
... ... @@ -142,11 +142,10 @@
142 142  
143 143  Each TrackerD is shipped with a sticker with the default device EUI as below:
144 144  
149 +
145 145  [[image:1664501677253-891.png]]
146 146  
147 147  
148 -
149 -
150 150  Input these keys to their LoRaWAN Server portal. Below is TTN V3 screen shot:
151 151  
152 152  
... ... @@ -184,11 +184,11 @@
184 184  * **BLE ONLY: **Only obtain iBeacon info via BLE. Design for Indoor tracking.
185 185  * **GPS/BLE Hybrid: **Combination for Indoor and Outdoor tracking.
186 186  
187 -User can switch modes by [[changing SMOD>>path:#Positioning_Mode]].
190 +User can switch modes by [[changing SMOD>>||anchor="H3.2.7SetPositioningMode"]].
188 188  
189 189  
190 190  
191 -== 2.3 Uplink Payload ~-~-~-~-~-~-~-~-~-~-~-~-~-~- ==
194 +== 2.3 Uplink Payload ==
192 192  
193 193  
194 194  === 2.3.1 Uplink FPORT~=5, Device Status ===
... ... @@ -195,7 +195,7 @@
195 195  
196 196  
197 197  
198 -=== 2.3.2 Uplink FPORT~= , Realtime GNSS Positioning ===
201 +=== 2.3.2 Uplink FPORT~= , Realtime GNSS Positioning ===
199 199  
200 200  
201 201  The default uplink payload includes totally 11 bytes. (User can use AT+MOD=0 to enable the Temperature and humidity sensor to hum/tem info from accelerometer. When accelerometer info is enable, total payload will be 15 bytes, please note 15 bytes won't work on DR0 on US915/AU915 frequency band. )
... ... @@ -222,7 +222,6 @@
222 222  )))|(% style="width:52px" %)[[FLAG>>path:#Flag]]|(% style="width:88px" %)Hum|(% style="width:83px" %)[[Tem>>path:#Pitch]]
223 223  
224 224  
225 -
226 226  [[image:1664501958445-288.png]]
227 227  
228 228  
... ... @@ -233,7 +233,6 @@
233 233  |(% style="width:72px" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>path:#BAT]] 
234 234  
235 235  
236 -
237 237  **FLAG:**
238 238  
239 239  (% border="2" style="background-color:#ffffcc; color:green; width:332px" %)
... ... @@ -240,21 +240,14 @@
240 240  |(% style="width:79px" %)**Size(bit)**|(% style="width:55px" %)2 bits|(% style="width:47px" %)1bit|(% style="width:140px" %)5 bits
241 241  |(% style="width:79px" %)**Value**|(% style="width:55px" %)[[MOD>>path:#MD]]|(% style="width:47px" %)[[LON>>path:#LON]]|(% style="width:140px" %)Firmware version 
242 242  
243 -
244 244  **Example: Payload: 0x02863D68 FAC29BAF 4B45 60 0202 011A  **
245 245  
246 246  
247 247  **Location info:**
248 248  
249 -* Latitude: 02863D68⇒ //if (0x//02863D68//& 0x80000000 = 0 )~://
249 +* Latitude: 02863D68  ⇒  //if (0x//02863D68//& 0x80000000 = 0 )~://  //value = 02863D68 /1000000 = 42.351976//
250 +* Longitude: FAC29BAF  ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~://  //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57//
250 250  
251 -//value = 02863D68 /1000000 = 42.351976//
252 -
253 -* Longitude: FAC29BAF ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~://
254 -
255 -//value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57//
256 -
257 -
258 258  **Important note:**
259 259  
260 260  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.
... ... @@ -274,20 +274,19 @@
274 274  
275 275  
276 276  
277 -* **Alarm**:  Example: 0x4B & 0x40 >> 6 = 0x01
278 -* **BAT**:  Example: 0x0CDD & 0x3FFF ⇒ 3293 (mV).
271 +* **Alarm**:  Example:  0x4B & 0x40 >> 6 = 0x01
272 +* **BAT**:  Example:  0x0CDD & 0x3FFF ⇒ 3293 (mV).
279 279  
280 280  The battery info shows the current voltage, for **TrackerD** version which powered by li-on battery. User can use below mapping to indicate the battery in percentage: \
281 281  
282 282  
283 -* > 4.0v : 80% ~~ 100%
284 -* 3.85v ~~3.99v: 60% ~~ 80%
285 -* 3.70v ~~ 3.84v: 40% ~~ 60%
286 -* 3.40v ~~ 3.69v: 20% ~~ 40%
287 -* < 3.39v: 0~~20%
277 +* > 4.0v :  80% ~~ 100%
278 +* 3.85v ~~3.99v:  60% ~~ 80%
279 +* 3.70v ~~ 3.84v:  40% ~~ 60%
280 +* 3.40v ~~ 3.69v:  20% ~~ 40%
281 +* < 3.39v:  0~~20%
288 288  
289 289  
290 -
291 291  * **LON: **Enable/Disable LED activity for uplink
292 292  
293 293  0x00:  Disable LED indicator.
... ... @@ -295,13 +295,12 @@
295 295  0x01:  Enable LED indicator (Default Value)
296 296  
297 297  
298 -* **Hum**: 0202 = //if (0x0202 & 0x8000 = 0 ): value =// 0x0202 / 100 = +514 ⇒ 51.4 degree
299 -* **//Tem//**//: 011A =if (0x011A & 0x8000 = 1 ): value =( 0x011A - 0x10000)/10(dec) ⇒ -//28.2 degree
291 +* **Hum**: 0202 = //if (0x0202 & 0x8000 = 0 ):  value =// 0x0202 / 100 = +514 ⇒ 51.4 degree
292 +* **//Tem//**//: 011A =if (0x011A & 0x8000 = 1 ):  value =( 0x011A - 0x10000)/10(dec) ⇒ -//28.2 degree
300 300  
301 301  
302 302  
303 303  
304 -
305 305  === 2.3.3 Uplink FPORT~= , History GNSS Positioning ===
306 306  
307 307  
... ... @@ -345,8 +345,8 @@
345 345  
346 346  
347 347  * **BAT**:  Ex1: 0x4B45 & 0x3FFF ⇒ 3901 (mV).
348 -* **MODE:  **Define the payload format.
349 -* **UUID:  **The uuid from the strongest iBeacon.
340 +* **MODE:   **Define the payload format.
341 +* **UUID:     **The uuid from the strongest iBeacon.
350 350  * **MAJOR**:  The MAJOR from the strongest iBeacon.
351 351  * **MINOR**:  The MAJOR from the strongest iBeacon.
352 352  * **Measured** **Power**:  The Measured Power from the strongest iBeacon.
... ... @@ -355,7 +355,6 @@
355 355  
356 356  
357 357  
358 -
359 359  === 2.3.5 Add Payload format in TTN V3 ===
360 360  
361 361  
... ... @@ -440,7 +440,6 @@
440 440  
441 441  
442 442  
443 -
444 444  == 2.9 Button Function ==
445 445  
446 446  
... ... @@ -463,7 +463,6 @@
463 463  |(% 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.
464 464  
465 465  
466 -
467 467  == 2.10 USB Port Function ==
468 468  
469 469  
... ... @@ -476,7 +476,6 @@
476 476  
477 477  
478 478  
479 -
480 480  = 3. Configure TrackerD via AT command or LoRaWAN downlink =
481 481  
482 482  
... ... @@ -540,7 +540,7 @@
540 540  
541 541  AT+ATDC=xx.
542 542  
543 -Example:  AT+ATDC=60000  à Set Alarm Packet Interval to 60 seconds. TrackerD will send every 60 seconds in Alarm mode, Default Value: 60000
531 +Example:  AT+ATDC=60000  **~-~->    ** Set Alarm Packet Interval to 60 seconds. TrackerD will send every 60 seconds in Alarm mode, Default Value: 60000
544 544  
545 545  
546 546  * Downlink Payload (prefix 0xB1):
... ... @@ -558,7 +558,7 @@
558 558  
559 559  AT+MTDC=xx.
560 560  
561 - Example:  AT+MTDC=300000  à Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000
549 + Example:  AT+MTDC=300000  **~-~->    ** Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000
562 562  
563 563  
564 564  * Downlink Payload (prefix 0x03):
... ... @@ -610,7 +610,7 @@
610 610  
611 611  AT+INTWK=xx.  (Disable (0), Enable (1), default:0)
612 612  
613 - Example:  AT+ INTWK =1  **~-~->  ** Enable detect movement.
601 + Example:  AT+ INTWK =1  **~-~->   ** Enable detect movement.
614 614  
615 615  
616 616  * Downlink Payload (prefix 0xAF):
... ... @@ -708,7 +708,7 @@
708 708  
709 709  **~ Example:**
710 710  
711 - AT+ CFM=0    **~-~->  ** Disable confirmation
699 + AT+ CFM=0    **~-~->   ** Disable confirmation
712 712  
713 713   AT+ CFM=1    **~-~->  ** Enable confirmation
714 714  
... ... @@ -803,7 +803,6 @@
803 803  * Go to tools ~-~-> Boards ~-~-> Boards Manager, find the esp32 information and install it.
804 804  
805 805  
806 -
807 807  [[image:1664503715811-892.png]]
808 808  
809 809  
... ... @@ -810,7 +810,6 @@
810 810  
811 811  * Download the latest TrackerD from the dragino github: [[https:~~/~~/github.com/dragino/TrackerD>>url:https://github.com/dragino/TrackerD]]
812 812  
813 -
814 814  Put the Library in the TrackerD directory into the libraries file in the Arduino directory:
815 815  
816 816  
... ... @@ -842,7 +842,6 @@
842 842  = 7.  FAQ =
843 843  
844 844  
845 -
846 846  == 7.1 How to change the LoRa Frequency Bands/Region? ==
847 847  
848 848  
... ... @@ -868,6 +868,9 @@
868 868  |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14
869 869  |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15
870 870  
856 +
857 +
858 +
871 871  = 8.  Order Info =
872 872  
873 873  
... ... @@ -876,7 +876,6 @@
876 876  (% style="color:blue" %)**XXX**(%%): The default frequency band
877 877  
878 878  * (% style="color:red" %)**EU433**(%%): Default frequency band EU433
879 -* (% style="color:red" %)**CN470**(%%): Default frequency band CN470
880 880  * (% style="color:red" %)**EU868**(%%): Default frequency band EU868
881 881  * (% style="color:red" %)**IN865**(%%): Default frequency band IN865
882 882  * (% style="color:red" %)**KR920**(%%): Default frequency band KR920
... ... @@ -884,31 +884,32 @@
884 884  * (% style="color:red" %)**AU915**(%%): Default frequency band AU915
885 885  * (% style="color:red" %)**US915**(%%): Default frequency band US915
886 886  
874 +
875 +
876 +
887 887  = 9.  Packing Info =
888 888  
889 889  
890 890  **Package Includes**:
891 891  
892 -* TrackerD x 1
893 -* Rechargeable cable x 1
894 -* Program Cable x 1
882 +* TrackerD LoRaWAN GPS/BLE Tracker x 1
883 +* USB recharge & program cable x 1
895 895  
896 896  **Dimensions and Weight**:
897 897  
898 -* Device Size: 85 x 48 x 15 mm/pcs
899 -* Weight: 55g/pcs
887 +* Device Size: 85 x 48 x 15 cm
888 +* Weight: 50g
900 900  
901 901  
891 +
902 902  = 10. Support =
903 903  
894 +
904 904  * 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.
905 -* 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
896 +* 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]]
906 906  
907 -[[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]]
908 908  
909 909  
910 -
911 -
912 912  = 11.  Reference =
913 913  
914 914  
1664505654417-133.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +27.5 KB
Content