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)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,13 +7,6 @@ 1 -(% style="text-align:center" %) 2 -[[image:1664505654417-133.png]] 3 - 4 - 5 - 6 - 7 7 (% class="wikigeneratedid" %) 8 8 **Table of Contents:** 9 9 10 -{{toc/}} 11 11 12 12 13 13 ... ... @@ -253,10 +253,15 @@ 253 253 254 254 **Location info:** 255 255 256 -* Latitude: 02863D68 ⇒ //if (0x//02863D68//& 0x80000000 = 0 )~:// //value = 02863D68 /1000000 = 42.351976// 257 -* Longitude: FAC29BAF ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~:// //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57// 249 +* Latitude: 02863D68⇒ //if (0x//02863D68//& 0x80000000 = 0 )~:// 258 258 251 +//value = 02863D68 /1000000 = 42.351976// 259 259 253 +* Longitude: FAC29BAF ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~:// 254 + 255 +//value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57// 256 + 257 + 260 260 **Important note:** 261 261 262 262 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. ... ... @@ -276,17 +276,17 @@ 276 276 277 277 278 278 279 -* **Alarm**: Example: 280 -* **BAT**: Example: 277 +* **Alarm**: Example: 0x4B & 0x40 >> 6 = 0x01 278 +* **BAT**: Example: 0x0CDD & 0x3FFF ⇒ 3293 (mV). 281 281 282 282 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: \ 283 283 284 284 285 -* > 4.0v : 286 -* 3.85v ~~3.99v: 287 -* 3.70v ~~ 3.84v: 288 -* 3.40v ~~ 3.69v: 289 -* < 3.39v: 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% 290 290 291 291 292 292 ... ... @@ -297,8 +297,8 @@ 297 297 0x01: Enable LED indicator (Default Value) 298 298 299 299 300 -* **Hum**: 0202 = //if (0x0202 & 0x8000 = 0 ): 301 -* **//Tem//**//: 011A =if (0x011A & 0x8000 = 1 ): 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 302 302 303 303 304 304 ... ... @@ -347,8 +347,8 @@ 347 347 348 348 349 349 * **BAT**: Ex1: 0x4B45 & 0x3FFF ⇒ 3901 (mV). 350 -* **MODE: 351 -* **UUID: 348 +* **MODE: **Define the payload format. 349 +* **UUID: **The uuid from the strongest iBeacon. 352 352 * **MAJOR**: The MAJOR from the strongest iBeacon. 353 353 * **MINOR**: The MAJOR from the strongest iBeacon. 354 354 * **Measured** **Power**: The Measured Power from the strongest iBeacon. ... ... @@ -542,7 +542,7 @@ 542 542 543 543 AT+ATDC=xx. 544 544 545 -Example: AT+ATDC=60000 **~-~-> **Set Alarm Packet Interval to 60 seconds. TrackerD will send every 60 seconds in Alarm mode, Default Value: 60000543 +Example: AT+ATDC=60000 à Set Alarm Packet Interval to 60 seconds. TrackerD will send every 60 seconds in Alarm mode, Default Value: 60000 546 546 547 547 548 548 * Downlink Payload (prefix 0xB1): ... ... @@ -560,7 +560,7 @@ 560 560 561 561 AT+MTDC=xx. 562 562 563 - Example: AT+MTDC=300000 **~-~-> **Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000561 + Example: AT+MTDC=300000 à Set Sports Mode Packet Interval to 300 seconds. TrackerD will send every 300 seconds in Sports mode, Default Value: 300000 564 564 565 565 566 566 * Downlink Payload (prefix 0x03): ... ... @@ -612,7 +612,7 @@ 612 612 613 613 AT+INTWK=xx. (Disable (0), Enable (1), default:0) 614 614 615 - Example: AT+ INTWK =1 **~-~-> 613 + Example: AT+ INTWK =1 **~-~-> ** Enable detect movement. 616 616 617 617 618 618 * Downlink Payload (prefix 0xAF): ... ... @@ -710,7 +710,7 @@ 710 710 711 711 **~ Example:** 712 712 713 - AT+ CFM=0 **~-~-> 711 + AT+ CFM=0 **~-~-> ** Disable confirmation 714 714 715 715 AT+ CFM=1 **~-~-> ** Enable confirmation 716 716 ... ... @@ -844,6 +844,7 @@ 844 844 = 7. FAQ = 845 845 846 846 845 + 847 847 == 7.1 How to change the LoRa Frequency Bands/Region? == 848 848 849 849 ... ... @@ -869,10 +869,6 @@ 869 869 |(% style="width:118px" %)A8|(% style="width:67px" %)Yellow|(% style="width:123px" %)MTMS/GPIO14 870 870 |(% style="width:118px" %)B8|(% style="width:67px" %)Grey|(% style="width:123px" %)MTDO/GPIO15 871 871 872 - 873 - 874 - 875 - 876 876 = 8. Order Info = 877 877 878 878 ... ... @@ -881,6 +881,7 @@ 881 881 (% style="color:blue" %)**XXX**(%%): The default frequency band 882 882 883 883 * (% style="color:red" %)**EU433**(%%): Default frequency band EU433 879 +* (% style="color:red" %)**CN470**(%%): Default frequency band CN470 884 884 * (% style="color:red" %)**EU868**(%%): Default frequency band EU868 885 885 * (% style="color:red" %)**IN865**(%%): Default frequency band IN865 886 886 * (% style="color:red" %)**KR920**(%%): Default frequency band KR920 ... ... @@ -888,35 +888,31 @@ 888 888 * (% style="color:red" %)**AU915**(%%): Default frequency band AU915 889 889 * (% style="color:red" %)**US915**(%%): Default frequency band US915 890 890 891 - 892 - 893 - 894 - 895 895 = 9. Packing Info = 896 896 897 897 898 898 **Package Includes**: 899 899 900 -* TrackerD LoRaWAN GPS/BLE Tracker x 1 901 -* USB recharge & program cable x 1 892 +* TrackerD x 1 893 +* Rechargeable cable x 1 894 +* Program Cable x 1 902 902 903 903 **Dimensions and Weight**: 904 904 905 -* Device Size: 85 x 48 x 15 cm906 -* Weight: 5 0g898 +* Device Size: 85 x 48 x 15 mm/pcs 899 +* Weight: 55g/pcs 907 907 908 908 909 - 910 - 911 911 = 10. Support = 912 912 913 - 914 914 * 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. 915 -* 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]]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 916 916 907 +[[support@dragino.com>>url:file:///D:/市场资料/说明书/LoRa/LT系列/support@dragino.com]] 917 917 918 918 919 919 911 + 920 920 = 11. Reference = 921 921 922 922
- 1664505654417-133.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -27.5 KB - Content