Multiple Max6675 Arduino, Industrial Temperature Monitor using K type thermocouple & Oled display

preview_player
Показать описание
Download Circuit Diagram, Programming, and Libraries:

Subscribe to my New YouTube Channel, if you want to watch my videos in Hindi/Urdu

Oled i2c Arduino Video Tutorial:

Oled i2c Arduino Article:
Upgrading website... Your patience is highly appreciated...

Digit Space:

Support me on Patreon and get access to hundreds of projects:


sign up for a free account and download hardware designing and programming books:
***********


free Amazon Business Account:
************


Project Description:
********************

In today’s episode you will learn how to make an industrial temperature monitoring system using Arduino, i2c supported Oled display Module, and multiple Max6675 thermocouple temperature sensor amplifiers based on the K type thermocouples capable of measuring the temperature from 0 to 1024 centigrade. This is an industrial level temperature monitoring system and can be used in Plastic Injection Molding machines, Food industries and so on where you need to monitor multiple temperature sensors. In this tutorial, we will only cover the monitoring while in version 2 we will make a complete automatic system so that the heaters can be turned ON and turned OFF depending on the pre-defined values.

In this tutorial we will cover,

1. Max6675 Technical specifications
2. Oled Display Module Pinout
3. Complete circuit diagram Explanation
4. Arduino Programming and finally
5. Testing

Without any further delay let’s get started!!!


********************





Amazon Purchase links:
*****************


Arduino Nano USB-C Type ( recommended):

ESP32 WiFi + Bluetooth Module for iOT Projects (recommended), more IO pins, improved speed, and supports a Lipo Battery:

ssd1306 128x64 Oled i2c display Module:

MAX6675 k type thermocouple and driver:

Other Must-Have Tools and Components:

Top Arduino Sensors:

Super Starter kit for Beginners

Top Oscilloscopes

Variable Supply:

Digital Multimeter:

Top Soldering iron kits: "best"

Top Portable drill machines:

Jumper Wires:

3D printers:

CNC Machines:

Electronics Accessories:

Hardware Tools:


DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I will receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for your support!
****************


For more Projects and tutorials visit my Websites

Electronic Clinic:

Programming Digest:

Follow me on Instagram:

Follow my Facebook Page Electronic Clinic:

Follow my Facebook Group, Arduino Projects:

Email:

Project Related Tags:
#max6675 #ktypethermocouple #temperaturemeasurement
Рекомендации по теме
Комментарии
Автор

You don't need to use that many pins on the Arduino.
Arduino has hard SPI on pins 11, 12 and 13. (using hard SPI is faster than the soft(x3) SPI you are using here)
Arduino pin D12 is MISO (Master In Slave Out), so ALL devices SO (Slave Out) can go to this pin.
Arduino pin D13 is SCK (clock), so ALL devices SCK can go to this pin.
The CS (Cable Select) from each device go to separate pins of your choice on the Arduino.
The Arduino then uses the CS pins to select which device it wants data from.
This way it leaves more pins to add more devices.
In this case you are not sending any data to the devices, so pin D11, MOSI (Master Out Slave In) is not used. (don't use this pin for CS)

Tims_Projects
Автор

Great Video! I'm working on a coffee roaster to measure Bean and Exhaust temperatures and your video will prove useful. Thanks!

santiagolisboa
Автор

It help me as beginner! I plan to make it as temperature display for my DIY NAS. So I can know the temperature without open the web.

bagassetiawan
Автор

wow an amazing video really love it the way you present is very attractive, clear and brief thanks bro very helpful keep it up!

fitsumgetaneh
Автор

Excellent video, well explained and in an entertaining way.

PhG
Автор

can you make a video on the data should received by the Arduino MEGA was then sent to a Nextion display which displayed all three temperature simultaneously and displayed accurate temperatures.

extc_prachetsaul
Автор

Hi I'm looking for v2 for control ING temp. Very good explanation for monitoring. I could understand it as a beginner.
Thanks

leonnel
Автор

Thank you very much for your explanation! It was very clear and helpful! I am only left with one doubt I would really appreciate if you can solve it ... Max6675 module uses SPI, however, Arduino has got only one SPI if I am not mistakes... Therefore, how is it possible to connect the other two MAX6675 module? Thank you in advance

alessandrolazzari
Автор

Good video!!
Can you tell me that whether an arduino mega is capable of running MAX6675 ?
and how many maximum of max6675 modules can an arduino UNO support!

piyushsharma
Автор

Good video, although I personally found those MAX6675 a bit slow... =( Tried measuring temperature of water in industrial cooling system. But it was fun...)

zx
Автор

Good video but I was expecting the temperature display to rise much faster with a flame touching the thermocoupler. Is there a better alternative you could recommend?

kellyspoolhall
Автор

This is excellent thank you, did you ever get around to using this to control a system of heaters/coolers?

LvtLoshi
Автор

Hello I have an electric oven that mounts a type K probe inside the chamber, then it must be connected to the controller (plc), do you think I can also connect the same probe to max6675?

LuigiZotti
Автор

can you connect 8 thermocouples along with 8 lcd screens for each one into the same arduino, and would I just copy the part where the thermocouples are defined 8 times ?

emilianocastelan
Автор

How can I use MAX6675 with PLC ?
I was using Ada8495 earlier, but I lost it and now it's not available in my country, importing it will take 20 days and I have to make my project before 15th January, 2022.

abdurrafayqureshi
Автор

Grazie, del bel progetto e di come lo spieghi anche sul sito. Sarei curioso di vedere anche un progetto su come controllare la temperatura, oltre a leggerla con la stessa attrezzatura . Saresti il primo su youtube. Grazie

antoniocammarota
Автор

Can you show the temperature monitoring and controlling system with K-type Thermocouple, STM32 Microcontroller, and Keil Uvision software by using Code? And can you please share that code with us? It will be very helpful for me and many researchers.

engr.omitdebnath
Автор

I have 2 Max6675 Sensors. But the Temperature is different. Can i fix die Problem in the Arduino Code? The Differenz ist about 3 Degrees.

intruderEvil
Автор

Nice Video Sir!, btw hows the arduino Sir? is it still working ? Iam confused whether i should choose arduino or plc for controlling air temperature in farm and turn on the spray or other stuffs if it is too hot

chickenz
Автор

adafruit_sh1106 and adafruit_sensor is not working i download both the library

shishirimran