Accuracy of BMP180 sensor. - Raspberry Pi Forums


i have been using bmp085 time. however, on new project decided use bmp180. using adafruit simpletest.py getting following resuts:

bmp085:

code: select all

temp = 21.90 *c pressure = 101023.00 pa altitude = 25.34 m sealevel pressure = 101020.00 pa  
bmp180:

code: select all

temp = 12.80 *c pressure = 157349.00 pa altitude = -3872.78 m sealevel pressure = 157349.00 pa 
results bmp085 agree barometric sensor on watch , temperature measured using ds18b20. however, results bmp180 different.

suggestions might cause this? faulty sensor, or bug in adafruit libarary?

maybe i2c problem in reading registers. using c-program read bmp180

https://github.com/oh7bf/i2chipd


raspberrypi



Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code