Changes for page TrackerD -- LoRaWAN Tracker User Manual
Last modified by Xiaoling on 2025/04/14 16:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -286,6 +286,7 @@ 286 286 * Latitude: 02863D68 ⇒ //if (0x//02863D68//& 0x80000000 = 0 )~:// //value = 02863D68 /1000000 = 42.351976// 287 287 * Longitude: FAC29BAF ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~:// //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57// 288 288 289 + 289 289 (% style="color:red" %)**Important note:** 290 290 291 291 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. ... ... @@ -321,6 +321,7 @@ 321 321 * 3.40v ~~ 3.69v: 20% ~~ 40% 322 322 * < 3.39v: 0~~20% 323 323 325 + 324 324 ==== (% style="color:blue" %)**LON:**(%%) ==== 325 325 326 326 Enable/Disable LED activity for uplink ... ... @@ -357,6 +357,8 @@ 357 357 [[Alarm & BAT>>||anchor="HAlarm26BAT:"]] 358 358 )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]] 359 359 362 + 363 + 360 360 === 2.3.4 Uplink FPORT~=4, History GNSS Positioning === 361 361 362 362 Set [[PNACKMD=1>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/#H4.13AutoSendNone-ACKmessages]], and TrackerD will wait for ACK for every uplink, when there is no LoRaWAN network, TrackerD will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery. ... ... @@ -454,7 +454,6 @@ 454 454 455 455 == 2.6 Datalog Feature == 456 456 457 -total 273 entries,by default disable 458 458 459 459 == 2.6 Alarm Mode == 460 460 ... ... @@ -683,26 +683,9 @@ 683 683 684 684 * (% style="color:blue" %)**AT Command:** 685 685 686 -(% style="color:#037691" %)**AT+SMOD= aa,bb**689 +(% style="color:#037691" %)**AT+SMOD=xx. ** 687 687 688 -(% style="color:#037691" %)** aa:** 689 689 690 -* (% style="color:#037691" %)**1: GPS ONLY(Factory Settings): **(%%)only get and uplink GPS location info. 691 -* (% style="color:#037691" %)**2: BLE ONLY: **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking. 692 -* (% 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 693 - 694 -(% style="color:#037691" %)**bb:** 695 - 696 -(% style="color:#037691" %)** if aa = 1: ** 697 - 698 -* (% style="color:#037691" %)**0 : **(%%)GPS+ BAT+ State+Tem&Hum 699 -* (% style="color:#037691" %)**1 :**(%%) GPS +BAT State 700 - 701 -(% style="color:#037691" %)** if aa = 2: ** 702 - 703 -* (% style="color:#037691" %)**3 : **(%%)(iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 704 - 705 - 706 706 **Example:** 707 707 708 708 AT+ SMOD =1,0 **~-~-> ** GPS+ BAT+ State+Tem&Hum ... ... @@ -709,7 +709,7 @@ 709 709 710 710 AT+ SMOD =1,1 **~-~->** GPS +BAT State 711 711 712 - AT+ SMOD =2,3 **~-~->** (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State 698 + AT+ SMOD =2,3 **~-~->** (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State。 713 713 714 714 715 715 * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**