Toying with concepts here. I’ve got a TM1638 (great for I/O!) installed on my Rover V2. I’ll probably mount a MMA7361 Angle Sensor next , so I’ll soon be running out of pins for a few other ideas.
How do I connect them to an UNO? For example… the two pins of the V7 SDA connect to …? on the UNO, etc
Another question that comes to mind is if the UNO also had a V7, would it be a simple 1-1 connection? … 5V to 5V, GND to GND, SCL to SCL and SDA to SDA.
For the uno “A4 or SDA pin and A5 or SCL pin”, and of course connect the common ground. If you want to power the second Uno from the first board, you can try to connect the 5V line as well.
The two sets of four pins allows you to connect one device and then connect to another. The big advantage to I2C is connecting many devices using the “same” cables.