Discuss applications using ST FlightSense Time-of-Flight sensors, ST BrightSense CMOS image sensors, and ambiant light sensors (ALS) technology. Find answers to your questions on troubleshooting, data accuracy, optimizing communication and more.
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...