Hi ST,I wanted to validate/confirm our Calibration procedure. When we calibrate prior to calibration we set timing budget and intermeasurement to what they are normally when our code boots up. So, during calibration we do the same. Can someone pl...
I am observing an unexpected reading issue. I am using Calibration and I use a physical distance to Calibrate. However, an object right in front of the sensor (1-20mm'ish away) reads a value of 0 (zero). If I change the Calibration to physical dis...
I have been using GetResult method of grabbing the sensor reading. It returns this structure: typedef struct {uint8_t Status; /*!< ResultStatus */uint16_t Distance; /*!< ResultDistance */uint16_t Ambient; /*!< ResultAmbient */uint16_t SigPerSPAD;/*!...
I am getting occasional readings from this sensor of zero(0) reading result with the error code 31. According to the header file this error corresponds to:#define VL53L1X_WARNING_OFFSET_CAL_MISSING_SAMPLES ((VL53L1X_Error) - 31)/*!< Thrown if there ...
John,As usual, thank you so much for your quick response :)We are somewhat invested already in the vl53l1x. What would you say is the most trustworthy shortest distance for this sensor?Thanks again,Will
John,Thank you. I understand. We do not have a cover glass.What I am struggling with is the sensor's ability to measure close objects. I am seeing odd readings. Is the vl53l1x able to read objects in let's say less than 10mm?Thanks again,Will
Hi John,One change to my original posting, I miswrote what the sensor reading. It is in fact 32256 not Zero. Does this tell you anything more? Thanks,Will
The API I use to return the status is the same I use to return the reading:VL53L1X_ERROR VL53L1X_GetResult(VL53L1X_Result_t *pResult)Would this change your answer?