Resolved! Relationship between distance and ambient in vl53l8cx TOF sensor
Does the ambient value affect the distance measurements in the VL53L8CX, or are both parameters independent of each other?
Discuss applications using Time-of-Flight technology, and find answers to your questions on troubleshooting, data accuracy, and optimizing communication.
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;/*!...
Hello.I’m utilizing the VL53L1 sensor to measure water level inside of a closed water bucket.While using a 30cm tall white bucket half full, with the VL53L1 positioned at the top aiming down at the air-water interface, the sensor sometimes outputs in...
Hello,Basically i am trying to measure distance to a hand that moves above the sensor, returned distance is used to light leds approximately at hand height. My problem is that hand is probably to small object or its reflectivity is not enough that ab...
Greetings!Since the sensors VL53L8CX, VL53L7CX and VL53L5CX have many similar features, I would like to know if it is possible to use for example VL53L8CX-ULD-API Driver with VL53L7CX TOF sensor?
Hello. I'm a newbie to stm32 or actually to everything.I am using VL53L0X sensor and STM32F030C8T6 MCU in stm32idecube.What I want to do is to get a good reading of the sensor data.And I want to use a timer interrupt to read the sensor data every cer...
In the 53L5A1 Board Support Package (BSP) for the VL53L5A1 Multi-Sensor Ranging module, setting the target order (e.g., VL53L5CX_TARGET_ORDER_STRONGEST or VL53L5CX_TARGET_ORDER_CLOSEST) doesn't seem to be directly exposed through the existing BSP fun...
I am trying to use VL53L8CX with stm32f4 discovery but had no success. Implementing the preexisitting API has been tough. Is there a register map for this sensor whcih can be used to create a minimalistic driver and interface sensor using I2C or SP...