Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By aphawk
#54486 Today the price is low for the precise temperature, humidity and pressure sensor BME280. And small module boards can be found quickly anywhere, even here at Brazil.

To make weather experiments, atmospheric pressure is a must.

I see many libs to use it with Arduino code. Adafruit has one too.

I tried to make the code to use BME280 with ESP8266Basic, but the math and I2C commands are very complicated... and use a lot of resources. But all this is already done in Adafruit lib.....

Maybe it can be included here in ESP8266Basic similar way as DHT functions ? Including Adafruit lib ( or other ) and creating the new commands ?

Thanks for your reply !

Paulo
User avatar
By flyboy74
#72180 You guys are aware that it is already possible to use these sensors with ESP Basic if your able to write your own driver using the I2C libraries as the BME280 uses I2C for coms to the MCU