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:
bmp180: 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?
bmp085:
code: select all
temp = 21.90 *c pressure = 101023.00 pa altitude = 25.34 m sealevel pressure = 101020.00 pa
code: select all
temp = 12.80 *c pressure = 157349.00 pa altitude = -3872.78 m sealevel pressure = 157349.00 pa
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
https://github.com/oh7bf/i2chipd
raspberrypi
Comments
Post a Comment