Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

File metadata and controls

24 lines (17 loc) · 1.05 KB

MS5611 Generic C Driver

Generic C driver for the MS5611 sensor

ms5611

The MS5611 sensor is a self-contained pressure and temperature sensor that is fully calibrated during manufacture. The sensor can operate from 1.5V to 3.6V. The sensor module includes a high-linearity pressure sensor and an ultra-low power 24 bit ΔΣ ADC with internal factory-calibrated coefficients.

Specifications

  • Measures pressure from 10mbar to 1200mbar
  • Measures temperature from -40°C to 125°C
  • I2C communication
  • Fully calibrated
  • Fast response time
  • Very low power consumption

Library features

  • Connection test
  • Reset
  • Aquisition resolution management
  • Temperature and pressure measurement

NB: This driver is intended to provide an implementation example of the sensor communication protocol, in order to be usable you have to implement a proper I2C layer for your target platform.