Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pressure calculation for bme680 gives wrong results #121

Closed
7 tasks done
daschr opened this issue Sep 11, 2020 · 1 comment
Closed
7 tasks done

pressure calculation for bme680 gives wrong results #121

daschr opened this issue Sep 11, 2020 · 1 comment

Comments

@daschr
Copy link
Contributor

daschr commented Sep 11, 2020

Device type

  • ESP32
  • ESP8226

Framework version

  • ESP-IDF latest master
  • ESP-IDF 3.2.x
  • ESP-IDF 3.3.x
  • ESP8266 RTOS SDK latest master
  • ESP8266 RTOS SDK 3.2

Describe the bug

I've noticed that the measured pressure is ~20hPa higher than the real one.
After looking at BME680_driver of BoschSensortec and the one of esp-idf-lib, I realised that the calculation is wrong.
After changing bme680_convert_pressure to the calculation used by Bosch, the values are now right.

@UncleRus
Copy link
Owner

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants