BME280 on Raspberry showing incorrect values
Posted: Thursday 19 January 2017 9:16
Hello:
I purchased the SparkFun Atmospheric Sensor Breakout - BME280 and is showing me incorrect values for the pressure.
https://www.sparkfun.com/products/13676
The sensor is hooked up with my Raspberry PI 3 using the I2C interface.
I tried several programs:
C program with the official Bosch driver.
git clone https://github.com/BoschSensortec/BME280_driver.git
Python programs:
git clone https://github.com/adafruit/Adafruit_Python_BME280.git
http://www.raspberrypi-spy.co.uk/2016/0 ... -in-python
All of these programs show the same values:
Chip ID : 96
Temperature : 21.02 °C
Pressure : 947.83 hPa
Humidity : 20.53 %
As you can see the pressure is far too low, the correct pressure right now should be around 1022 hPa.
Does anyone has any ideas?
Kind regards,
Rob.
I purchased the SparkFun Atmospheric Sensor Breakout - BME280 and is showing me incorrect values for the pressure.
https://www.sparkfun.com/products/13676
The sensor is hooked up with my Raspberry PI 3 using the I2C interface.
I tried several programs:
C program with the official Bosch driver.
git clone https://github.com/BoschSensortec/BME280_driver.git
Python programs:
git clone https://github.com/adafruit/Adafruit_Python_BME280.git
http://www.raspberrypi-spy.co.uk/2016/0 ... -in-python
All of these programs show the same values:
Chip ID : 96
Temperature : 21.02 °C
Pressure : 947.83 hPa
Humidity : 20.53 %
As you can see the pressure is far too low, the correct pressure right now should be around 1022 hPa.
Does anyone has any ideas?
Kind regards,
Rob.