janw-cz / JWA_BME280

Arduino library for BME280 sensor based on reference driver
15 stars 9 forks source link

Weather station - recommended settings #10

Closed Eldenroot closed 4 years ago

Eldenroot commented 4 years ago

Hi,

I use Adafruit BME280 library, but ti returns not accurate results from measurements (some drift in pressure, mainly). I use default normal mode, no filter, measurement every 4 sec.

Anyway I have read that it could be caused by library itself so I would like to use your library with official driver inside.

Do you have any recommendations for this purpose? IC2 is supported?

Thank you!

janw-cz commented 4 years ago

Hi, stability of BME2800 readings is sometimes magical. With this driver the stability used to be ok after first couple of seconds.

I2C is supported, see example which comes with the library. SPI is also supported, see beginSPI(...) in Bme280BoschWrapper.h

Have fun with BME280 :-)