Dear forum,
I am struggling with 2x PCA9615 to communicate. My test setup consists out of 2x arduino and 2x PCA9615. The master arduino has been given address 11 and the slave has been given 12.
The Di2c bus is connected using jumper wires on a breadboard, same goes for the i2c bus. Between the DxxxP/DxxxM busses is a 120ohm resistor, with 680ohm resistors pulling the DxxxP side to Vdd and DxxxM to Vss (like in the documentation). I also put an extra 10kOhm resistor on the enable pin to Vdd, but this should not be necessary as the chip has it's own pullup resistor.
Putting the i2c bus directly from the master to the slave functions as intended, data can be interchanged.
Thank you very much in advance.