cancel
Showing results for 
Search instead for 
Did you mean: 

How to change working modes of VL53l0X at runtime

sp ra
Associate

I am using ST s API(VL53L0X TOF Sensor) and i have a doubt regarding the change in ranging modes at run time,For my application i want the sensor to work in HIGH ACCURACY mode first and after a time it has to work on FAST MODE and again back to HIGH ACCURACY mode.Is it possible ?? if yes how can i implement it on the application

Thank you

1 REPLY 1
John E KVAM
ST Employee

The only real difference between high-speed and high-accuracy is the timing budget.

Just try changing that, knowing the time will not take effect until the next range.

Technically you really should do a stop, change the timing budget and start again, but the kludge should work.


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question. It helps the next guy.