Last modified by Mengting Qiu on 2025/07/08 11:11

From version 119.10
edited by Xiaoling
on 2024/01/24 09:06
Change comment: There is no comment for this version
To version 119.11
edited by Xiaoling
on 2024/01/24 09:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,7 @@
5 5  [[image:image-20240106164829-3.png]]
6 6  
7 7  
8 -(% style="display:none" %) (%%)
8 +
9 9  
10 10  
11 11  
... ... @@ -131,7 +131,7 @@
131 131  
132 132  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/RS485-LB_Waterproof_RS485UART_to_LoRaWAN_Converter/WebHome/image-20240103160425-4.png?rev=1.1||alt="image-20240103160425-4.png"]]
133 133  
134 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
134 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
135 135  |=(% style="width: 167px;background-color:#4F81BD;color:white" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#4F81BD;color:white" %)**Function**|=(% style="width: 226px;background-color:#4F81BD;color:white" %)**Action**
136 136  |(% style="width:167px" %)Pressing ACT between 1s < time < 3s|(% style="width:117px" %)Send an uplink|(% style="width:225px" %)(((
137 137  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, (% style="color:blue" %)**blue led** (%%)will blink once.
... ... @@ -251,7 +251,7 @@
251 251  
252 252  The Payload format is as below.
253 253  
254 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
254 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
255 255  |=(% style="width: 60px;background-color:#4F81BD;color:white" %)(((
256 256  **Size(bytes)**
257 257  )))|=(% style="width: 100px; background-color: #4F81BD;color:white;" %)**1**|=(% style="width: 100px; background-color: #4F81BD;color:white;" %)**2**|=(% style="background-color: #4F81BD;color:white; width: 100px;" %)**1**|=(% style="background-color: #4F81BD;color:white; width: 100px;" %)**1**|=(% style="background-color: #4F81BD;color:white; width: 50px;" %)**2**
... ... @@ -338,7 +338,7 @@
338 338  [[image:image-20230805104104-2.png||height="136" width="754"]]
339 339  
340 340  
341 -==== (% style="color:blue" %)**Battery Info**(%%) ====
341 +==== (% style="color:blue" %)**Battery Info** ====
342 342  
343 343  
344 344  Check the battery voltage for LDS12-LB/LS.
... ... @@ -348,7 +348,7 @@
348 348  Ex2: 0x0B49 = 2889mV
349 349  
350 350  
351 -==== (% style="color:blue" %)**DS18B20 Temperature sensor**(%%) ====
351 +==== (% style="color:blue" %)**DS18B20 Temperature sensor** ====
352 352  
353 353  
354 354  This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
... ... @@ -361,7 +361,7 @@
361 361  If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
362 362  
363 363  
364 -==== (% style="color:blue" %)**Distance**(%%) ====
364 +==== (% style="color:blue" %)**Distance** ====
365 365  
366 366  
367 367  Represents the distance value of the measurement output, the default unit is cm, and the value range parsed as a decimal number is 0-1200. In actual use, when the signal strength value Strength.
... ... @@ -372,7 +372,7 @@
372 372  If the data you get from the register is 0x0B 0xEA, the distance between the sensor and the measured object is 0BEA(H) = 3050 (D)/10 = 305cm.
373 373  
374 374  
375 -==== (% style="color:blue" %)**Distance signal strength**(%%) ====
375 +==== (% style="color:blue" %)**Distance signal strength** ====
376 376  
377 377  
378 378  Refers to the signal strength, the default output value will be between 0-65535. When the distance measurement gear is fixed, the farther the distance measurement is, the lower the signal strength; the lower the target reflectivity, the lower the signal strength. When Strength is greater than 100 and not equal to 65535, the measured value of Dist is considered credible.
... ... @@ -400,7 +400,7 @@
400 400  [[image:image-20230805155515-3.png||height="143" width="725"]]
401 401  
402 402  
403 -==== (% style="color:blue" %)**Interrupt Pin & Interrupt Level**(%%) ====
403 +==== (% style="color:blue" %)**Interrupt Pin & Interrupt Level** ====
404 404  
405 405  
406 406  This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.3.2SetInterruptMode"]] for the hardware and software set up.
... ... @@ -414,7 +414,7 @@
414 414  If byte[0]&0x01=0x01 : Interrupt Uplink Packet.
415 415  
416 416  
417 -==== (% style="color:blue" %)**LiDAR temp**(%%) ====
417 +==== (% style="color:blue" %)**LiDAR temp** ====
418 418  
419 419  
420 420  Characterize the internal temperature value of the sensor.
... ... @@ -424,7 +424,7 @@
424 424  If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃.
425 425  
426 426  
427 -==== (% style="color:blue" %)**Message Type**(%%) ====
427 +==== (% style="color:blue" %)**Message Type** ====
428 428  
429 429  
430 430  (((
... ... @@ -435,7 +435,7 @@
435 435  Valid Message Type:
436 436  )))
437 437  
438 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:499px" %)
438 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:499px" %)
439 439  |=(% style="width: 161px;background-color:#4F81BD;color:white" %)**Message Type Code**|=(% style="width: 164px;background-color:#4F81BD;color:white" %)**Description**|=(% style="width: 174px;background-color:#4F81BD;color:white" %)**Payload**
440 440  |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)Normal Uplink Payload
441 441  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)Configure Info Payload
... ... @@ -450,7 +450,7 @@
450 450  
451 451  The historical payload includes one or multiplies entries and every entry has the same payload as Real-Time measuring distance.
452 452  
453 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
453 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:510px" %)
454 454  |=(% style="width: 60px;background-color:#4F81BD;color:white" %)(((
455 455  **Size(bytes)**
456 456  )))|=(% style="width: 80px;background-color:#4F81BD;color:white" %)1|=(% style="width: 80px;background-color:#4F81BD;color:white" %)**1**|=(% style="width: 50px;background-color:#4F81BD;color:white" %)**2**|=(% style="width: 70px;background-color:#4F81BD;color:white" %)**2**|=(% style="background-color:#4F81BD; color: white; width: 85px;" %)**1**|=(% style="background-color: #4F81BD; color: white; width: 85px;" %)4
... ... @@ -462,7 +462,7 @@
462 462  
463 463  **Interrupt flag & Interrupt level:**
464 464  
465 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:480px" %)
465 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:480px" %)
466 466  |=(% style="width: 60px;background-color:#4F81BD;color:white" %)(((
467 467  **Size(bit)**
468 468  )))|=(% style="width: 90px;background-color:#4F81BD;color:white" %)**bit7**|=(% style="width: 90px;background-color:#4F81BD;color:white" %)**bit6**|=(% style="width: 60px;background-color:#4F81BD;color:white" %)**[bit5:bit2]**|=(% style="width: 90px; background-color: #4F81BD; color: white;" %)**bit1**|=(% style="background-color: #4F81BD; color: white; width: 90px;" %)**bit0**
... ... @@ -627,7 +627,7 @@
627 627  
628 628  Users can poll sensor values based on timestamps. Below is the downlink command.
629 629  
630 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:425.818px" %)
630 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:425.818px" %)
631 631  |(% colspan="4" style="background-color:#4f81bd; color:white; width:423px" %)**Downlink Command to poll Open/Close status (0x31)**
632 632  |(% style="width:58px" %)**1byte**|(% style="width:127px" %)**4bytes**|(% style="width:124px" %)**4bytes**|(% style="width:114px" %)**1byte**
633 633  |(% style="width:58px" %)31|(% style="width:127px" %)Timestamp start|(% style="width:124px" %)Timestamp end|(% style="width:114px" %)Uplink Interval
... ... @@ -718,7 +718,7 @@
718 718  === 2.7.4 Reflectivity of different objects ===
719 719  
720 720  
721 -(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:379px" %)
721 +(% border="1" cellspacing="3" style="background-color:#f2f2f2; width:379px" %)
722 722  |=(% style="width: 54px;background-color:#4F81BD;color:white" %)Item|=(% style="width: 231px;background-color:#4F81BD;color:white" %)Material|=(% style="width: 94px;background-color:#4F81BD;color:white" %)Relectivity
723 723  |(% style="width:53px" %)1|(% style="width:229px" %)Black foam rubber|(% style="width:93px" %)2.4%
724 724  |(% style="width:53px" %)2|(% style="width:229px" %)Black fabric|(% style="width:93px" %)3%