User Activity

I was using the sensor until now on an Raspberry Pi with direct access to the I2C bus without problems.Now I use an FT260 USB-I2C interface to communicate to the sensor from a PC via USB. In principle the communication is working, e.g. vl53l5cx_is_al...
I worked with a single VL53L5CX under Linux without problems. Now I wan't to have at least two sensors running in parallel connected to the same I2C bus. So I followed the documentation and first set LPn for the sensor which should keep its address (...
I just started working with VL53L5CX but can't find details on the commands/registers. I had a look to the example code and can use it but I can only guess what the different settings send via i2c to the firmware will do. I also studied the different...