Resolved! Maximum Inter measurement period of VL53L1X
The title says it all. I can't find the info on any of the three documents i read (Datasheet/Api/ULD Api).Thank youMirco
The title says it all. I can't find the info on any of the three documents i read (Datasheet/Api/ULD Api).Thank youMirco
We are trying to get a VL53L0X sensor to run but VL53L0X_GetInterruptMaskStatus() constantly fails and we cant perform any measurements. We compiled the API provided by ST provided from https://www.st.com/en/imaging-and-photonics-solutions/vl53l0x.ht...
Hi ST team and community,I'm here because I have some troubles on the process of initialization of multiple sensors VL53L1.I use the library of VL53L1.The process is the following :Shut down reset pin XSHUT of each sensorThen, in a loop (to setup my ...
Hello.I2C frequency used by GUI for X-NUCLEO-53L1A2?Can you provide the firmware source used by the GUI for X-NUCLEO-53L1A2?When using the Raning mode of STSW-IMG019 (API for VL53L1CB), is there a minimum requirement for MCU memory, ram, and clock s...
hello.I'm testing the VL53L1 and VL53L1X.When the ambient light is strong, status = 7 is returned.When the ambient light is strong, how should the timing budget and inter measurement period be set to measure longer distances?Is it better to acquire...
Hi,I have some questions about the VL53L5CX maximum range. I am trying to reliably detect an oxygen cylinder passing through a portal 1200mm by 2133mm (floor level). The sensor is mounted at the top of the portal. I can detect cylinder up to approx. ...
Hello, I'm using a VL53L0X and it returns 0x1FFFF depending on whether a function within "VL53L0X_StaticInit" is commented or not during initialization. If "VL53L0X_set_reference_spads" is commented, the sensor sends values (with a large offset). But...
When filling the struct in my apptypedef struct { uint32_t RangingProfile; uint32_t TimingBudget; /*!< Expressed in milliseconds */ uint32_t Frequency; /*!< Expressed in Hz */ uint32_t EnableAmbient; /*!< En...