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

From version 103.1
edited by Saxer Lin
on 2023/08/05 15:55
Change comment: Uploaded new attachment "image-20230805155515-3.png", version {1}
To version 106.1
edited by Saxer Lin
on 2023/08/05 16:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -379,6 +379,21 @@
379 379  Customers can judge whether they need to adjust the environment based on the signal strength.
380 380  
381 381  
382 +**1) When the sensor detects valid data:**
383 +
384 +[[image:image-20230805155335-1.png||height="145" width="724"]]
385 +
386 +
387 +**2) When the sensor detects invalid data:**
388 +
389 +[[image:image-20230805155428-2.png||height="139" width="726"]]
390 +
391 +
392 +**3) When the sensor is not connected:**
393 +
394 +[[image:image-20230805155515-3.png||height="143" width="725"]]
395 +
396 +
382 382  ==== (% style="color:blue" %)**Interrupt Pin & Interrupt Level**(%%) ====
383 383  
384 384  
... ... @@ -388,9 +388,9 @@
388 388  
389 389  **Example:**
390 390  
391 -0x00: Normal uplink packet.
406 +If byte[0]&0x01=0x00 : Normal uplink packet.
392 392  
393 -0x01: Interrupt Uplink Packet.
408 +If byte[0]&0x01=0x01 : Interrupt Uplink Packet.
394 394  
395 395  
396 396  ==== (% style="color:blue" %)**LiDAR temp**(%%) ====