2020-11-03 04:31 AM
2020-11-16 08:38 AM
That is true. There is no Autonomous mode for the L3.
So here is the trick. The L3 is basically the same chip as the L0 (which does do Autonomous mode) however the L3 uses HISTOGRAMS.
The L3 sensor does not to process the histrograms - it can only collect them.
So the raw histrogram data is sent to your MCU for post processing. And it is your MCU that extracts the answer. That's in the API.
The good news is the answer is really good. The bad news is the chip cannot run Autonomously.
For Autonomous mode you have to use either the VL53L0X or the VL53L1X.
2020-11-03 04:54 AM
i have found for VL53L1 " VL53LX_Error VL53LX_set_GPIO_interrupt_config " but not for VL53L3 !
2020-11-16 08:38 AM
That is true. There is no Autonomous mode for the L3.
So here is the trick. The L3 is basically the same chip as the L0 (which does do Autonomous mode) however the L3 uses HISTOGRAMS.
The L3 sensor does not to process the histrograms - it can only collect them.
So the raw histrogram data is sent to your MCU for post processing. And it is your MCU that extracts the answer. That's in the API.
The good news is the answer is really good. The bad news is the chip cannot run Autonomously.
For Autonomous mode you have to use either the VL53L0X or the VL53L1X.
2020-11-20 05:33 AM
Thank you for your reply.
Zschau.j