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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Edwin
Content
... ... @@ -1,3 +1,5 @@
1 +== ==
2 +
1 1  (% style="text-align:center" %)
2 2  [[image:1664505654417-133.png]]
3 3  
... ... @@ -199,17 +199,13 @@
199 199  
200 200  === 2.3.1 Uplink FPORT~=5, Device Status ===
201 201  
202 -
203 203  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.
204 204  
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
205 205  
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
209 +[[image:image-20221006181357-2.png]]
209 209  
210 -[[image:1665301570342-765.png]]
211 -
212 -
213 213  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"]]
214 214  
215 215  **Sensor Model**: For TrackerD, this value is 0x13.
... ... @@ -247,7 +247,6 @@
247 247  Use can also get the Device Status uplink through the downlink command:
248 248  
249 249  
250 -
251 251  === 2.3.2 Uplink FPORT~=2, Realtime GNSS Positioning + Temperature & Humidity ===
252 252  
253 253  
... ... @@ -266,7 +266,7 @@
266 266  [[Alarm & BAT>>||anchor="HAlarm26BAT:"]]
267 267  )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]]|(% style="width:40px" %)[[Hum>>||anchor="HHum:"]]|(% style="width:87px" %)[[Tem>>||anchor="HTem:"]]
268 268  
269 -[[image:1665301636888-168.png]]
266 +[[image:1664501958445-288.png]]
270 270  
271 271  
272 272  ==== (% style="color:blue" %)**Alarm & BAT:**(%%) ====
... ... @@ -289,6 +289,7 @@
289 289  * Latitude: 02863D68  ⇒  //if (0x//02863D68//& 0x80000000 = 0 )~://  //value = 02863D68 /1000000 = 42.351976//
290 290  * Longitude: FAC29BAF  ⇒ //if (0x//FAC29BAF// & 0x80000000 = 1 )~://  //value = (0x//FAC29BAF// – 0x 100000000)/1000000 =//-87.9094//57//
291 291  
289 +
292 292  (% style="color:red" %)**Important note:**
293 293  
294 294  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.
... ... @@ -324,6 +324,7 @@
324 324  * 3.40v ~~ 3.69v:  20% ~~ 40%
325 325  * < 3.39v:  0~~20%
326 326  
325 +
327 327  ==== (% style="color:blue" %)**LON:**(%%) ====
328 328  
329 329  Enable/Disable LED activity for uplink
... ... @@ -347,10 +347,8 @@
347 347  011A =if (0x011A & 0x8000 = 1 ):  value =( 0x011A - 0x10000)/10(dec) ⇒ -//28.2 degree//
348 348  
349 349  
350 -
351 351  === 2.3.3  Uplink FPORT~=3, Realtime GNSS Positioning (Default Mode) ===
352 352  
353 -
354 354  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)
355 355  
356 356  
... ... @@ -363,17 +363,11 @@
363 363  )))|(% style="width:73px" %)[[FLAG>>||anchor="HFLAG:"]]
364 364  
365 365  
366 -(% class="wikigeneratedid" %)
367 -[[image:1665301687277-443.png]]
368 368  
369 -
370 -
371 371  === 2.3.4  Uplink FPORT~=4, History GNSS Positioning ===
372 372  
373 -
374 374  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.
375 375  
376 -
377 377  **Note for this mode:**
378 378  
379 379  * a) TrackerD will do an ACK check for data records sending to make sure every data arrive server.
... ... @@ -381,16 +381,8 @@
381 381  
382 382  The payload is 15 bytes, as below.
383 383  
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]]
389 389  
390 -[[image:1665301786397-168.png]]
391 391  
392 -
393 -
394 394  === 2.3.5  Uplink FPORT~=6, BLE Positioning with Strongest iBeacon ===
395 395  
396 396  
... ... @@ -475,7 +475,6 @@
475 475  
476 476  == 2.6 Datalog Feature ==
477 477  
478 -total 273 entries,by default disable
479 479  
480 480  == 2.6 Alarm Mode ==
481 481  
... ... @@ -704,25 +704,9 @@
704 704  
705 705  * (% style="color:blue" %)**AT Command:**
706 706  
707 -(% style="color:#037691" %)**AT+SMOD=aa,bb**
689 +(% style="color:#037691" %)**AT+SMOD=xx. **
708 708  
709 -(% style="color:#037691" %)** aa:**
710 710  
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 -
726 726   **Example:**
727 727  
728 728   AT+ SMOD =1,0  **~-~-> ** GPS+ BAT+ State+Tem&Hum
... ... @@ -729,7 +729,7 @@
729 729  
730 730   AT+ SMOD =1,1    **~-~->**  GPS +BAT State
731 731  
732 - 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
733 733  
734 734  
735 735  * (% style="color:blue" %)**Downlink Payload (prefix 0xA5):**
1665301570342-765.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -31.6 KB
Content
1665301636888-168.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -36.6 KB
Content
1665301687277-443.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -22.6 KB
Content
1665301786397-168.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -22.6 KB
Content
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0