/** * @brief Inner function, not available outside this file. This function is used * to wait for an answer from VL53L5CX sensor. */ static uint8_t _vl53l5cx_poll_for_answer( VL53L5CX_Configuration *p_dev, uint8_t size, uint8_t pos...
We are trying to extend the FOV of this VL53L1X sensor, and our current idea is to use multiple that are overlapping. Will these sensors cause interference with each other when they are close together?
Hi, We are trying to measure distance from our sensor through an IR Translucent plastic to a curved metal surface, using a VL53L1X. We are getting reasonable results by they are rather noisy (~10% deviation at times)What sort of changes should we be ...
I thought HANDLE was part of the stm32 hal library so I tried including stm32h7xx_hal.h however it did not resolve the issue
In our application, we don't necessarily need to know the true distance, we only need to know when it's in a certain range, and it doesn't matter if that range is represented as 30-40mm or 50-60mm, only that is consistent. Can we get away with not ne...
From what I gather, sunlight causes the sensor to return a much larger value. Should this always be the case? Or is sunlight going to cause a variety of different values. I have mixed results in testing.
As exposed in the Application Note AN5231 of the VL53L1CX, a gasket may be required to limit the negative crosstalk effect if a cover window and a large air gap were both present. Is there any similar Application Note specific for the VL53L5CX model?...
hi,stI am using a 6180 to measure the height of milk. The height of vl6180 from the milk is about 10 - 60mm,anf the front of the sensor is covered with a layer of clear plastic. I don't know how to do the offset calibration.1. Remove the covering pla...
Under "All features" information, the following data is depicted:"400 cm+ detection with full field of view (FoV)60 Hz ranging capable up to 300 cm"In datasheet it's written, the sensor can measure up to 8m. However, this "60 Hz ranging capable up to...