Maxim SPI Cold-Junction Compensated Thermocouple Thermometer MAX31855

From Visuino
Revision as of 23:26, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMAX31855ThermocoupleThermometer_SPI.png == Summary == Maxim MAX31855 cold-junction compensated K-type thermocouple thermometer with SPI interface for precise high-temperature measurements. == Description == The **MAX31855 Thermocouple Thermometer** measures temperature using K-type thermocouples with built-in cold-junction compensation and fault detection. It provides high-temperature measurements with SPI communication interface, supports both Celsiu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMAX31855ThermocoupleThermometer SPI.png

Summary

Maxim MAX31855 cold-junction compensated K-type thermocouple thermometer with SPI interface for precise high-temperature measurements.

Description

The **MAX31855 Thermocouple Thermometer** measures temperature using K-type thermocouples with built-in cold-junction compensation and fault detection. It provides high-temperature measurements with SPI communication interface, supports both Celsius and Fahrenheit output, and features error detection for thermocouple faults including shorts and opens.

Diagram:

Properties

  • Enabled – Enables or disables the thermometer (Default: True).
  • Name – Component identifier name.
  • SPISpeed – SPI communication speed in Hz (Default: 4000000).
  • In Fahrenheit – Temperature in Fahrenheit when True, Celsius when False (Default: False).

Pins

Input Pins

  • Clock – Sensor clock input.
  • Chip Select – SPI chip select input.

Output Pins

  • Out (analog) – Temperature measurement output.
  • Control (digital) – Control and status signals.
  • Cold Junction (analog) – Cold-junction temperature output.
  • Short To Power (digital) – Short to power fault detection.
  • Short To Ground (digital) – Short to ground fault detection.
  • Interface (spi) – SPI communication interface.

Categories