Adafruit MS8607 Library
Adafruit MS8607 Library Documentation

This is a library for the MS8607 Pressure, Temperature, and Humidity Sensor from TE Connectivity

Designed specifically to work with the Adafruit MS8607 Pressure, Humidity, and Temperature Sensor.

Pick one up today in the adafruit shop! ---—> https://www.adafruit.com/product/4716

These sensors use I2C to communicate, 2 pins are required to interface.

Adafruit invests time and resources providing this open source code, please support Adafruit andopen-source hardware by purchasing products from Adafruit!

Author

Bryan Siepert for Adafruit Industries

Parts of this library were adapted by Bryan Siepert for Adafruit Industries, July 31,2020 from the Sparkfun_MS8607_Arduino_Library code. The License and Copyright info from that library follows:

This is a library written for the MS8607. Originally written by TEConnectivity with an MIT license. Library updated and brought to fit Arduino Library standards by PaulZC, October 30th, 2019. Based extensively on the Sparkfun_MS5637_Arduino_Library by Nathan Seidle @ SparkFun Electronics, April 13th, 2018.

The MS8607 is a combined pressure, humidity and temperature sensor. The pressure sensor will operate down to 10mbar which is equivalent to an altitude of approx. 31,000m making it suitable for high altitude ballooning as well as many other weather station applications.

This library handles the initialization of the MS8607 and is able to query the sensor for different readings.

Development environment specifics: Arduino IDE 1.8.10

License

MIT License

Copyright

Copyright (c) 2016 TE Connectivity

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.