I am trying to use the BMP280 sensor from Adafruit. I have found the BMP280 library, have wired in the sensor and am getting readings, however the pressure reading is wrong. I am getting 84.1kPa but should be getting 92.6kPa. I have read where the altitude reading changes as the weather changes and can change the input value to correct the altitude.
The datasheet and Adafruit make it seem like there is no calibration for the pressure? Is this true? Am I forgetting something?
I get that same result when I test my BME280. It seems that the pressure reading you get from the library is absolute, not corrected for your altitude. What is the altitude where you’re testing?
Sure, you could just use the ratio of what you know to be the true value to the value you get to correct the value. However, when I plugged the values you posted into an online calculator, I got an altitude of 2600 feet for your location. How did you determine what the correct value should be?