Skip to main content
Associate
July 16, 2024
Solved

VL53L4CX / CD Calibration

  • July 16, 2024
  • 1 reply
  • 1036 views

Hi there, 

I am using multiple VL53L4CX sensors and the target is a person's hand within a 60cm range. I am wondering if there is a specific calibration method for a hand within a shorter range (60cm), to improve readings. Right now I am just using the default settings and using the STM32H755zi

Any help is appreciated, thanks. 

Isaac

Best answer by John E KVAM

The VL53L4CD with its UltraLite Driver is pretty much configured the way you want it. The only variable is the Timing Budget. Increasing this integration time improves the accuracy, but at the cost of latency and power. A very general rule of thumb is that 4x the integration time gets you twice the accuracy. (But there are limits.)

The VL53L4CX on the other hand has lots of tuning parameters. You can select 'short' as timing option. This will actually send out more pulses as we can shoot them out without waiting as long between them. (The CD version only has the 'short' option.) The CX also has a Timing Buget setting you can use. 

But you shouldn't have any problem. You will get lots of photons with a hand below 60cm and photon counts are what we need to get a measurement. 

- john

1 reply

John E KVAM
ST Employee
July 16, 2024

The VL53L4CD with its UltraLite Driver is pretty much configured the way you want it. The only variable is the Timing Budget. Increasing this integration time improves the accuracy, but at the cost of latency and power. A very general rule of thumb is that 4x the integration time gets you twice the accuracy. (But there are limits.)

The VL53L4CX on the other hand has lots of tuning parameters. You can select 'short' as timing option. This will actually send out more pulses as we can shoot them out without waiting as long between them. (The CD version only has the 'short' option.) The CX also has a Timing Buget setting you can use. 

But you shouldn't have any problem. You will get lots of photons with a hand below 60cm and photon counts are what we need to get a measurement. 

- john

If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.