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. ... ... @@ -375,7 +375,7 @@ 375 375 * < 3.39v: 0~~20% 376 376 377 377 378 - 380 +(% class="wikigeneratedid" %) 379 379 ==== (% style="color:blue" %)**MOD:**(%%) ==== 380 380 381 381 Set the format of GPS data uplink link ... ... @@ -483,7 +483,6 @@ 483 483 484 484 485 485 486 - 487 487 === 2.4.6 Add Payload format in TTN V3 === 488 488 489 489 ... ... @@ -603,7 +603,6 @@ 603 603 604 604 605 605 606 - 607 607 == 2.11 Button Function == 608 608 609 609 ... ... @@ -627,7 +627,6 @@ 627 627 628 628 629 629 630 - 631 631 == 2.12 USB Port Function == 632 632 633 633 ... ... @@ -787,33 +787,37 @@ 787 787 788 788 * (% style="color:blue" %)**AT Command:** 789 789 790 -(% style="color:#037691" %)**AT+SMOD=aa,bb ,cc**789 +(% style="color:#037691" %)**AT+SMOD=aa,bb** 791 791 792 792 (% style="color:#037691" %)** aa:** 793 793 794 -* (% style="color: red" %)**1: GPS ONLY(Factory Settings): **(%%)only get and uplink GPS location info.795 -* (% style="color: red" %)**2: BLE ONLY: **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking.796 -* (% 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 797 797 798 798 (% style="color:#037691" %)**bb:** 799 799 800 -* (% style="color:red" %)**0 : **(%%)GPS+ BAT+ State+Tem&Hum 801 -* (% style="color:red" %)**1 :**(%%) GPS +BAT State 799 +(% style="color:#037691" %)** if aa = 1: ** 802 802 803 -(% style="color:#037691" %)**cc: ** 801 +* (% style="color:#037691" %)**0 : **(%%)GPS+ BAT+ State+Tem&Hum 802 +* (% style="color:#037691" %)**1 :**(%%) GPS +BAT State 804 804 805 - *(% style="color:red" %)**1:**(%%)(iBeacon)UUID+Major+Minor+Power+Rssi+BAT+State804 +(% style="color:#037691" %)** if aa = 2: ** 806 806 807 -(% style="color: blue" %)**Example:**806 +* (% style="color:#037691" %)**3 : **(%%)(iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 808 808 809 - AT+ SMOD =1,0 ,0 ~-~-> GPS+ BAT+ State+Tem&Hum 810 - AT+ SMOD =1,1,0 ~-~-> GPS +BAT State 811 - AT+ SMOD =2,0,1 ~-~-> (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 808 + **Example:** 812 812 810 + AT+ SMOD =1,0 **~-~-> ** GPS+ BAT+ State+Tem&Hum 813 813 812 + AT+ SMOD =1,1 **~-~->** GPS +BAT State 813 + 814 + AT+ SMOD =2,3 **~-~->** (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 815 + 816 + 814 814 * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):** 815 815 816 -(% 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 817 817 818 818 819 819 ... ... @@ -830,7 +830,7 @@ 830 830 831 831 (% style="color:#037691" %)**AT+FTIME=xx** (%%) **~-~-> ** Set to use xx as max fix time. 832 832 833 - **Example:**AT+FTIME=150836 +Example: AT+FTIME=150 834 834 835 835 836 836 * (% style="color:blue" %)**Downlink Payload (prefix 0xAA):** ... ... @@ -867,7 +867,7 @@ 867 867 868 868 * (% style="color:blue" %)**AT Command:** 869 869 870 -(% style="color:#037691" %)**AT+CFM=xx** 873 +(% style="color:#037691" %)**AT+CFM=xx. ** 871 871 872 872 873 873 **~ Example:** ... ... @@ -883,27 +883,6 @@ 883 883 884 884 885 885 886 -=== 3.2.10 Auto Send None-ACK messages === 887 - 888 - 889 -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. 890 - 891 - 892 -* (% style="color:blue" %)**AT Command: AT+PNACKMD** 893 - 894 -The default factory setting is 0. 895 - 896 - 897 -**Command Example Function Response:** 898 - 899 -(% style="color:#037691" %)**AT+PNACKMD=1** (%%) ~/~/ Poll None-ACK message OK 900 - 901 - 902 -* (% style="color:blue" %)**Downlink Command: 0x34** 903 - 904 -Example: 0x3401 ~/~/ Same as AT+PNACKMD=1 905 - 906 - 907 907 = 4. Setting for Different Scenarios = 908 908 909 909