-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
From two VL53L0X sensors connected to pins GPIO 23 & 24 of a Raspberry pi zero w, running VL53L0X_multi_example.py file, I'm having this output:
VL53L0X Start Ranging Address 0x2B
Setting I2C Address to 0x2B
Call of VL53L0X_SetAddress
API Status: -20 : Control Interface Error
VL53L0X Start Ranging Address 0x2D
Setting I2C Address to 0x2D
Call of VL53L0X_SetAddress
API Status: -20 : Control Interface Error
VL53L0X_BETTER_ACCURACY_MODE
Set Accuracy
API Status: -20 : Control Interface Error
VL53L0X_BETTER_ACCURACY_MODE
Set Accuracy
API Status: -20 : Control Interface Error
Timing 20 ms
1 - Error
2 - Error
...
Call of VL53L0X_StopMeasurement
API Status: -20 : Control Interface Error
Call of VL53L0X_StopMeasurement
API Status: -20 : Control Interface Error
I can't understand why this error (API Status: -20 : Control Interface Error), commented as Error during interrupt clear in the Api/core/inc/vl53l0x_def.h, is triggered.
What is going wrong?
Metadata
Metadata
Assignees
Labels
No labels