MartinR3924
Results
1
issues of
MartinR3924
I'm using the VL53L1X sensor with the following configuration in continuous mode: sensor.setDistanceMode(VL53L1X::Long); sensor.setMeasurementTimingBudget(50000); sensor.startContinuous(50); I tried adjusting the settings as follows: sensor.setDistanceMode(VL53L1X::Short); sensor.setMeasurementTimingBudget(20000); sensor.startContinuous(20); However, I noticed that the...