Changes for page TrackerD -- LoRaWAN Tracker User Manual
Last modified by Xiaoling on 2025/04/27 16:48
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -339,6 +339,8 @@ 339 339 * Latitude: 02863D68 ⇒ //if (0x//02863D68//& 0x80000000 = 0 )~:// //value = 02863D68 /1000000 = 42.351976// 340 340 * Longitude: FAC29BAF ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~:// //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57// 341 341 342 + 343 + 342 342 (% style="color:red" %)**Important note:** 343 343 344 344 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. ... ... @@ -357,12 +357,12 @@ 357 357 358 358 ==== (% style="color:blue" %)**Alarm:**(%%) ==== 359 359 360 - **Example:**0x4B & 0x40 >> 6 = 0x01362 +Example: 0x4B & 0x40 >> 6 = 0x01 361 361 362 362 363 363 ==== (% style="color:blue" %)**BAT:**(%%) ==== 364 364 365 - **Example:**0x4B45& 0x3FFF ⇒ 2885(mV).367 +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 - 380 +(% class="wikigeneratedid" %) 379 379 ==== (% style="color:blue" %)**MOD:**(%%) ==== 380 380 381 - **Example:**(0x60>>6)&0x3f=1.383 +Set the format of GPS data uplink link 382 382 383 - **Settheformatof GPSdata uplinklink:**385 +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 387 +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.395 +0x00: Disable LED indicator. 402 402 ))) 403 403 404 404 ((( 405 - (% style="color:#037691" %)**0x01:**(%%)Enable LED indicator (Default Value)399 +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 ... ... @@ -492,7 +492,6 @@ 492 492 493 493 494 494 495 - 496 496 === 2.4.6 Add Payload format in TTN V3 === 497 497 498 498 ... ... @@ -612,7 +612,6 @@ 612 612 613 613 614 614 615 - 616 616 == 2.11 Button Function == 617 617 618 618 ... ... @@ -636,7 +636,6 @@ 636 636 637 637 638 638 639 - 640 640 == 2.12 USB Port Function == 641 641 642 642 ... ... @@ -649,7 +649,6 @@ 649 649 650 650 651 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**789 +(% 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.793 +* (% style="color:#037691" %)**1: GPS ONLY(Factory Settings): **(%%)only get and uplink GPS location info. 794 +* (% style="color:#037691" %)**2: BLE ONLY: **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking. 795 +* (% 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 799 +(% style="color:#037691" %)** if aa = 1: ** 812 812 813 -(% style="color:#037691" %)**cc: ** 801 +* (% style="color:#037691" %)**0 : **(%%)GPS+ BAT+ State+Tem&Hum 802 +* (% style="color:#037691" %)**1 :**(%%) GPS +BAT State 814 814 815 - *(% style="color:red" %)**1:**(%%)(iBeacon)UUID+Major+Minor+Power+Rssi+BAT+State804 +(% style="color:#037691" %)** if aa = 2: ** 816 816 817 -(% style="color: blue" %)**Example:**806 +* (% 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 808 + **Example:** 822 822 810 + AT+ SMOD =1,0 **~-~-> ** GPS+ BAT+ State+Tem&Hum 823 823 812 + AT+ SMOD =1,1 **~-~->** GPS +BAT State 813 + 814 + AT+ SMOD =2,3 **~-~->** (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 815 + 816 + 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,0819 +(% 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=150836 +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** 873 +(% 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 ... ... @@ -1060,7 +1060,6 @@ 1060 1060 1061 1061 1062 1062 1063 - 1064 1064 = 8. Order Info = 1065 1065 1066 1066 ... ... @@ -1078,7 +1078,6 @@ 1078 1078 1079 1079 1080 1080 1081 - 1082 1082 = 9. Packing Info = 1083 1083 1084 1084 ... ... @@ -1094,7 +1094,6 @@ 1094 1094 1095 1095 1096 1096 1097 - 1098 1098 = 10. Support = 1099 1099 1100 1100 ... ... @@ -1103,7 +1103,6 @@ 1103 1103 1104 1104 1105 1105 1106 - 1107 1107 = 11. Reference = 1108 1108 1109 1109