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.
We bought P-NUCLEO-53L1A1 for testing the performance of VL53L1X.We met some trouble for setup and software installation.According to the Quick Start Guide for X-NUCLEO-53L1A1), we tried toinstall VL53L1X GUI to our PC, but failed. Attached images f...
I have a problem when I try to run the Example for NUCLEO-F401RE. I'm using a NUCLEO-F401RE and SATEL-VL53L5CX. For the connection, I'm following the main.h, here are presents all the pins useful to manage the sensors. I noticed that the I2C_RST pin ...
I have a vl53l1x and testing it without glass and uncalibrated operating in SHORT distance mode. I get distance measurements of non-zero values at about 120mm. The datasheet claims 4cm. Will the calibration process result in short measurements inline...
I worked with a single VL53L5CX under Linux without problems. Now I wan't to have at least two sensors running in parallel connected to the same I2C bus. So I followed the documentation and first set LPn for the sensor which should keep its address (...
Hello,due to the bad datasheet and missing register map it is almost impossible to get information about GPIO1. The only settings i found are affecting the interrupt functionality. But why is the pin called GPIO when only used as interrupt output. Sh...
Hello,I am experimenting some trouble when using sensor VL6180X outdoors due to sunlight.The lasers are continuously seeing a yellow surface at 15cm. I get good rangings under Indoor light condition.The point is the lasers do not see any backgound w...
Hi,i have multiple VL53L5CX sensors on the same bus. Right now i am initializing the firmware (vl53l5cx_init) them after setting the individual I2C addresses. I wonder if it is possible to initialize them all at once.To my understanding the vl53l5cx_...