Hello,
I would like to know if there is a way to connect two sensors that are using I2C connection on single photon sparkfun redboard. Thank you.
Best regards
Hello,
I would like to know if there is a way to connect two sensors that are using I2C connection on single photon sparkfun redboard. Thank you.
Best regards
I2C is a bus and is intended to support multiple devices. See the I2C guide.
There is a special case where two devices have the same address that's more of a problem, but that's also discussed in the guide.
I2C on photon is using D0 and D1. You are saying that I can connect two devices to this ports ?
Yes, that's exactly how you do it.
Ok, I will try it, thanks.