Hi everyone,
I have been playing a little with de rpi gpio. Mostly buttons, leds and resistors. And as I am a happy owner of two rpi, I thought about connecting both using i2c. The idea is to button push in one, talk about this event to the other rpi via i2c, and light a led in the other one.
I have been googling a lot, but I am getting really confused as I now have some doubts.
The i2d address in the rpi is fixed? I think so. So it would not be possible to connect two "i2c artifacts" in the same i2c bus with the same address. Am I correct? is there a way to change de i2c rpi address?
I also have read that in rev2 ones, there are two i2c buses, I suppose with different i2c address, but I own rev1 ones.
Thank you very much in advance.