0
Compare is empty.
0
Wishlist is empty.
0
Cart is empty.

Welcome to Tradzhub Online Shopping Store !

Download Android App for Better Experience

Shopping Cart

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

Brand: Robo Inventors

3.91 45
45 review

MRP : 400.00

Price : 290.00 FREE Delivery ( Inclusive of all taxes )

You Save: 110

Sold By: Unicorpse

  • Internal integrated cold junction compensation circuit;
  • With a simple three serial SPI interface;
  • Temperature signal can be converted into 12-bit digital
  • Embedded thermocouple break detection circuitry.
  • Operating Voltage(VDC): 3 to 5.5. / Temperature Range(°C): 0 to +1024.
10 Available
Buy Now

SKU: TH2125TH196

Categories:Robotics, Sensor

Tags : MAX6675 Module,Sensor Measure


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.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.

Unicorpse

Unicorpse Technologies Private Limited is an online retailer that sells a variety of goods to consumers all over India. Unicorpse offers a wide range of products that include Beauty, Personal Care, Body Care, Robotic Components, Medical Equipments, Bags, Luggage, Home Decor, Customised Gifts, and much more. We have brand relationships with Joy, Swiss Beauty, Khaadi India, Insight, Park Avenue, Wild Stone, etc.

My Rating

Log in to add/edit rating

You have to buy the product to give a review

All Ratings


No ratings yet

No offers available at this moment