Skip to main content
Visitor II
December 26, 2018
Question

default slave address of the sensor for I2C communication ?

  • December 26, 2018
  • 1 reply
  • 591 views

0690X000006CvBiQAK.jpg

    This topic has been closed for replies.

    1 reply

    Visitor II
    December 27, 2018

    If you want to put 2 identical sensors on the same i2c bus, the other sensor should have a different address. There is a sensor pin usually to change one bit of the slave address. This way, you can have 2 sensors. More same sensors is also possible if you use one extra gpio per sensor, or create another i2c bus by sw gpio bit banging...