occasionally my VL53L1X freezes at a certain distance, eg 1234 when using the sample code below.
while True:
try:
ToF.start_ranging()
time.sleep(.01)
distance = ToF.get_distance()
time.sleep(.015)
ToF.stop_ranging()
Is there anything I could check? So far only booting the device helps.