Skip to content

BMP085 Pressure Sensor

lbuild module: modm:driver:bmp085

The BMP085 is a high precision digital pressure sensor with I2C interface. Unfortunately this sensor is so sensitive, it will give you wrong results when there is traffic on the I2C during either temperature or pressure conversion. So during that time make sure no other sensors on the bus are read out.

For further information, consult the product homepage. Also compatible to and tested with BMP180.

Dependencies

modm:driver:bmp085 modm_driver_bmp085 modm: driver: bmp085 modm_architecture_i2c_device modm: architecture: i2c.device modm_driver_bmp085->modm_architecture_i2c_device modm_debug modm: debug modm_driver_bmp085->modm_debug modm_math_utils modm: math: utils modm_driver_bmp085->modm_math_utils modm_processing_protothread modm: processing: protothread modm_driver_bmp085->modm_processing_protothread modm_processing_timer modm: processing: timer modm_driver_bmp085->modm_processing_timer