Last modified by Xiaoling on 2023/12/27 09:15

From version 74.7
edited by Xiaoling
on 2022/10/11 16:29
Change comment: There is no comment for this version
To version 74.10
edited by Xiaoling
on 2022/10/11 17:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -339,8 +339,6 @@
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 -
344 344  (% style="color:red" %)**Important note:**
345 345  
346 346  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.
... ... @@ -359,12 +359,12 @@
359 359  
360 360  ==== (% style="color:blue" %)**Alarm:**(%%) ====
361 361  
362 -Example:  0x4B & 0x40 >> 6 = 0x01
360 +**Example: ** 0x4B & 0x40 >> 6 = 0x01
363 363  
364 364  
365 365  ==== (% style="color:blue" %)**BAT:**(%%) ====
366 366  
367 -Example:  0x0CDD & 0x3FFF ⇒ 3293 (mV).
365 +**Example: ** 0x4B45 & 0x3FFF ⇒ 2885 (mV).
368 368  
369 369  (((
370 370  The battery info shows the battery voltage, User can use the below mapping to indicate the battery in percentage: \
... ... @@ -380,10 +380,12 @@
380 380  
381 381  ==== (% style="color:blue" %)**MOD:**(%%) ====
382 382  
381 +**Example: ** (0x60>>6)& 0x3f =1.
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
386 +(% 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,6 +393,8 @@
393 393  
394 394  ==== (% style="color:blue" %)**LON:**(%%) ====
395 395  
396 +**Example:** (0x60>>5) & 0x01=1.
397 +
396 396  Enable/Disable LED activity for uplink
397 397  
398 398  (((
... ... @@ -404,6 +404,7 @@
404 404  )))
405 405  
406 406  
409 +
407 407  ==== (% style="color:blue" %)**Hum:**(%%) ====
408 408  
409 409  0202 = //if (0x0202 & 0x8000 = 0 ):  value =// 0x0202 / 100 = +514 ⇒ 51.4 degree
... ... @@ -489,6 +489,7 @@
489 489  
490 490  
491 491  
495 +
492 492  === 2.4.6  Add Payload format in TTN V3 ===
493 493  
494 494  
... ... @@ -1074,6 +1074,7 @@
1074 1074  
1075 1075  
1076 1076  
1081 +
1077 1077  = 9.  Packing Info =
1078 1078  
1079 1079  
... ... @@ -1089,6 +1089,7 @@
1089 1089  
1090 1090  
1091 1091  
1097 +
1092 1092  = 10. Support =
1093 1093  
1094 1094  
... ... @@ -1097,6 +1097,7 @@
1097 1097  
1098 1098  
1099 1099  
1106 +
1100 1100  = 11.  Reference =
1101 1101  
1102 1102