Hi,
I bought your BME280 sensor breakout.
I have various sensors and I see that your BME280 reads high, 2°C at
least more than other sensors including a mercuirial thermometer.
I read on the net that BME280 sensor tends to run high due to
oversampling that heat the sensor up.
It’s a common educated guess that setting forced mode can help with
overheating problems.
Reading your guide here I see that forced mode equals to 1 or 2, but
then you set it to three and you call it forced mode.
https://learn.sparkfun.com/tutorials/sp … -guide/all
|//runMode can be: // 0, Sleep mode // 1 or 2, Forced mode // 3, Normal
mode mySensor.settings.runMode = 3; //Forced mode |
Can you tell me the right way to set the forced mode in your BME280
breakout?
Is runMode a deprecated setting like is written in SparkFunBME280.h?
If yes, what is the correct way to set force mode now?
Hope that you can help.
Thanks