Hi,
I want to make communication between MCU and four I2C devices (accelerometer) without changing the I2C address.
In my current design I am using multiplexer in between MCU and Four P82B96 buffers and it is working fine.
i.e.
MCU(Master)->MUX(74HC4052D)->P82B96->Connector_one-->long wire-->Connector->P82B96->Accelerometer_one
Now I want to make cost effective solution where I want to use only one P82B96 buffer at master side and want to move multiplexer at output of the P82B96.
i.e.
MCU(Master)->P82B96->MUX(74HC4052D)->Connector_one. Here, MUX will choose output connector(i.e one of the four slaves) as needed.
As per my current understanding it should work but I have few questions
1. Will there any capacitance impact due to MUX? Communication speed=100Khz, distance between I2C master and slave is around 15 to 20 Meters.
2. Do you have any better suggestion?
Thanks,
Krunal