Hi everyone,
I’m testing a VL53L5CX ToF sensor on AMB82-Mini using Arduino SDK 4.0.9.
The I2C scanner can reliably detect the device at address 0x29, which indicates the sensor is powered and responding with ACK.
However, when using the SparkFun / ST official VL53L5CX library, the program gets stuck during initialization:
-
sensor.begin()returns false -
Serial output shows “Sensor not found”
-
Ranging never starts
From previous discussions, I understand that AMB82-Mini may not fully support I2C slave multi-byte read/write (burst / repeated start), which seems to be required for VL53L5CX initialization.
I’d like to confirm:
-
Is VL53L5CX currently unsupported on AMB82-Mini due to I2C limitations?
-
Are there any recommended workarounds or future SDK plans for supporting such ToF sensors?
Thanks in advance for any clarification.
