2017-06-30 01:32 PM
Hi,
changing the timing budget affects the measurment accurancy/speed/range. This is done with the function VL53L0_SetMeasurementTimingBudgetMicroSeconds(..). Does this function affects the measurements parameter in the same way in case of CONTINUOUS_TIMED mode? So that I can take care about the timing budget (profile: long range, high acc.) and the internal time periode using the function VL53L0X_SetInterMeasurementPeriodMilliSeconds(...)?Such like:
Timing Budget: 33 msTime Periode: 100 ms
With best regardsAlex
2017-07-06 08:39 AM
Yes. You can combine those calls. It will work exactly like you want it to.
One neat trick is to use a cell phone camera and point it to the senor. You can see the Laser flashing. If your inter-measurement period is long enough you can see the sensor turn on an off. But note this trick will not work with an Iphone. The IR filter on those phones filters out all the 940nm light.
2017-08-15 08:07 AM
Thanks for your helpful reply!