Resolved! VL53L8CX object moving direction
Looking for Sample code to measure the object moving direction and moving speed and size of object using VL53L8CX sensor
Looking for Sample code to measure the object moving direction and moving speed and size of object using VL53L8CX sensor
I am observing an unexpected reading issue. I am using Calibration and I use a physical distance to Calibrate. However, an object right in front of the sensor (1-20mm'ish away) reads a value of 0 (zero). If I change the Calibration to physical dis...
Hi there,We want to use the VL53L4CX ToF sensor and I want to build the out of tree kernel module for the STSW-IMG031 (here) via Yocto recipe. Are the sources hosted anywhere on Github or elsewhere so I can clone the repo directly via Yocto rather th...
hello Team, I am using your sensor VL53L0X distance sensor in my project. The problem is your library not support with this Renesas RX71 microcontroller so i did send the register and receive the register with FIT module function in...
I am using the VL53L5CX to measure the water level of a sewer tank. More info about geometry setup and environment further down or here.I need to range from 0.5 to 2 meters and am also dependent on further lateral measurements than just the center sp...
"I'm using the VL53L8CX sensor, the en.X-CUBE-TOF1 example, specifically from NUCLE -F401RE\Examples\53L8A1\53L8A1_SimpleRanging. The data reads correctly,and I have verified the outputs. However, when the INT pin goes low and triggers an interrupt, ...
Does the ambient value affect the distance measurements in the VL53L8CX, or are both parameters independent of each other?
Hi, we are using the STEVAL-CAM-M0I board to evaluate the 55G0 protomodule.I have it connected to a raspberry pi CM4 IO breakout board, to the CAM1 CSI-2 interface.There is a provided driver, etc for this from ST, but it appears the pinout is not 1:1...
Hi!I have two short questions regarding the dynamic SPAD selection happening on the VL53L1 sensor discussed previously here:- Is there a minimum number of SPADs after the selection? As in, by utilizing a 4x4 region, should I expect no oscillations (t...
I have been using GetResult method of grabbing the sensor reading. It returns this structure: typedef struct {uint8_t Status; /*!< ResultStatus */uint16_t Distance; /*!< ResultDistance */uint16_t Ambient; /*!< ResultAmbient */uint16_t SigPerSPAD;/*!...