No description
- Add bmp5xx_unified_sensor example demonstrating unified sensor interface - Show detailed sensor metadata (range, resolution, type, ID) - Demonstrate event-based readings with timestamps - Use alternative I2C address (0x47) for consistency - Include altitude calculation from pressure readings - 2-second reading intervals with structured output 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| examples | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| library.properties | ||
| LICENSE | ||
| README.md | ||
Adafruit BMP5xx Library 

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.