Mux for I2C communication

Thread Starter

andriasm

Joined Aug 2, 2022
25
I have 3 I2C flow sensors, but I can't change their address. What can I do to realize the communication? There is some multiplexer shield of 3 inputs?
 

MrSalts

Joined Apr 2, 2020
2,767
I have 3 I2C flow sensors, but I can't change their address. What can I do to realize the communication? There is some multiplexer shield of 3 inputs?
Yes, you can look for an I2c port extender chip. Send a select signal to the port extender and it will route your bus to the right sensor.
 

upand_at_them

Joined May 15, 2010
940
No mention of the microcontroller used. I2C can easily be implemented in software if not already...You just need two pins for each separate I2C bus.
 
Top