Aim: Read data from 4 slave devices using i2c communication on Linux.
Your contribution very helps full for me. So Thank You for your Contribution.
Issue: I am working with Linux base Board (BeagleBone Black) and 4 VL53L0X sensors as I2C Slave Devices. all 4 sensors have the same slave Address.
so I think Ik can be changed by this line: ioctl(file_i2c, I2C_SLAVE, NEW_ADDR1);
then I want to I2C communication with a specific slave address.
So how to begin the I2C communication with a specific device address.