2019-08-15 02:59 AM
Hi all
My vl53l0x sensor is currently giving the "no update" status. The API only mentions that the error will not trigger. What does that mean?
What could be wrong when this status is received and how could I resolve it?
Thanks in advance
2019-08-15 05:09 AM
The problem went away when I used the VL53L0X_PerformSingleRangingMeasurement() function in stead of the VL53L0X_GetRangingMeasurementData() function.