MAX6675 Module + K Type Thermocouple Sensor Measure 1024°C Temperature

(2 customer reviews)
Availability:

In stock


SKU: 43607
  1. Internal integrated cold junction compensation circuit;
  2. With a simple three serial SPI interface;
  3. Temperature signal can be converted into 12-bit digital
  4. Embedded thermocouple break detection circuitry.
  5. High impedance differential inputs.
  6. Operating Voltage(VDC): 3 to 5.5
  7. Temperature Range(°C): 0 to +1024
  8. Cold Junction Compensation Range(°C): -20 to +80

 200.00

(Including GST)

In stock

Purchase this product now and earn 2 Robu Points!


Have any issues, Get support here.
Have a bulk requirement, mail us to [email protected]
Didn’t Find what you are looking for?

Brand: Generic
Category: Temperature & Humidity Sensor
Tags: Temperature Sensor, K-Type Thermocouple Sensor, MAX6675, Thermocouple

This MAX6675 Module + K Type Thermocouple Sensor Measure 1024°C Temperature sensor makes use of the Maxim MAX6675 K-Thermocouple to digital converter IC to provide a microcontroller compatible digital serial interface (SPI compatible) for giving an accurate temperature compensated measurement of the supplied K-Type thermocouple sensor.

It has a 12-bit resolution providing temperature readings from 0°C to 1024°C (max temperature of the supplied sensor is 450°C) with a resolution of 0.25°C.

Screw terminals allow for connection to the thermocouples spade connectors and a 5 pin standard 0.1″ header provides an interface to a microcontroller such as an Arduino development board.

Supplied thermocouple sensor has a diameter of 4.5mm with a 6mm threaded mounting bolt. The total length of the sensor including cable and spade connectors is ~50cm.


Features :

  1. Internal integrated cold junction compensation circuit;
  2. Temperature signal can be converted into 12-bit digital
  3. Embedded thermocouple break detection circuitry.
  4. K-type temperature probe
  5. Simple SPI serial output temperature.
  6. High impedance differential inputs.
  7. Thermocouple break detection.
  8. 2000V of ESD signal.

Connect your Arduino to the Thermocouple Module

Pretty simple stuff.   Keep the note about the thermocouple polarity in mind as you make these connections.

Generic Robu Max6675 With Arduino


Copy and Paste the Arduino MAX6675 Sketch:
// Sample Arduino MAX6675 Arduino Sketch

#include "max6675.h"

int ktcSO = 8;
int ktcCS = 9;
int ktcCLK = 10;

MAX6675 ktc(ktcCLK, ktcCS, ktcSO);

  
void setup() {
  Serial.begin(9600);
  // give the MAX a little time to settle
  delay(500);
}

void loop() {
  // basic readout test
  
   Serial.print("Deg C = "); 
   Serial.print(ktc.readCelsius());
   Serial.print("t Deg F = ");
   Serial.println(ktc.readFahrenheit());
 
   delay(500);
}

If you are unfamiliar with installing Arduino libraries, you can read this page.


Package Includes :

1 x MAX6675 Module.
1 x K type Thermocouple.
4 x F-F Jumper Cable.

Operating Voltage (VDC)

3 ~ 5.5

Temperature Range(°C)

0 to +1024

Cold Junction Compensation Range(°C)

-20 to +80

Resolution

0.25°C

Shipping Weight 0.05 kg
Shipping Dimensions 6 × 5 × 3 cm
15 Days Warranty

This item is covered with a standard warranty of 15 days from the time of delivery against manufacturing defects only. This warranty is given for the benefit of Robu customers from any kind of manufacturing defects.  Reimbursement or replacement will be done against manufacturing defects.


What voids warranty:

If the product is subject to misuse, tampering, static discharge, accident, water or fire damage, use of chemicals & soldered or altered in any way.

Based on 2 reviews

5.0 overall
2
0
0
0
0

Add a review

  1. rupeshchoudhari96 (verified owner)

    Good Quality product is received

    rupeshchoudhari96

  2. pratiksorathiya007 (verified owner)

    Module is good. sensor quality is average.

    pratiksorathiya007

DAtasheet

Maxim 6675 library for your Arduino

Questions and answers of the customers

  1. 1 vote
    There are no answers for this question yet. Answer now
Only registered users are eligible to enter questions
Country Of Origin: China

You may also like…