MAX6675 k type Tem.Sensor
₹450.00 Original price was: ₹450.00.₹189.00Current price is: ₹189.00. (Excluding 18% GST)
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 :
- Internal integrated cold junction compensation circuit;
- Temperature signal can be converted into 12-bit digital
- Embedded thermocouple break detection circuitry.
- K-type temperature probe
- Simple SPI serial output temperature.
- High impedance differential inputs.
- Thermocouple break detection.
- 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.
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.
Weight | 0.05 kg |
---|---|
Dimensions | 6 × 5 × 3 cm |
Related products
-
Temperature & Humidity Sensor
Adjustable Temperature Controller 1M/2M/5M Length Probe 110-220V
₹1,560.00Original price was: ₹1,560.00.₹730.00Current price is: ₹730.00. (Excluding 18% GST)Add to cartThis module is an XK-W2001 Adjustable Temperature Controller and features a digital display on the socket. The XK-W2001 Adjustable Temperature Controller …
Adjustable Temperature Controller 1M/2M/5M Length Probe 110-220VRead More
-
ELECTRONIC MODULES & DISPLAYS
Mini LCD Digital Thermometer Sensor Wired for Room Temperature
₹560.00Original price was: ₹560.00.₹110.00Current price is: ₹110.00. (Excluding 18% GST)Add to cartThis is an FY-11 Mini Digital LCD Environment DIY Thermometer-Black with an LCD display. This thermometer can be used to …
Mini LCD Digital Thermometer Sensor Wired for Room TemperatureRead More
-
Temperature & Humidity Sensor
LM35D Analog Temperature Sensor Module
₹708.00Original price was: ₹708.00.₹436.00Current price is: ₹436.00. (Excluding 18% GST)Add to cartThis is LM35D Analog Temperature Sensor Module + Cable. This LM35D Analog Temperature Sensor Module is based on the semiconductor LM35 temperature …
Reviews
There are no reviews yet.