Hi everyone,I tried to use the eval board nucleo 53L1A1 with nucleo F767ZI with the API STSW-IMG005.I adapted the API without the serial line, i used the HAL_I2C lib etc .I used the example single ranging in the example folder in API.the first part ...
Hi,Readings from my VL6180X sensor are very unstable. They vary about +-8 mm from measure to measure.I tried with Nucleo board and official api, and also with Arduino board and Sparkfun code. 2,8V power supply is from linear regulator, measured objec...
e are operating VL53L0X in High Accuracy mode with time budget configured to 9000msec.Please help us to understand how sensor taking multiple sample and gave final stable output in high accuracy mode.We are going to use this sensor for distance measu...
Hi!I notice that in the datasheet of both VL6180 and VL6180X, there is EXACTLY the same plot of distance measurement. So that's leaving me to the question: Who is best for short distances, VL6180 or VL6180X?Have a look at page 12/87 here:Proximity an...
Hi all,I'v developed a board with my microcontroller and one VL53L1X-SATEL - Breakout board that came with my X-NUCLEO-53L1A1 kit. I use a 3v battery for the board without regulator and 1K pull-up for the I2C line(100khz).I use the VL53L1X ULD API fi...
Hi ST team and community !I'm here because i have some troubles on the processus of initialisation of multiple sensors VL53L1CB.I use the following library available on gitHub : https://github.com/stm32duino/VL53L1The processus is the following :Shut...
Hello,I'm currently working with the VL53L1X distance sensor on the nRF52. I'd like to use two of them with te same i2c busses. Therefore, I need to change the address of one of these.I have successfully used a single sensor (using the default addres...
My code and console are as presented below. Values are on the console are fixed, they don't change even if i move an object in front of the sensor. Also i dont understand what should i put in "index" byte that is shown in data sheet./* USER CODE BEGI...
Hi All,We foresee cross talk calibration for VL53L0X in our application as we are working on enclosure with filter glass on top of VL53L0X .To get understanding of cross talk calibration working, I tried "VL53L0X_PerformXTalkCalibration" with distan...