简体   繁体   中英

Qwiic BME280 pressure reading too high?

I'm using sparkfun BME280 sensor to collect atmospheric data. temperature & humidity readings are correct but pressure reading is too high. I used another sensor for getting pressure which returns normal reading like 1000hpa while BME280 returns 1180hpa. it's too high. I am using python library and set the pressure_oversample value according to the example written on document( https://qwiic-bme280-py.readthedocs.io/en/latest/ex4.html ) but still getting high value. how can I get correct pressure reading?

I don't know if this is relevant in your case, but the Adafruit BME280 library has an adjustment for your location's pressure at sea level:

bme280.sea_level_pressure = 1013.25

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM