<
From version < 59.3 >
edited by Edwin Chen
on 2022/10/08 18:10
To version < 66.2 >
edited by Xiaoling
on 2022/10/09 15:50
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -1,5 +3,3 @@
1 -== ==
2 -
3 3  (% style="text-align:center" %)
4 4  [[image:1664505654417-133.png]]
5 5  
... ... @@ -201,13 +201,17 @@
201 201  
202 202  === 2.3.1 Uplink FPORT~=5, Device Status ===
203 203  
202 +
204 204  Uplink the device configures with FPORT=5. Once LGT92 Joined the network, it will uplink this message to the server. After first uplink, LHT52 will uplink Device Status every 12 hours.
205 205  
206 -|=(% style="width: 150px;" %)**Size (bytes)**|=(% style="width: 233px;" %)**1**|=(% style="width: 150px;" %)**2**|=(% style="width: 164px;" %)**1**|=(% style="width: 215px;" %)**1**|=(% style="width: 94px;" %)2|=(% style="width: 516px;" %)**2**|=(% style="width: 516px;" %)1
207 -|(% style="width:150px" %)**Value**|(% style="width:233px" %)Sensor Model|(% style="width:150px" %)Firmware Version|(% style="width:164px" %)Frequency Band|(% style="width:215px" %)Sub-band|(% style="width:94px" %)BAT|(% style="width:516px" %)SMOD|(% style="width:516px" %)Status
208 208  
209 -[[image:image-20221006181357-2.png]]
206 +(% border="1.5" style="background-color:#ffffcc; color:green; width:520px" %)
207 +|=(% scope="row" style="width: 108px;" %)**Size(bytes)**|=(% style="width: 82px;" %)**1**|=(% style="width: 83px;" %)**2**|=(% style="width: 94px;" %)**1**|=(% style="width: 84px;" %)**1**|=(% style="width: 44px;" %)2|=(% style="width: 63px;" %)**2**|=(% style="width: 60px;" %)1
208 +|=(% style="width: 108px;" %)**Value**|(% style="width:82px" %)Sensor Model|(% style="width:83px" %)Firmware Version|(% style="width:94px" %)Frequency Band|(% style="width:84px" %)Sub-band|(% style="width:44px" %)BAT|(% style="width:63px" %)SMOD|(% style="width:60px" %)Status
210 210  
210 +[[image:1665301570342-765.png]]
211 +
212 +
211 211  Example Payload (FPort=5):  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT52%20-%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20User%20Manual/WebHome/image-20220621105116-11.png?rev=1.1||alt="image-20220621105116-11.png"]]
212 212  
213 213  **Sensor Model**: For TrackerD, this value is 0x13.
... ... @@ -245,6 +245,7 @@
245 245  Use can also get the Device Status uplink through the downlink command:
246 246  
247 247  
250 +
248 248  === 2.3.2 Uplink FPORT~=2, Realtime GNSS Positioning + Temperature & Humidity ===
249 249  
250 250  
... ... @@ -263,7 +263,7 @@
263 263  [[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
264 264  )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]]|(% style="width:40px" %)[[Hum>>||anchor="HHum:"]]|(% style="width:87px" %)[[Tem>>||anchor="HTem:"]]
265 265  
266 -[[image:1664501958445-288.png]]
269 +[[image:1665301636888-168.png]]
267 267  
268 268  
269 269  ==== (% style="color:blue" %)**Alarm & BAT:**(%%) ====
... ... @@ -286,7 +286,6 @@
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 -
290 290  (% style="color:red" %)**Important note:**
291 291  
292 292  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.
... ... @@ -322,7 +322,6 @@
322 322  * 3.40v ~~ 3.69v:  20% ~~ 40%
323 323  * < 3.39v:  0~~20%
324 324  
325 -
326 326  ==== (% style="color:blue" %)**LON:**(%%) ====
327 327  
328 328  Enable/Disable LED activity for uplink
... ... @@ -346,8 +346,10 @@
346 346  011A =if (0x011A & 0x8000 = 1 ):  value =( 0x011A - 0x10000)/10(dec) ⇒ -//28.2 degree//
347 347  
348 348  
350 +
349 349  === 2.3.3  Uplink FPORT~=3, Realtime GNSS Positioning (Default Mode) ===
350 350  
353 +
351 351  The default uplink payload includes totally 11 bytes. The payload is the first 11 bytes of Uplink FPORT=2, real-time GNSS positioning, (remove the temp and humidity)
352 352  
353 353  
... ... @@ -360,11 +360,17 @@
360 360  )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]]
361 361  
362 362  
366 +(% class="wikigeneratedid" %)
367 +[[image:1665301687277-443.png]]
363 363  
369 +
370 +
364 364  === 2.3.4  Uplink FPORT~=4, History GNSS Positioning ===
365 365  
373 +
366 366  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.
367 367  
376 +
368 368  **Note for this mode:**
369 369  
370 370  * a) TrackerD will do an ACK check for data records sending to make sure every data arrive server.
... ... @@ -372,13 +372,19 @@
372 372  
373 373  The payload is 15 bytes, as below.
374 374  
384 +(% border="1.5" style="background-color:#ffffcc; color:green; width:520px" %)
385 +|=(% scope="row" %)(((
386 +**Size(bytes)**
387 +)))|4|4|2|1|1|1|1|1
388 +|=**Value**|[[Latitude>>path:#Location]]|[[Longitude>>path:#Location]]|[[Year>>path:#Alarm]]|Month|Day|Hous|Min|[[Sen>>path:#Pitch]]
375 375  
390 +[[image:1665301786397-168.png]]
376 376  
377 -=== 2.3.5  BLE positioning Payload(Fport2) ===
378 378  
379 379  
380 -Different MODE has different payload:  (% style="color:blue" %)**MODE=2**
394 +=== 2.3.5  Uplink FPORT~=6, BLE Positioning with Strongest iBeacon ===
381 381  
396 +
382 382  (% border="1.5" cellspacing="3" style="background-color:#ffffcc; color:green; width:450px" %)
383 383  |=(% scope="row" style="width: 60px;" %)(((
384 384  **Size(bytes)**
... ... @@ -460,6 +460,7 @@
460 460  
461 461  == 2.6 Datalog Feature ==
462 462  
478 +total 273 entries,by default disable
463 463  
464 464  == 2.6 Alarm Mode ==
465 465  
... ... @@ -688,9 +688,25 @@
688 688  
689 689  * (% style="color:blue" %)**AT Command:**
690 690  
691 -(% style="color:#037691" %)**AT+SMOD=xx. **
707 +(% style="color:#037691" %)**AT+SMOD=aa,bb**
692 692  
709 +(% style="color:#037691" %)** aa:**
693 693  
711 +* (% style="color:#037691" %)**1: GPS ONLY(Factory Settings):    **(%%)only get and uplink GPS location info.
712 +* (% style="color:#037691" %)**2: BLE ONLY:              **(%%)Only obtain iBeacon info via BLE and uplink. Design for Indoor tracking.
713 +* (% 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
714 +
715 +(% style="color:#037691" %)**bb:**
716 +
717 +(% style="color:#037691" %)** if aa = 1: **
718 +
719 +* (% style="color:#037691" %)**0 :  **(%%)GPS+ BAT+ State+Tem&Hum
720 +* (% style="color:#037691" %)**1 :**(%%)  GPS +BAT State
721 +
722 +(% style="color:#037691" %)** if aa = 2: **
723 +
724 +* (% style="color:#037691" %)**3 :  **(%%)(iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
725 +
694 694   **Example:**
695 695  
696 696   AT+ SMOD =1,0  **~-~-> ** GPS+ BAT+ State+Tem&Hum
... ... @@ -697,7 +697,7 @@
697 697  
698 698   AT+ SMOD =1,1    **~-~->**  GPS +BAT State
699 699  
700 - AT+ SMOD =2,3    **~-~->**  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
732 + AT+ SMOD =2,3    **~-~->**  (iBeacon)UUID+ Major + Minor+Power+Rssi+BAT+State
701 701  
702 702  
703 703  * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
1665301570342-765.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +31.6 KB
Content
1665301636888-168.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +36.6 KB
Content
1665301687277-443.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +22.6 KB
Content
1665301786397-168.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +22.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0