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
I found one thing missing:
Please add an option to set the sampling rate of the sensor.
Because the standard value for the sampling rate heats up the sensor itself during the measurements.
This leads to too high temperature values.
By lowering the sample rate this problem will be decreased.
Thank you very much!
Best regards,
Chris
The text was updated successfully, but these errors were encountered:
I forked this project into https://github.com/rjs3273/BlueDot_BME280 and have added my version of setting the sampling rate there. The owners of this project are most welcome to take a diff patch from that if they want. I replaced writeIIRFilter() with writeConfig() which sets all three values in the 0xF5 byte instead of just IIRFilter.
In the examples I only updated BME280_WeatherStation, not the BME280_MultipleSensors.
I tested on NodeMCU but it won't compile. Parameters are set as per weather sketch example but compilation fails on "bme280.parameter.tempOversampling".
Very nice library for the BME280
I found one thing missing:
Please add an option to set the sampling rate of the sensor.
Because the standard value for the sampling rate heats up the sensor itself during the measurements.
This leads to too high temperature values.
By lowering the sample rate this problem will be decreased.
Thank you very much!
Best regards,
Chris
The text was updated successfully, but these errors were encountered: