Skip to main content
GHuan.2
Associate II
November 5, 2022
Solved

About Calibration order between Crosstalk calibration and Offset calibration

  • November 5, 2022
  • 2 replies
  • 1124 views

According to api Manuals, for VL53L0CX and VL53L1CX, Offset calibration should be performed before Crosstalk calibration, but for newer ToF sensors, such as VL53L3CX or VL53L1CB, it's said Crosstalk calibration should take place before Offset calibration. Are alll these guides correct? Or order guide in earlier api manuals should be revised to be consistent with newer products?

This topic has been closed for replies.
Best answer by John E KVAM

It's a tricky problem - the offset affects the crosstalk measurement and the crosstalk affects the offset measurement.

The reason one uses a reasonably near, highly reflective target to do offset cal. is so the (hopefully few) photons from the crosstalk will be completely overwhelmed by the zillions coming from the target as they are averaged together.

That prevents the crosstalk from affecting the offset much. So that's a good arguement for doing offset first.

For the histogram based sensors - the VL53L3CX, the VL53L1CB, the VL53L4CX and the VL53L5CX, one can do crosstalk without a target. All the crosstalk is in the first few bins of the histogram and with no signal one can simply record the shape and ampliture of those bins. So clearly for those chips - do the crosstalk first.

So the change was not from older to newer - but from Standard rangeing to Histogram based ranging.

  • john

2 replies

John E KVAM
John E KVAMBest answer
ST Employee
November 5, 2022

It's a tricky problem - the offset affects the crosstalk measurement and the crosstalk affects the offset measurement.

The reason one uses a reasonably near, highly reflective target to do offset cal. is so the (hopefully few) photons from the crosstalk will be completely overwhelmed by the zillions coming from the target as they are averaged together.

That prevents the crosstalk from affecting the offset much. So that's a good arguement for doing offset first.

For the histogram based sensors - the VL53L3CX, the VL53L1CB, the VL53L4CX and the VL53L5CX, one can do crosstalk without a target. All the crosstalk is in the first few bins of the histogram and with no signal one can simply record the shape and ampliture of those bins. So clearly for those chips - do the crosstalk first.

So the change was not from older to newer - but from Standard rangeing to Histogram based ranging.

  • john
GHuan.2
GHuan.2Author
Associate II
November 6, 2022

Thanks a million for your quick and professional answer, John, especially at the weekend. Now it's clear, We'll follow api manuals to do sensors calibrations. Have a nice weekend.