forGGe / HappySnail-THSensor

Mozilla Public License 2.0
1 stars 0 forks source link

BME280 sensor self-heating #10

Open forGGe opened 5 years ago

forGGe commented 5 years ago

Current Zephyr BME280 driver uses "normal" mode (see datasheet), which results in self heating. Fix is to implement "force" mode. See:

https://www.reddit.com/r/dataisbeautiful/comments/5lc08e/faulty_temperature_readings_caused_by_a/

forGGe commented 4 years ago

For Proto II (and Mark I in general) decided to go with Si7020 sensor (or similar): they are easier to handle.

So this issue is not relevant for Proto II / Mark I.

PR is Zephyr project: https://github.com/zephyrproject-rtos/zephyr/pull/18500/