Last modified by Xiaoling on 2025/04/27 16:45

From version 172.6
edited by Xiaoling
on 2022/06/15 09:58
Change comment: There is no comment for this version
To version 172.7
edited by Xiaoling
on 2022/06/15 09:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -369,13 +369,12 @@
369 369  For example, if the data you get from the register is __0x06 0x05__, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** 0605(H) = 1541 (D) = 1541 mm.**
370 370  )))
371 371  
372 +* If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor.
373 +* If the sensor value lower than 0x0014 (20mm), the sensor value will be invalid.
372 372  
373 -* If the sensor value is 0x0000, it means system doesn’t detect ultrasonic sensor.
374 -* If the sensor value lower than 0x0118 (280mm), the sensor value will be invalid. Since v1.1.4, all value lower than 280mm will be set to 0x0014(20mm) which means the value is invalid.
375 375  
376 376  
377 377  
378 -
379 379  === 2.3.3  Interrupt Pin ===
380 380  
381 381  This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.3A0SetInterruptMode"]] for the hardware and software set up.