2024-08-22 11:25 AM
HI,
Could somebody tell me how to configure and access VL53L1 histogram data in detail.
Thank you
Solved! Go to Solution.
2024-08-22 11:54 AM
It's easy - buy and use the VL53L1CB. There is a VL53L1CX which is the same chip (almost) but it does not use histograms.
So just do a range with the VL453L1CB and get the result. Under the covers, the histogram is read from the sensor and the answer is obtained.
There is a call - something like GetAdditionalData() that is in the API
2024-08-22 11:54 AM
It's easy - buy and use the VL53L1CB. There is a VL53L1CX which is the same chip (almost) but it does not use histograms.
So just do a range with the VL453L1CB and get the result. Under the covers, the histogram is read from the sensor and the answer is obtained.
There is a call - something like GetAdditionalData() that is in the API