Documentation ¶
Overview ¶
The max31855 package interfaces with the Maxim Integrated MAX31855 thermocouple to digital converter chip.
The MAX31855 chip contains an analog-to-digital converter that is designed to read the low voltages produced by thermocouples and convert them to degrees centigrate which can be read out using a read-only SPI interface. The MAX31855 comes in a number of variants for the different types of thermocouples (max31855K for K-type, max31855J for J-type, etc).
The max31855 itself contains a temperature sensor, which is required to perform the temperature conversion and it is important to keep the junction between the thermocouple wires and the copper traces leading to the max31855 and the max31855 itself at the same temperature.
The max31855 measures the thermocouple temperature to a resolution of 0.25°C and its internal temperature to 0.0625°C. The absolute accuracy, however, is +/-2°C for K-type thermocouples in the -200°C..700°C range as well as for the internal temperature sensor.
Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31855.pdf
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.