Hi About the scanf compiling error, you can either ignore the warning as John suggested, or you can add few line below to check if your input number was clearly recorded. int result = scanf("%s", choice);if (result == 1) { printf("You entered: %d\...
Hi From your description, sounds like you are trying to connect STM32F401+X-NUCLEO-53L8A1 to your Ubuntu system.Normally we don't setup test environment as this for Linux test, For HW, you need a Raspberry Pi instead of a STM32 board. then you need t...
Hi We checked the code update history and found that we have updated VL53L1CB API recently to limit the max ranging ability at our door condition, this is to avoid unstable ranging data under high ambient noise level. We set a very tight parameter by...
Hi Due to VL53L1CB is working in 940nm and there is 940nm in the sunlight, so the sunlight is ind of noise to TOF sensor, so sunlight will affect TOF sensor ranging ability.As the sunlight intensity is changing with time going, and also could be affe...
Hi,The offset calibration needs a fix target as reference, during real life usage, you can't know the target real distance, so it's not possible to do auto offset calibration in real time.And after sensor reboot, the sensor will load default offset v...