User Activity

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 ...