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

[Bug]: Considering use aht20's temperature when aht20 and bmp280 are both present #5485

Open
Enter-tainer opened this issue Dec 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Enter-tainer
Copy link

Enter-tainer commented Dec 1, 2024

Category

Other

Hardware

Not Applicable

Firmware Version

v2.5.14.f2ee0df

Description

#3977 add support for ahtx0 series temperature and humidity sensor. When ahtx0 and bmp280 are both present, meshtastic will use bmp280's temperature.

However, it seems that aht20's temperature accuracy is actually higher. In page 8 of bmp280's data sheet, we can see that the temp acc is +- 0.5 at 25 degree, and +-1 when between 0~65 degree.
image

While AHT20's datasheet says that it has +- 0.3 typical accuray, and the max error between 0~65 is +- 0.5 degree.
image

So I think in this case, maybe switching to aht20 can bring better temperature result? I'm very new to embeded systems so please correct me if I get it wrong.

cc @caveman99 @fzellini FYI

Relevant log output

No response

@Enter-tainer Enter-tainer added the bug Something isn't working label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant