No description
Find a file
ladyada fa0cc2f241 Enable data ready interrupts and simplify example
- Enable data ready interrupt source in library initialization
- Configure interrupt pin as push-pull, active high, pulsed mode
- Switch example to normal mode instead of continuous
- Simplify loop to direct reading without data ready polling
- Remove error messages and use silent failure on read errors
- Reduce delay to 100ms between readings
- Remove deprecated enum case handling

Sensor now works reliably in normal mode with proper interrupt configuration.
Temperature readings: ~24°C, Pressure readings: ~1020 hPa

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-08 21:21:14 -04:00
.github/workflows Initial commit of Adafruit BMP5xx library 2025-08-08 20:46:34 -04:00
examples/bmp5xx_test Enable data ready interrupts and simplify example 2025-08-08 21:21:14 -04:00
src Enable data ready interrupts and simplify example 2025-08-08 21:21:14 -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 Add BMP585 support to documentation 2025-08-08 20:48:31 -04: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.