Despite many previous questions about how to read histograms from the VL53L3CX, I am still confused how the histogram data is formatted.I currently read out the histogram as follows:I call `VL53L3A2_RANGING_SENSOR_GetDistance`Then right after getting...
The VL53L0x or VL53L1x hardware interface is IIC ,I want to know is the range data they output can use to make 3D depth map module? and how do it? Is it have some design details?thanks!
Hi, I am trying to use the X-NUCLEO-6180A1 GUI to perform a offset and x-talk compensation calibration. Something i get the offset one to complete, and others times I don't and then the x-talk one will not complete. It just seems to hang up in the mi...
Hello everyone,so I am using the X-NUCLEO-53L1A1 TOF sensor and I want to detect the height ( Z) of objects that it detects but in the examples I found it only shows information about the objects' range ( distance Y) so my question is : Is there a w...
Hello guys, I am trying to use VL53L0X with old version of VL53L0X API (There is an issue with new version aapi with windows.h). Status always returns -20. Why is that? My Code;/* USER CODE BEGIN Header */ /** **************************************...
Hi.I appreciate your effort to make implementation easier with API for this sensor.But do you have just normal documentation with device registers description like documentation for MCU or any other sensor ?Is initialization and data polling process ...
I wanted to insert a ToF sensor (VL53L4CD) in an anesthetic container, because of the influence of the anesthetic on the sensor I need to protect my sensor with a protective glass, I wanted to know which types of glass are suitable with the sensor (c...
I was wondering if all the VL53L* sensors use the same VCSEL illumination source with the same average and peak power. I would think the the long-range sensors (VL53L1CB) and the sensors with wide FoVs of 63 degrees, would need a more powerful VCSEL.
We have been using the full driver for VL53L1X and would like to try out the new ultra low power driver on our board. Everything works fine with the full driver. However, we are facing a problem on VL53L1X_ULP_SensorInit() when using the ultra low po...