Search results for: BMP08

Update – Bosch BMP085 Source (Raspberry Pi)

I have updated my code to Read data from a Bosch BMP085 with a Raspberry Pi to correct some bugs reported back to me. The main bug was that I’d forgotten to close the i2c file at the…

Read More »

Update – Reading data from a Bosch BMP085 with a Raspberry Pi

Since my earlier post on Reading data from a Bosch BMP085 with a Raspberry Pi, the lm-sensors.org website has gone down. If you need smbus.c or smbus.h, here are copies from back in August 2012. Note that I…

Read More »

Reading data from a Bosch BMP085 with a Raspberry Pi

Update(2): I’ve fixed some reported bugs in this code. Please use the newer version here. Update: If the LM Sensors website is still down, you can get smbus.c and smbus.h from here. I needed a way to measure…

Read More »