2024-07-15 05:08 PM - last edited on 2024-07-16 06:46 AM by Peter BENSCH
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
Solved! Go to Solution.
2024-07-16 08:32 AM
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
2024-07-16 08:32 AM
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