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

BME280 humidity readings issue #29

Open
Andermutu opened this issue Aug 18, 2019 · 6 comments
Open

BME280 humidity readings issue #29

Andermutu opened this issue Aug 18, 2019 · 6 comments
Labels
notice This issue is resolved, but left open for posterity/visibility

Comments

@Andermutu
Copy link

Hi,

I am having issues with the humidity reading of the BME280 sensor. Here we have around 80% of relative humidity, however, the maximum value I get with the all-in-one-no-pm.py is 36-40% HR.

I have looked at the BME280 datasheets and it can read from 0-100% HR, so in theory, an 80% HR is achievable.

Any idea or suggestion is welcomed.

@takkaria
Copy link

If you have mounted the hat directly onto the Pi, it's likely that the heat of the Pi is affecting your readings. Try getting an extension cable and you should see better readings.

@Andermutu
Copy link
Author

Thank you @takkaria, I will try with an extension cable.

@Gadgetoid Gadgetoid added the notice This issue is resolved, but left open for posterity/visibility label Nov 5, 2019
@ADEidos
Copy link

ADEidos commented Jan 27, 2020

Hi @Andermutu, did you finally tried with the extension cable?

@doctorkb
Copy link

doctorkb commented Oct 6, 2021

As mentioned, the heat is likely causing part of the issue. I've opened another issue for updating the code to correctly calculate relative humidity after adjusting for CPU temps (e.g. as found in all_in_one and combined examples) -- you need to convert the RH to dewpoint using the raw temperature, then convert it back to RH using the compensated temperature. I have some code that does this, but it's a little unpolished still. 🙂

@sphaero
Copy link

sphaero commented Mar 8, 2023

Which issue is that? I'm also reading 18-36% humidity indoor with an extension cable.

@sphaero
Copy link

sphaero commented Mar 8, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notice This issue is resolved, but left open for posterity/visibility
Projects
None yet
Development

No branches or pull requests

6 participants