cancel
Showing results for 
Search instead for 
Did you mean: 

What is the most raw data that can be collected from the TOF sensors like the VL53L1CB or VL53L5CX?

JSnel.1
Associate

I'd like to get something as close to the total number of counts for each SPAD vs time since the laser pulse was triggered at the highest temporal resolution possible. It is a bit hard to follow what the histogram functions in the driver are doing. Are these bin sizes adjustable, or are the histograms that you can get from the VL53L1_GetAdditionalData fixed in size?

I saw on another post that for the VL53L5CX there isn't an equivalent set of functions in the driver to get histogram data. Is there any chance that will be something that is coming in the future even with limited functionality?

1 REPLY 1
John E KVAM
ST Employee

in a histogram, the bins contain that number of photons gathered during that clock cycle. And the clock cycle is not adjustable.

But during a 30ms range there are maybe a million flashes of light transmitted. And the numbers are the number of photons received for N clocks after the flash starts.

So with a longer timing budget, the numbers will be larger.

The L5 does not return the histogram data. There is way too much of it. (64 zones x 100+ bins is a lot of data.) So it's all processed on the chip.


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.