Site icon 14core.com

Wiring Thermocouple MAX6675 on ESP8266 12E NodeMCU

In this illustration we will going to wire a Thermocouple, i2C OLED Screen and ESP8266 NodeMCU Board, as you can see the source code it is using a C Sketch code not a LUA script, if you don’t have ESP8266 integration on your Arduino IDE Please follow this link.

The MAX6675 performs cold-junction compensation and digitize the signal from a type-K thermocouple. The data is output in a 12-bit resolution, SPI compatible read only format. This conversion resolves temperatures to 0.25 Degree, allows reading as high as + 1024 degree Celsius and exhibits thermocouple accuracy of 8LSBs for temperature ranging from 0 degree to + 700 degree Celsius. This device mostly used in Industrial, Appliances, Heating, Ventilating, and air conditioning.

Configuring the correct ESP8266 Board in Arduino IDE




ESP8266-Thermocouple-Diagram-Schematics

Component Required

Wiring Guide

NodeMCU-OLED-i2c-DHT11-Sensor-Schematics-THermoCouple

Code




[crayon-67ee726477688077695612/]
 

Wiring Thermocouple MAX6675 on ESP8266 12E NodeMCU
Exit mobile version