Resolved! VL53L1X return 0 on every register rerad
I communicate with a VL53L1X-SATEL over I2C from a PSoC 5LP as I2C-master. The sensor as I2C-slave acknowledes commands as expected, but each register I try to read returns 0x00. I tried a for loop to read every register from 0 counting up, but the s...