Question
vl53l5cx i2c address change
Hi,
I have two vl53l5cx sensors in my system. I need to change (at least one) of the device addresses. I used the instructions from n UM2884, section 2.3, that is.
- Power up the system.
- Reset the sensor by LPn pin LOW, I2C_Reset HIGH, wait 500msec, LPn pin High, I2C_Reset LOW. wait 500msec.
- LPn pin LOW of all bu the selected device.
- Call vl53l5cx_set_i2c_address with the new address.
- status |= platform.WrByte(config.vl53L5CX_Device, 0x7fff, 0x02); will result in 255.
What could be wrong here?
