Skip to content

A platform agnostic driver to interface the BOSCH BMP085 pressure sensor

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

bwolf/bmp085-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMP085-driver

Latest version

A platform agnostic driver to interface the Bosch Sensortec BMP085 pressure sensor, written in Rust.

Please note that the BMP085 sensor has been discontinued by Bosch Sensortec in 2013.

This driver is build using the 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

About

A platform agnostic driver to interface the BOSCH BMP085 pressure sensor

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages