2020-08-27 12:27 AM
I searched in the datasheet, but I could not find any information about the minimum possible measuring range. There are only values for the maximum range.
Is there any official information from ST available?
What are your experiences?
Thanks in advice for your assistance.
Solved! Go to Solution.
2020-08-27 04:59 AM
There is no minimum value given for the distance as it depends on your cover glass. There is also a limit called VL53L0X_CHECKENABLE_RANGE_IGNORE_THRESHOLD, where UM2039 mentiones on page 17:
Measurements with signal rates below this value are ignored. This ensures that false measurements are not made due to reflection from the housing.
Please also read the AN4907 carefully, which contains some guidelines for cover windows.
Does it answer you question?
/Peter
2020-08-27 04:59 AM
There is no minimum value given for the distance as it depends on your cover glass. There is also a limit called VL53L0X_CHECKENABLE_RANGE_IGNORE_THRESHOLD, where UM2039 mentiones on page 17:
Measurements with signal rates below this value are ignored. This ensures that false measurements are not made due to reflection from the housing.
Please also read the AN4907 carefully, which contains some guidelines for cover windows.
Does it answer you question?
/Peter
2020-09-11 05:15 AM
Hi @Günther Pritz ,
can you please give some feedback from your side, or some updates about your findings?
Tks,
-Eleon
2020-09-15 09:08 AM
Hi Eleon,
thank you for your assistance. I have a further question. Is there a documentation regarding the "DefaultTuningSettings" array available.
I have to measure the distance to water surface. Are there special settings available from your side?
BR,
Günther
2020-09-16 12:50 AM
Hello Günther,
here could be some hints for an application based on the VL53L0X sensor on Arduino platform (simple_distance.ino). You can check if they can be useful for your application.
Please note that, since a transparent, liquid surface has limited reflection coefficient in the IR spectrum (compared with a solid plane or a white liquid surface), the minimum possible measuring range could be affected.
-Eleon