Skip to main content
Graduate
July 31, 2020
Question

Is it possible to provide Ultra Light Driver like VL53L1X for VL53L3CX ?

  • July 31, 2020
  • 1 reply
  • 955 views

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 ?

    This topic has been closed for replies.

    1 reply

    ST Employee
    August 3, 2020

    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.

    Visitor II
    August 7, 2021

    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.