2018-11-22 05:29 AM
2019-04-10 02:14 PM
Does VL53L0X have ROI unit? No. The only TimeOfFlight sensor from ST with an ROI is the VL53L1X.
How do I use SPAD unit in VL53L0X? The SPAD array on this chip is pretty much all or nothing. As there is no lens on the device, the light is not directed and there is no way to tell from where the light came.
If I use vl6180x, do I get the results as a nearest object? On all the ST ToF sensors (VL6180, VL53L0X and the VL53L1X), the photon distances are averaged. This technique will get more photons from the nearest, biggest object, so you will get a weighted average. So it's pretty close to the nearest object, but not quite.
2019-04-11 07:34 AM
Thanks.