adafruit / Adafruit_BME280_Library

Arduino Library for BME280 sensors
Other
336 stars 305 forks source link

Missing feature - Oversampling, Sensor Mode, Standby Time, IIR Filter #8

Closed camrex closed 8 years ago

camrex commented 8 years ago

Is it possible to add the ability to adjust the following settings:

From what I can tell, it is currently set for Normal mode with 0.05ms standby, and x16 oversampling for humidity, pressure, and temperature. This is overkill for use as a weather sensor (which Bosch recommends settings of (Forced, 1 sample, x1 oversampling [hum,pres,temp], IIR filter off)

Thanks.

ladyada commented 8 years ago

if you submit a pull request, we'll look and merge it!

julien-lebot commented 8 years ago

I've made a pull-request with the features requested if anyone is interested: #9