User Activity

My use case would benefit from high speed but I'm having trouble getting it to run at 60Hz. I'm using the X-NUCLEO-53L5A1 on an NUCLEO-L476RG board with the XCUBE-TOF1 software. I'm using the SimpleRanging example program: XCUBE-TOF1\Projects\NUCLEO...
My application requires scanning multiple zones (ROIs) and comparing the results. When I do this I see an offset that varies somewhat randomly based on the shape and position of the ROIs. I see in the UM2133 user manual that there is a calibration p...
VL53L1_PerformOffsetCalibration(Dev, 140, 17 << 16)From digging in the code it looks like CalReflectancePerCent is fixpoint1616 and CalDistanceMilliMeter is an int32. For example is this the correct format to calibrate with a 17% Grey card at 140mm?
UM2133 says the default value of histogram_ranging_gain_factor should be 0.971. When I get the data for VL53L1_gain_calibration_data_t->histogram_ranging_gain_factor, I get an integer "1987". The data type listed in the typedef in vl53l1_ll_def.h is ...