<
From version < 74.10 >
edited by Xiaoling
on 2022/10/11 17:27
To version < 74.8 >
edited by Xiaoling
on 2022/10/11 17:08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -339,6 +339,7 @@
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 +
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 = 0x01
361 +Example:  0x4B & 0x40 >> 6 = 0x01
361 361  
362 362  
363 363  ==== (% style="color:blue" %)**BAT:**(%%) ====
364 364  
365 -**Example: ** 0x4B45 & 0x3FFF ⇒ 2885 (mV).
366 +Example: 0x4B45 & 0x3FFF ⇒ 2885 (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: \
... ... @@ -378,12 +378,12 @@
378 378  
379 379  ==== (% style="color:blue" %)**MOD:**(%%) ====
380 380  
381 -**Example: ** (0x60>>6)& 0x3f =1.
382 +mod = (0x60>>6)& 0x3f;
382 382  
383 383  **Set the format of GPS data uplink link:**
384 384  
385 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 +(% style="color:#037691" %)**0x01: ** (%%) Disable uploading on-board Temperature and humidity values
387 387  
388 388  
389 389  **Set the format of BLE data uplink link:**
... ... @@ -393,7 +393,7 @@
393 393  
394 394  ==== (% style="color:blue" %)**LON:**(%%) ====
395 395  
396 -**Example:** (0x60>>5) & 0x01=1.
397 +lon=(0x60>>5) & 0x01;
397 397  
398 398  Enable/Disable LED activity for uplink
399 399  
... ... @@ -406,7 +406,6 @@
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  
... ... @@ -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  
... ... @@ -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  
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0