VL53L0X API Status: -6 : Range error. I developed a little instrument using VL53L0X to measure a distance ranging from 30 to 200 mm. We assembled 200 pcs and on 50% of them I get the error above, while the remaining 50% work fine. Anybody can help me?
API Status: -6 : Range error ===============================//my code..... if(Status == VL53L0X_ERROR_NONE) { // printf ("Call of VL53L0X_StaticInit\n"); Status = VL53L0X_StaticInit(pMyDevice); // Device Initialization print_pal_error(Stat...