2020-07-30 11:58 PM
we want to use VL53L3CX however its driver is too large for MCU, we like VL53L1X Ultra Light Driver idea, is it possible that ST can provide ULD for VL53L3CX ?
2020-08-03 07:38 AM
Unfortunately not. The 'L3' does not process the histogram data on the sensor. We upload the raw data to your host, and create the answer from there. (Your host - even a small one - is much more capable than the tiny MCU inside the sensor.
And of course that takes more code space on your host.
2021-08-07 09:06 AM
Mr. Kvam,
In this very related part of the conversation (year after), I want to ask whether if the histogram averaging pursued in local processor (By the way, I am asking for VL53L1X and especially for VL53L1).
I try to understand the new code collection and unfortunately, not very close it to solve it. If it allows us to see the individual histogram per an SPAD, can we process it through MCU without waiting the "timing budget"? I mean, one histogram received by MCU, then proceed next SPAD and so on...
And one another question: histogram seems very low in resolution (Histogram buffer length was 24 in the code); can we increase it? Or should we interpolate?
Warm regards,
B.H.