https://github.com/bwolf/bmp085-driver
A platform agnostic driver to interface the BOSCH BMP085 pressure sensor
https://github.com/bwolf/bmp085-driver
embedded embedded-hal-driver pressure-sensor rust sensor temperature-sensor
Last synced: 2 months ago
JSON representation
A platform agnostic driver to interface the BOSCH BMP085 pressure sensor
- Host: GitHub
- URL: https://github.com/bwolf/bmp085-driver
- Owner: bwolf
- License: apache-2.0
- Created: 2019-01-18T06:45:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T06:24:39.000Z (over 6 years ago)
- Last Synced: 2025-02-07T12:38:50.959Z (3 months ago)
- Topics: embedded, embedded-hal-driver, pressure-sensor, rust, sensor, temperature-sensor
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
BMP085-driver
=============[](https://crates.io/crates/bmp085-driver)
A platform agnostic driver to interface the [Bosch Sensortec][Bosch Sensortec] BMP085 pressure sensor, written in Rust.
Please note that the BMP085 sensor has been [discontinued](https://media.digikey.com/pdf/PCNs/Bosch/BMP085_Disc.pdf) by Bosch Sensortec in 2013.
This driver is build using the [embedded-hal](https://docs.rs/embedded-hal/) traits.
[API reference]
## Features
- Reading the calibration coefficients from the sensor eeprom
- Reading the uncompensated temperature from the sensor
- Converting the uncompensated temperature to dā
- Reading the uncompensated pressure from the sensor
- Converting the uncompensated pressure to hPa
- Converting the pressure in hPa to hPa relative to altitude normal null (optional feature)
- Tests for the conversion functions according to the data-sheet of the sensor## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.[API reference]: https://docs.rs/bmp085-driver
[Bosch Sensortec]: https://www.bosch-sensortec.com