Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thank you very much. Is there another solution possible because in my project i need to use 2 BME280 boards. so I2C won't be much of a solution. Commented Dec 8, 2017 at 14:45
  • most i2c devices will support more than 1 address, usually with a couple of pads on the board, connecting or breaking connections can change the address, so then you would be able to use 2 sensors on i2c Commented Jan 17, 2018 at 11:03
  • The BME280 supports two I2C slave addresses by tying SDO to either GND or Vddio. If you need to connect more than 2 devices to the same master use an I2C multiplexer as the PCA9547. Commented Jan 18, 2018 at 13:35