Alright, I have defined the following array inside my result structureint32_t histogram[VL53LX_HISTOGRAM_BUFFER_SIZE];which holds bin data for each VL53LX_MultiRangingData_tmemcpy(result->histogram,
VL53LXDevDataGet(pdev, LLData).hist_data.bin_data,...
I've checked my histogram data generated by VL53L3CX Sensor and I also have those additinal spikes in my plot (see below), although there are no additonal objects within field of view. The Sensor is fixed in 70cm height and directed towards a white w...
Interesting, just to get it right, do you mean two consecutive ranges within two consecutive clock cycles or timing budgets by N and N+1? Also beyond which speed may the system be no longer regarded as stable in order to check for abnormal wrap fail...
Hello,I've got a similar issue. I'm using six VL53L3CX sensors (3x VL53L3CX-SATEL) and two independent I2C busses (Nucleo-G01BRE). To each bus three sensors are attached and share a common interrupt wire. I use FreeRTOS to create two tasks, which syn...