Hi,I am using the VL53L1X sensor interface on my MCU platform. I am able to get the data while there is an object. But the distance is not matching as per my object.Less than 20cm it is able to detect, but after that it is not giving any stable value...
Hi,I want to implement the vl53L3cx onto my own board , using CUBEIDE , HAL driver and an STM32G473CCT6 controller.I have read dozens of documents, but it's quite overwhelming and not clear which API to use.I have now implemented this API in my proje...
I'm researching the usefulness of the VL53L1X for people flow detection in/out of a room. I know example given but I'm left with two questions:A) Which of the SM ToF sensors in VL53 series might provide same capability as example?B) Without experienc...
Here is my platform.c file that I have been using:
Hi, i'm wondering what is the optimal distance and target reflectance for calibration process function VL53L1_PerformOffsetCalibration()?Also about Xtalk calibration process function VL53L1_PerformSingleTargetXTalkCalibration() shall be feeded with a...
Hi there,I'm trying to read some motion data from VL53L5 but so far no luck. I initialize the sensor using vl53l5cx_motion_indicator_init() with default values and then read motion_indicator.motion[i] but all I get is zero values in this array despit...
I have downloaded and implemented VL53L4CX driver following the example code. First I opened the provided example with CubeIDE (v1.8.0) and it failed to build. Looks like a fragment of refactoring. Also a source file was missing a struct definition, ...