Current Lua downloadable firmware will be posted here

User avatar
By nickagian
#64531 To put it shortly, is it possible to simultaneously initialize and use the bme280 and i2c modules on the same I2C bus (same pins of the ESP8266)?

I suppose the answer is no and this is probably true even if I tried to use different pins.

By looking in the code of the modules, both call the platform_i2c_setup(...) function and this indeed confirms my assumption.

Is that true?