Question
API timeout in VL53L0X_get_info_from_device()
Posted on October 27, 2016 at 03:57
I have modified the platform.h and platform.c to run on Raspberry Pi. The i2c-tools show I can read the device, and the routine VL53L0X_DataInit() returns no error, so I can write to the device. But I am getting a timeout error from the VL53L0X_get_info_from_device() routine.
Is there any place where a complete list of internal registers and what they do for the VL53L0X device exist? The API seems really complicated for just having to flip a few bits on the I2C bus. Thanks! Mike #vl53l0x