Skip to main content
LOMO
Associate III
October 8, 2023
Solved

Something Wrong with Calibration of VL53L3CX

  • October 8, 2023
  • 1 reply
  • 999 views

Vl53l3CX works well when i init it with DataInit and StartMeasurement Function,but when i add a OffsetCalibration to its init sequence,it output a distance of 8191 mm,which is obviously wrong .Paraments of calabration function are shown in the  following picture,is there anything wrong.any advice will be appreciated.屏幕截图 2023-10-08 155108.png屏幕截图 2023-10-08 154035.png屏幕截图 2023-10-08 154127.png屏幕截图 2023-10-08 154900.png

This topic has been closed for replies.
Best answer by LOMO

the rangestatus of the first measurement is always 255,use VL53LX_ClearInterruptAndStartMeasurement function get

next normal measurement.

1 reply

LOMO
LOMOAuthorBest answer
Associate III
October 8, 2023

the rangestatus of the first measurement is always 255,use VL53LX_ClearInterruptAndStartMeasurement function get

next normal measurement.