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

BME680 BSEC library #200

Open
wants to merge 10 commits into
base: devel
Choose a base branch
from
Open

BME680 BSEC library #200

wants to merge 10 commits into from

Conversation

roberbike
Copy link
Member

Test the Bosch BME680 library for more accuracy.
image

image

@hpsaturn hpsaturn deleted the branch kike-canaries:devel February 16, 2024 08:19
@hpsaturn hpsaturn closed this Feb 16, 2024
@hpsaturn hpsaturn reopened this Feb 21, 2024
@roberbike roberbike marked this pull request as draft February 22, 2024 19:49
@roberbike roberbike marked this pull request as ready for review February 22, 2024 19:50
Comment on lines +985 to +986
//alt = (1.0 - pow((float) iaqSensor.pressure / sealevel, 0.190284));
//alt = 44330 * (1.0 - pow(pres / sealevel, 0.1903));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the alt unit is registered but it is not read there. Why?

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

Successfully merging this pull request may close these issues.

2 participants