Changes for page TrackerD - LoRaWAN Tracker User Manual(Remove WiFi)
Last modified by Xiaoling on 2023/12/27 09:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -340,7 +340,6 @@ 340 340 * Longitude: FAC29BAF ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~:// //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57// 341 341 342 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. ... ... @@ -364,7 +364,7 @@ 364 364 365 365 ==== (% style="color:blue" %)**BAT:**(%%) ==== 366 366 367 -Example: 0CDD& 0x3FFF ⇒3293(mV).366 +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,6 +380,8 @@ 380 380 381 381 ==== (% style="color:blue" %)**MOD:**(%%) ==== 382 382 382 +mod = (0x60>>6)& 0x3f; 383 + 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 ... ... @@ -393,6 +393,8 @@ 393 393 394 394 ==== (% style="color:blue" %)**LON:**(%%) ==== 395 395 397 +lon=(0x60>>5) & 0x01; 398 + 396 396 Enable/Disable LED activity for uplink 397 397 398 398 ((( ... ... @@ -645,7 +645,6 @@ 645 645 646 646 647 647 648 - 649 649 = 3. Configure TrackerD via AT command or LoRaWAN downlink = 650 650 651 651