Skip to content

BMP581 Barometric Pressure Sensor

lbuild module: modm:driver:bmp581

The BMP581 is a high-performance barometric pressure sensor from Bosch Sensortec with excellent accuracy and low power consumption.

Key features: - Absolute pressure range: 30 to 125 kPa - Pressure resolution: 1/64 Pa - Temperature resolution: 1/65536 C - I2C and SPI interfaces - 32-frame FIFO buffer - Interrupt support - Low power consumption

Unlike older BMP sensors like the BMP085, the BMP581 outputs calibrated data directly, which means no calibration coefficient compensation needs to be done in software.

Datasheet

Dependencies

modm:driver:bmp581 modm_driver_bmp581 modm: driver: bmp581 modm_architecture_fiber modm: architecture: fiber modm_driver_bmp581->modm_architecture_fiber modm_architecture_gpio modm: architecture: gpio modm_driver_bmp581->modm_architecture_gpio modm_architecture_i2c_device modm: architecture: i2c.device modm_driver_bmp581->modm_architecture_i2c_device modm_architecture_register modm: architecture: register modm_driver_bmp581->modm_architecture_register modm_architecture_spi_device modm: architecture: spi.device modm_driver_bmp581->modm_architecture_spi_device modm_processing_timer modm: processing: timer modm_driver_bmp581->modm_processing_timer