Hey folks!
I've only been tinkering and learning about arduino and programming for the past month, so forgive my relative in-experience with this question.
My question surrounds I2C addresses. Let's say I had my Controller, and multiple ports in which different I2C devices could be connected, (Temp sensors, tVoc sensors, etc.) Now, for instance, 2 or more of the same module are connected to the controller, both containing the same I2C address. Assume the module is a male connector, and the path to the board contains a female connector, and would just "slot in". Is there a way to either change the i2c address on the female side, either through hardware or software so that each female port was configured to a seperate I2c address, so multiple of the same module could be connected without conflict?
My assumption would be that there would need to be an intermediary step, something designed in each port to take the incoming I2c and output as a different address, prior to reaching the main controller. However, I am so green in this field that I may be WAYYYYY off base, or potentially overlooking a software solution?
Any help would be greatly appreciated. Resources, guides, training, even more so appreciated!