Changes for page TrackerD -- LoRaWAN Tracker User Manual
Last modified by Xiaoling on 2025/04/14 16:33
Change comment:
Uploaded new attachment "1667288597595-714.png", version {1}
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.Kilight - Content
-
... ... @@ -97,6 +97,8 @@ 97 97 * LoRa Transmit Mode: 125mA @ 20dBm 44mA @ 14dBm 98 98 * Tracking: max: 38mA 99 99 100 + 101 + 100 100 == 1.3 Features == 101 101 102 102 ... ... @@ -115,6 +115,8 @@ 115 115 * Tri-color LED, Alarm button 116 116 * Datalog 117 117 120 + 121 + 118 118 == 1.4 Applications == 119 119 120 120 ... ... @@ -121,6 +121,8 @@ 121 121 * Logistics and Supply Chain Management 122 122 * Human tracking 123 123 128 + 129 + 124 124 = 2.1 Use TrackerD = 125 125 126 126 ... ... @@ -286,6 +286,8 @@ 286 286 |=(% 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 287 287 |=(% 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"]] 288 288 295 + 296 + 289 289 === 2.4.2 Uplink FPORT~=2, Realtime GNSS Positioning + Temperature & Humidity === 290 290 291 291 ... ... @@ -294,8 +294,12 @@ 294 294 295 295 (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:320px" %) 296 296 |=(% scope="row" style="width: 60px;" %)((( 297 -**Size(bytes)**)))|(% style="width:50px" %)4|(% style="width:50px" %)4|(% style="width:70px" %)2|(% style="width:30px" %)1|(% style="width:30px" %)((( 298 -2)))|(% style="width:30px" %)(((2))) 305 +**Size(bytes)** 306 +)))|(% style="width:50px" %)4|(% style="width:50px" %)4|(% style="width:70px" %)2|(% style="width:30px" %)1|(% style="width:30px" %)((( 307 +2 308 +)))|(% style="width:30px" %)((( 309 +2 310 +))) 299 299 |=(% style="width: 69px;" %)**Value**|(% style="width:76px" %)[[Latitude>>||anchor="HLocationinfo:"]]|(% style="width:87px" %)[[Longitude>>||anchor="HLocationinfo:"]]|(% style="width:76px" %)((( 300 300 [[Alarm & BAT>>||anchor="HAlarm26BAT:"]] 301 301 )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]]|(% style="width:40px" %)[[Hum>>||anchor="HHum:"]]|(% style="width:87px" %)[[Tem>>||anchor="HTem:"]] ... ... @@ -309,6 +309,8 @@ 309 309 |=(% scope="row" style="width: 50px;" %)**Size(bit)**|(% style="width:50px" %)1 bit|(% style="width:80px" %)1bit|(% style="width:50px" %)14bits 310 310 |=(% style="width: 72px;" %)**Value**|(% style="width:67px" %)reserve|(% style="width:118px" %)Alarm Indicate|(% style="width:63px" %)[[BAT>>||anchor="HBAT:"]] 311 311 324 + 325 + 312 312 ==== (% style="color:blue" %)**FLAG:**(%%) ==== 313 313 314 314 (% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:120px" %) ... ... @@ -323,6 +323,8 @@ 323 323 * Latitude: 02863D68 ⇒ //if (0x//02863D68//& 0x80000000 = 0 )~:// //value = 02863D68 /1000000 = 42.351976// 324 324 * Longitude: FAC29BAF ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~:// //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57// 325 325 340 + 341 + 326 326 (% style="color:red" %)**Important note:** 327 327 328 328 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. ... ... @@ -358,6 +358,8 @@ 358 358 * 3.40v ~~ 3.69v: 20% ~~ 40% 359 359 * < 3.39v: 0~~20% 360 360 377 + 378 + 361 361 ==== (% style="color:blue" %)**MOD:**(%%) ==== 362 362 363 363 **Example: ** (0x60>>6) & 0x3f =1 ... ... @@ -388,7 +388,6 @@ 388 388 ))) 389 389 390 390 391 - 392 392 ==== (% style="color:blue" %)**Hum:**(%%) ==== 393 393 394 394 0202 = //if (0x0202 & 0x8000 = 0 ): value =// 0x0202 / 100 = +514 ⇒ 51.4 degree ... ... @@ -406,10 +406,10 @@ 406 406 The default uplink payload includes total 11 bytes (**AT+SMOD=1,1,0**). The payload is the first 11 bytes of Uplink FPORT=2, real-time GNSS positioning, (remove the temp and humidity) 407 407 408 408 409 -(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width: 480px" %)410 -|=(% scope="row" style="width: 50px;" %)(((426 +(% border="1.2" cellspacing="3" style="background-color:#ffffcc; color:green; width:300px" %) 427 +|=(% scope="row" style="width: 60px;" %)((( 411 411 **Size(bytes)** 412 -)))|(% style="width:60px" %)4|(% style="width: 70px" %)4|(% style="width:80px" %)2|(% style="width:73px" %)1429 +)))|(% style="width:60px" %)4|(% style="width:60px" %)4|(% style="width:60px" %)2|(% style="width:50px" %)1 413 413 |=(% style="width: 69px;" %)**Value**|(% style="width:76px" %)[[Latitude>>||anchor="HLocationinfo:"]]|(% style="width:87px" %)[[Longitude>>||anchor="HLocationinfo:"]]|(% style="width:76px" %)((( 414 414 [[Alarm & BAT>>||anchor="HAlarm26BAT:"]] 415 415 )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]] ... ... @@ -433,7 +433,7 @@ 433 433 434 434 The payload is 15 bytes, as below. 435 435 436 -(% border="1.5" style="background-color:#ffffcc; color:green; width:5 20px" %)453 +(% border="1.5" style="background-color:#ffffcc; color:green; width:500px" %) 437 437 |=(% scope="row" %)((( 438 438 **Size(bytes)** 439 439 )))|4|4|2|1|1|1|1|1 ... ... @@ -478,6 +478,8 @@ 478 478 * (% style="color:#037691" %)**Measured Power: ** (%%) The Measured Power from the strongest iBeacon. 479 479 * (% style="color:#037691" %)**RSSI: ** (%%) The RSSI from the strongest iBeacon. 480 480 498 + 499 + 481 481 === 2.4.6 Add Payload format in TTN V3 === 482 482 483 483 ... ... @@ -589,6 +589,8 @@ 589 589 |(% style="width:157px" %)**Get Downlink**|(% style="width:271px" %)(% style="color:green" %)**GREEN**(%%) led on 1 second|(% style="width:202px" %)Yes 590 590 |(% style="width:157px" %)**Movement Detect**|(% style="width:271px" %)(% style="color:red" %)**RED **(%%)led on 500ms|(% style="width:202px" %)N/A 591 591 611 + 612 + 592 592 == 2.11 Button Function == 593 593 594 594 ... ... @@ -604,12 +604,14 @@ 604 604 [[image:1664502854406-763.png]] 605 605 606 606 607 -(% border="1 .5" style="background-color:#ffffcc; color:green; width:520px" %)608 -|=(% style="width: 100px;" %)**Function**|=(% style="width: 2 10px;" %)**Action**|=(% style="width: 210px;" %)**Description**628 +(% border="1" style="background-color:#ffffcc; color:green; width:510px" %) 629 +|=(% style="width: 100px;" %)**Function**|=(% style="width: 205px;" %)**Action**|=(% style="width: 205px;" %)**Description** 609 609 |(% style="width:135px" %)Send Alarm|(% style="width:220px" %)Keep Pressing (% style="color:red" %)**RED**(%%) button for more than 5 seconds|(% style="width:265px" %)Enter Alarm Mode. See [[Alarm Mode>>||anchor="H2.6AlarmMode"]] 610 610 |(% 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 611 611 |(% 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. 612 612 634 + 635 + 613 613 == 2.12 USB Port Function == 614 614 615 615 ... ... @@ -620,6 +620,8 @@ 620 620 * [[Configure Device>>||anchor="H3.ConfigureTrackerDviaATcommandorLoRaWANdownlink"]] 621 621 * [[Upgrade Firmware>>||anchor="H5.UploadFirmware"]] 622 622 646 + 647 + 623 623 = 3. Configure TrackerD via AT command or LoRaWAN downlink = 624 624 625 625 ... ... @@ -1059,6 +1059,8 @@ 1059 1059 |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14 1060 1060 |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15 1061 1061 1087 + 1088 + 1062 1062 = 8. Order Info = 1063 1063 1064 1064 ... ... @@ -1074,6 +1074,8 @@ 1074 1074 * (% style="color:red" %)**AU915**(%%): Default frequency band AU915 1075 1075 * (% style="color:red" %)**US915**(%%): Default frequency band US915 1076 1076 1104 + 1105 + 1077 1077 = 9. Packing Info = 1078 1078 1079 1079 ... ... @@ -1087,6 +1087,8 @@ 1087 1087 * Device Size: 85 x 48 x 15 cm 1088 1088 * Weight: 50g 1089 1089 1119 + 1120 + 1090 1090 = 10. Support = 1091 1091 1092 1092 ... ... @@ -1093,6 +1093,8 @@ 1093 1093 * 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. 1094 1094 * 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]]. 1095 1095 1127 + 1128 + 1096 1096 = 11. Reference = 1097 1097 1098 1098
- 1667288597595-714.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Kilight - Size
-
... ... @@ -1,0 +1,1 @@ 1 +27.9 KB - Content