Maxim SPI K-Thermocouple Thermometer MAX6675

From Visuino
Revision as of 23:23, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMAX6675ThermocoupleThermometer_SPI.png == Summary == Maxim MAX6675 K-type thermocouple thermometer with SPI interface for high-temperature measurements. == Description == The **MAX6675 Thermocouple Thermometer** measures temperature using K-type thermocouples with cold-junction compensation. It provides high-temperature measurements with SPI communication interface and supports both Celsius and Fahrenheit output. The sensor features simple interface a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMAX6675ThermocoupleThermometer SPI.png

Summary

Maxim MAX6675 K-type thermocouple thermometer with SPI interface for high-temperature measurements.

Description

The **MAX6675 Thermocouple Thermometer** measures temperature using K-type thermocouples with cold-junction compensation. It provides high-temperature measurements with SPI communication interface and supports both Celsius and Fahrenheit output. The sensor features simple interface and accurate temperature readings for industrial and high-temperature applications.

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.
  • Interface (spi) – SPI communication interface.

Categories