This is the Arduino software library to access the Thermocouple Nanoshield (MAX31855 IC) from Maxim Integrated.
- Source code: https://github.com/circuitar/Nanoshield_Thermocouple
- Documentation: http://nanoshield-thermocouple.readthedocs.org/
- Reference board: Termopar Nanoshield 1.2 from Circuitar.
Library features include:
- Get internal temperature.
- Get external temperature.
- Check errors (shorted to vcc, shorted to ground and open circuit).
To install, just click Download ZIP and install it using Sketch > Include Library... > Add .ZIP Library in the Arduino IDE.
The following examples are provided:
- MultiThermometer read temperature from multiple Thermocouple Nanoshields.
- SimpleThermometer simple serial port thermometer application.
Copyright (c) 2013 Circuitar All rights reserved.
This software is released under an MIT license. See the attached LICENSE file for details.