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

From version 90.2
edited by Xiaoling
on 2023/07/15 15:29
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
Content
... ... @@ -323,10 +323,8 @@
323 323  |(% style="width:62.5px" %)Value|(% style="width:62.5px" %)[[BAT>>||anchor="H2.3.1BatteryInfo"]]|(% style="width:62.5px" %)(((
324 324  [[Temperature DS18B20>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
325 325  )))|[[Distance>>||anchor="H2.3.3Distance"]]|[[Distance signal strength>>||anchor="H2.3.4Distancesignalstrength"]]|(% style="width:122px" %)(((
326 -[[Interrupt flag>>]]
327 -
326 +[[Interrupt flag>>]]
328 328  [[&>>]]
329 -
330 330  [[Interrupt_level>>]]
331 331  )))|(% style="width:54px" %)[[LiDAR temp>>||anchor="H2.3.6LiDARtemp"]]|(% style="width:96px" %)(((
332 332  [[Message Type>>||anchor="H2.3.7MessageType"]]
... ... @@ -335,7 +335,7 @@
335 335  [[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"]]
336 336  
337 337  
338 -==== 2.3.2.a Battery Info ====
336 +==== **Battery Info** ====
339 339  
340 340  
341 341  Check the battery voltage for LDS12-LB.
... ... @@ -345,7 +345,7 @@
345 345  Ex2: 0x0B49 = 2889mV
346 346  
347 347  
348 -==== 2.3.2.b DS18B20 Temperature sensor ====
346 +==== **DS18B20 Temperature sensor** ====
349 349  
350 350  
351 351  This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
... ... @@ -358,7 +358,7 @@
358 358  If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
359 359  
360 360  
361 -==== 2.3.2.c Distance ====
359 +==== **Distance** ====
362 362  
363 363  
364 364  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.
... ... @@ -369,7 +369,7 @@
369 369  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.
370 370  
371 371  
372 -==== 2.3.2.d Distance signal strength ====
370 +==== **Distance signal strength** ====
373 373  
374 374  
375 375  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.
... ... @@ -382,7 +382,7 @@
382 382  Customers can judge whether they need to adjust the environment based on the signal strength.
383 383  
384 384  
385 -==== 2.3.2.e Interrupt Pin & Interrupt Level ====
383 +==== **Interrupt Pin & Interrupt Level** ====
386 386  
387 387  
388 388  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.
... ... @@ -396,7 +396,7 @@
396 396  0x01: Interrupt Uplink Packet.
397 397  
398 398  
399 -==== 2.3.2.f LiDAR temp ====
397 +==== **LiDAR temp** ====
400 400  
401 401  
402 402  Characterize the internal temperature value of the sensor.
... ... @@ -406,7 +406,7 @@
406 406  If payload is: F2(H) <<24>>24=-14(D),LiDAR temp=-14℃.
407 407  
408 408  
409 -==== 2.3.2.g Message Type ====
407 +==== **Message Type** ====
410 410  
411 411  
412 412  (((
... ... @@ -422,6 +422,8 @@
422 422  |(% style="width:160px" %)0x01|(% style="width:163px" %)Normal Uplink|(% style="width:173px" %)[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
423 423  |(% style="width:160px" %)0x02|(% style="width:163px" %)Reply configures info|(% style="width:173px" %)[[Configure Info Payload>>||anchor="H3.ConfigureLDS12-LB"]]
424 424  
423 +
424 +
425 425  === 2.3.3 Decode payload in The Things Network ===
426 426  
427 427