2023-01-10 05:43 AM
The datasheet says the maximum ranging frequency's for VL53L5CXV0GC/1 are
60Hz at 4x4
15Hz at 8x8
But the firmware allows for example perfectly 100Hz at 4x4 by setting this value with vl53l5cx_set_ranging_frequency_hz().
I also can see the sensor is ready after 20ms when looping function
vl53l5cx_check_data_ready(&dev,&IsReady);
So this seems to work at higher frequency's too. Is the datasheet wrong?
We would like to set the ranging frequency higher for the 8x8 mode. Is this possible?
Solved! Go to Solution.
2023-01-10 11:14 AM
The accuracy numbers in the datasheet are valid at the speeds given. It can go faster, but the user is kind of on his own as to verifying the results.
2023-01-10 11:14 AM
The accuracy numbers in the datasheet are valid at the speeds given. It can go faster, but the user is kind of on his own as to verifying the results.