Last modified by Mengting Qiu on 2023/12/14 11:15

From version 90.1
edited by Saxer Lin
on 2023/07/15 14:04
Change comment: There is no comment for this version
To version 90.3
edited by Xiaoling
on 2023/07/15 15:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Saxer
1 +XWiki.Xiaoling
Content
... ... @@ -241,11 +241,12 @@
241 241  
242 242  === 2.3.1 Device Status, FPORT~=5 ===
243 243  
244 +
244 244  Users can use the downlink command(**0x26 01**) to ask LDS12-LB to send device configure detail, include device configure status. LDS12-LB will uplink a payload via FPort=5 to server.
245 245  
246 246  The Payload format is as below.
247 247  
248 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:529px" %)
249 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
249 249  |=(% style="width: 62.5px;background-color:#4F81BD;color:white" %)(((
250 250  **Size(bytes)**
251 251  )))|=(% style="width: 110px; background-color: rgb(79, 129, 189); color: white;" %)**1**|=(% style="width: 48px; background-color: rgb(79, 129, 189); color: white;" %)**2**|=(% style="background-color: rgb(79, 129, 189); color: white; width: 94px;" %)**1**|=(% style="background-color: rgb(79, 129, 189); color: white; width: 91px;" %)**1**|=(% style="background-color: rgb(79, 129, 189); color: white; width: 60px;" %)**2**
... ... @@ -306,6 +306,7 @@
306 306  
307 307  === 2.3.2 Uplink Payload, FPORT~=2 ===
308 308  
310 +
309 309  (((
310 310  LDS12-LB will uplink payload via LoRaWAN with below payload format: 
311 311  )))
... ... @@ -321,10 +321,8 @@
321 321  |(% style="width:62.5px" %)Value|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
322 322  [[Temperature DS18B20>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
323 323  )))|[[Distance>>||anchor="H2.3.3Distance"]]|[[Distance signal strength>>||anchor="H2.3.4Distancesignalstrength"]]|(% style="width:122px" %)(((
324 -[[Interrupt flag>>]]
325 -
326 +[[Interrupt flag>>]]
326 326  [[&>>]]
327 -
328 328  [[Interrupt_level>>]]
329 329  )))|(% style="width:54px" %)[[LiDAR temp>>||anchor="H2.3.6LiDARtemp"]]|(% style="width:96px" %)(((
330 330  [[Message Type>>||anchor="H2.3.7MessageType"]]
... ... @@ -333,7 +333,7 @@
333 333  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLDS12-LoRaWAN%20LiDAR%20ToF%20Distance%20Sensor%20User%20Manual/WebHome/1654833689380-972.png?rev=1.1||alt="1654833689380-972.png"]]
334 334  
335 335  
336 -==== 2.3.2.a Battery Info ====
336 +==== **Battery Info** ====
337 337  
338 338  
339 339  Check the battery voltage for LDS12-LB.
... ... @@ -343,7 +343,7 @@
343 343  Ex2: 0x0B49 = 2889mV
344 344  
345 345  
346 -==== 2.3.2.b DS18B20 Temperature sensor ====
346 +==== **DS18B20 Temperature sensor** ====
347 347  
348 348  
349 349  This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
... ... @@ -356,7 +356,7 @@
356 356  If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
357 357  
358 358  
359 -==== 2.3.2.c Distance ====
359 +==== **Distance** ====
360 360  
361 361  
362 362  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.
... ... @@ -367,7 +367,7 @@
367 367  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.
368 368  
369 369  
370 -==== 2.3.2.d Distance signal strength ====
370 +==== **Distance signal strength** ====
371 371  
372 372  
373 373  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.
... ... @@ -380,7 +380,7 @@
380 380  Customers can judge whether they need to adjust the environment based on the signal strength.
381 381  
382 382  
383 -==== 2.3.2.e Interrupt Pin & Interrupt Level ====
383 +==== **Interrupt Pin & Interrupt Level** ====
384 384  
385 385  
386 386  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.
... ... @@ -394,7 +394,7 @@
394 394  0x01: Interrupt Uplink Packet.
395 395  
396 396  
397 -==== 2.3.2.f LiDAR temp ====
397 +==== **LiDAR temp** ====
398 398  
399 399  
400 400  Characterize the internal temperature value of the sensor.
... ... @@ -404,7 +404,7 @@
404 404  If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃.
405 405  
406 406  
407 -==== 2.3.2.g Message Type ====
407 +==== **Message Type** ====
408 408  
409 409  
410 410  (((
... ... @@ -420,9 +420,11 @@
420 420  |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
421 421  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.ConfigureLDS12-LB"]]
422 422  
423 -=== 2.3.8 Decode payload in The Things Network ===
424 424  
425 425  
425 +=== 2.3.3 Decode payload in The Things Network ===
426 +
427 +
426 426  While using TTN network, you can add the payload format to decode the payload.
427 427  
428 428  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLDS12-LoRaWAN%20LiDAR%20ToF%20Distance%20Sensor%20User%20Manual/WebHome/1654592762713-715.png?rev=1.1||alt="1654592762713-715.png"]]
... ... @@ -759,7 +759,6 @@
759 759  
760 760  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
761 761  
762 -
763 763  === 3.3.3  Set Power Output Duration ===
764 764  
765 765  Control the output duration 3V3 . Before each sampling, device will
... ... @@ -787,7 +787,6 @@
787 787  * Example 1: Downlink Payload: 07 01 00 00  **~-~-->**  AT+3V3T=0
788 788  * Example 2: Downlink Payload: 07 01 01 F4  **~-~-->**  AT+3V3T=500
789 789  
790 -
791 791  = 4. Battery & Power Consumption =
792 792  
793 793