Use two I2C port

Hi everyone,

I don’t have much experience with Arduino programming and Grove I2C connections. I want to connect two current sensors with the Seeeduino XIAO expansion board and measure parameters independently using two different I2C groves. I am not sure how I can manage two sensors at the same time. Any help is greatly appreciated! Thank you!!

Two identical IIC sensors have the same IIC address and you may not be able to control them individually directly. You may consider sourcing a separate IIC docking station to solve this problem. The different devices can then be managed by different IIC device addresses.

1 Like