No description
Find a file
Tyeth Gundry af481ce6a9
Some checks failed
Arduino Library CI / build (push) Has been cancelled
Update library.properties - 1.0.1
2025-08-19 16:54:05 +01:00
.github/workflows Update GitHub CI workflow to match Adafruit_AS5600 and apply clang formatting 2025-08-10 08:49:15 -04:00
examples Consolidate examples and clean up interrupt test 2025-08-10 14:13:10 -04:00
src add BMP585 support 2025-08-16 08:07:52 -04:00
.clang-format Initial commit of Adafruit BMP5xx library 2025-08-08 20:46:34 -04:00
.gitignore Initial commit of Adafruit BMP5xx library 2025-08-08 20:46:34 -04:00
library.properties Update library.properties - 1.0.1 2025-08-19 16:54:05 +01:00
LICENSE Initial commit of Adafruit BMP5xx library 2025-08-08 20:46:34 -04:00
README.md Add BMP585 support to documentation 2025-08-08 20:48:31 -04:00

Adafruit BMP5xx Library Build StatusDocumentation

Arduino library for the BMP5xx (BMP580/BMP581/BMP585) pressure and temperature sensors.

About the BMP5xx

The BMP5xx series (BMP580/BMP581/BMP585) are high-precision barometric pressure sensors from Bosch Sensortec featuring:

  • High-resolution 24-bit pressure and temperature measurements
  • I2C and SPI interface support
  • Built-in digital signal processing with IIR filter
  • Multiple power modes for optimized power consumption
  • Configurable oversampling and output data rates
  • Wide operating temperature range: -40°C to +85°C
  • Pressure range: 300-1250 hPa
  • Low power consumption
  • FIFO buffer support

Installation

To install, use the Arduino Library Manager and search for "Adafruit BMP5xx", and install the library.

Dependencies

This library depends on:

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

License

BSD license, all text above must be included in any redistribution. See LICENSE file for details.