Skip to content
Arduino Library with examples for using digital pressure sensors MS5607 (and MS56xx, MS57xx, MS58xx) based on AN520 by manufacturer.
C++
Branch: master
Clone or download
Schm1tz1 Merge pull request #4 from per1234/keywords_txt-multiple-tabs
Use a single tab field separator in keywords.txt
Latest commit 7b2b10f Mar 20, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples changed to arduino 1.5 format Mar 6, 2016
src Update MS5xxx.h Mar 7, 2016
.gitignore
LICENSE.md Create LICENSE.md Oct 2, 2014
README.md Hyperlink DOI against preferred resolver May 8, 2018
gpl.txt changed to arduino 1.5 format Mar 6, 2016
keywords.txt Use a single tab field separator in keywords.txt Jul 15, 2018
library.json changed to arduino 1.5 format Mar 6, 2016
library.properties Update to new release... Mar 7, 2016

README.md

arduino-ms5xxx

Arduino Library with examples for using digital pressure sensors MS5607/MS5611 (and MS56xx, MS57xx, MS58xx) based on AN520 by manufacturer and the datasheets. This library has been tested extensively (over almost a year of datataking) with MS5607 and also tested newer MS5611 sensors. Note the different I2C-addresses, calculations and correction functions between the different chips. One generic MS5xxx-class as well as a derived class MS5611 with the new I2C address and the new calculations have been implemented.

The examples nicely show how to use this library with the standard MS5xxx-class. For usage with MS5611 chips just use the class MS5611 in the same way. "Standard units" are Pascals for pressure and 0.01 °C for temperature as calculations are done exactly as shown in the manufacturers datasheet.

DOI

You can’t perform that action at this time.