2024-11-11 08:41 AM
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 please confirm this is the correct procedure? Meaning, should we set TimingBudget, InterMeasure, ROI and ROI Center to "anything" prior to running calibration or are we correct in how we are doing this.
.....
VL53L1X_SetTimingBudgetInMs(33);
VL53L1X_SetInterMeasurementInMs(40);
VL53L1X_SetROI(4, 4);
VL53L1X_SetROICenter(191);
status = VL53L1X_CalibrateOffset(TargetDist, &Offset);
.....
Thanks,
Will