Hi Team,
My customer would like to visit 0x25 device from 954 side, which means when using i2cdetect -r -y bus_num, it could see the address 0x25.
sensor( address 0x25) <---> 933(address 0x58) <----> 954(address 0x30) <-----> CPU
Customer now configure as this document shows:
i2cwrite 0x58 0x58 //enable pass through
i2cwrite 0x5c 0xb0 //953 device address
i2cwrite 0x5d 0x4a //0x25 address
i2cwrite 0x65 0x4a //0x25 address
But after this configuration, customer still can't visit 0x25. Could you kindly give some advice?