[VL53L1x] VL53L1_ERROR_CONTROL_INTERFACE when VL53L1_GetMeasurementDataReady() called
Hello,
I made a PCB with 7 VL53L1x, that I soldered by myself. I'm using the ST VL53L1 API.
6 of them are working great, but the # 7 return error -13 : VL53L1_ERROR_CONTROL_INTERFACE, referenced in vl53l1_errror_codes.h as :
"/*!< error reported from IO functions */" Everything works until I start VL53L1_StartMeasurement() which returns no error.
After that, when I try to get any values, (with VL53L1_GetMeasurementDataReady(Dev1, &measure) for example) It returns error = -13.
I changed this sensor with a new one and still get the same error.
Do you have any idea to get this solved? Or to disable IO functions? I didn't find anything in the manual.
Thanks a lot,
Pierre
