Question
How to enable Left/Right VL53L1X ranging sensor?
Posted on March 22, 2018 at 03:37
Description:
We encounter one problem when we port VL53L1X ranging sensors (left/center/right) to our platform STM32F429 controller, the left/right sensors can not be activated via I2C slave address 0x54 and 0x58. (center is 0x52).
Currently, I refer to module board X-NUCLEO-53L1A1 as an example by using IO interrupt to report our MCU
when starting to measure sensor values and however, we find when we enable left/right, we will get returned error -13 naming, VL53L1_ERROR_CONTROL_INTERFACE from fucntion (VL53L1_WaitDeviceBooted().for center sensor, it can be activated by default SA = 0x52; but not working at left and right sensors.Any help for it???
