Interfacing two I2C modules with Arduino UNO

Hi,

I am working on a project where I need to interface two I2C modules withArduino UNO. I have already designed the project but now the teacher wants to add GPS module in it and then one we got works on I2C.

I have searched online and found that we can create virtual serial port, so is there a way that we could create virtual I2C port?

Thanks.

if they have a different I2C address you can just use them in parallel. I have the same I2C address you need to include a MUX.