You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BME280 supports two different I2C addresses, so two BME280s can be used on the same bus. This should be possible under nodemcu
Actual behavior
The bme280 module doesn't allow the I2C address to be set and instead looks for devices on the first address, and failing to find one, looks on the second address. Therefore, if 2 devices are present, only the first can be used.
It would be better if BME280 functions had an optional address parameter to allow for multiple devices.