No video

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

  Рет қаралды 80,251

Electronic Clinic

Electronic Clinic

Күн бұрын

Пікірлер: 65
@Tims_Projects
@Tims_Projects 3 жыл бұрын
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)
@irfanoktem4688
@irfanoktem4688 3 жыл бұрын
thank you
@comrastr8650
@comrastr8650 3 жыл бұрын
класс ,работает
@Tims_Projects
@Tims_Projects 3 жыл бұрын
@@comrastr8650 Без проблем
@emilianocastelan4845
@emilianocastelan4845 Жыл бұрын
can i have around 8 thermocouples in one arduino ?
@Tims_Projects
@Tims_Projects Жыл бұрын
@@emilianocastelan4845 If you use the Hard SPI, using D12 (MISO) and D13 (SCK). Connect these pins to all devices (Thermocouple Modules) pins SCK to SCK and MISO to MISO. You can daisy chain these and power. Each Cable Select (CS) pin of each device (Thermocouple Module) will need it own pin on the Arduino. Each of the individual pins on the Arduino (CS pins from devices) are activated one at a time. When one is activated, you are reading from that device (Thermocouple Module). So if you have 8 pins free after connecting D11 and D12 (remember pins D0 and D1 are for serial) then yes.
@santiagolisboa684
@santiagolisboa684 4 жыл бұрын
Great Video! I'm working on a coffee roaster to measure Bean and Exhaust temperatures and your video will prove useful. Thanks!
@bagassetiawan1478
@bagassetiawan1478 3 жыл бұрын
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.
@fitsumgetaneh7791
@fitsumgetaneh7791 3 жыл бұрын
wow an amazing video really love it the way you present is very attractive, clear and brief thanks bro very helpful keep it up!
@electronic7979
@electronic7979 4 жыл бұрын
Very helpful video 👍
@PhG1961
@PhG1961 4 жыл бұрын
Excellent video, well explained and in an entertaining way.
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
Glad you enjoyed it!
@erniiaylien
@erniiaylien 2 жыл бұрын
Great video!
@leonnel70
@leonnel70 4 ай бұрын
Hi I'm looking for v2 for control ING temp. Very good explanation for monitoring. I could understand it as a beginner. Thanks
@extc_prachetsaul281
@extc_prachetsaul281 Жыл бұрын
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.
@Likbilan
@Likbilan 2 жыл бұрын
Thank you
@ustadramzan8928
@ustadramzan8928 3 жыл бұрын
Good video
@zx3215
@zx3215 4 жыл бұрын
Good video, although I personally found those MAX6675 a bit slow... =( Tried measuring temperature of water in industrial cooling system. But it was fun...)
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
I am planning to use these in plastic injection molding machine.
@zx3215
@zx3215 4 жыл бұрын
@@ElectroniClinic Good luck on the path)
@danyamohammad6437
@danyamohammad6437 4 жыл бұрын
always great 👌
@ElectroniClinic
@ElectroniClinic 4 жыл бұрын
Thanks Danya
@antoniocammarota8061
@antoniocammarota8061 3 жыл бұрын
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
@alessandrolazzari4680
@alessandrolazzari4680 4 жыл бұрын
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
@ProjeAdam.
@ProjeAdam. 3 жыл бұрын
thank you bro
@engr.omitdebnath
@engr.omitdebnath Жыл бұрын
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.
@piyushsharma5205
@piyushsharma5205 4 жыл бұрын
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!
@highperformanceengines3902
@highperformanceengines3902 4 жыл бұрын
for using many MAX6675/MAX31855 you need to have connected: SCK, SO, and a CS for any MAX6675/MAX31855 you use and make changes in the sketch... for example, if you have 10 digital pins free, you can connect 8 thermocouples (SCK, SO, CS0, CS1, CS2, CS3, CS4, CS5, CS6, CS7).
@AnkitKumar-fo2iz
@AnkitKumar-fo2iz Жыл бұрын
What is Arduino 2009 shown in the video
@abdurrafayqureshi448
@abdurrafayqureshi448 2 жыл бұрын
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.
@sayedhussaini4894
@sayedhussaini4894 4 жыл бұрын
First like☝
@kellyspoolhall761
@kellyspoolhall761 3 жыл бұрын
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?
@ElectroniClinic
@ElectroniClinic 3 жыл бұрын
this is industrial temperature sensor, its a bit slow but works great. you can try ds18b20 temp sensor.
@kellyspoolhall761
@kellyspoolhall761 3 жыл бұрын
@@ElectroniClinic Thank you! I will look into it 👍 I will be using it to get water temp feedback from servo-driven valves on the water hydrant on my acreage.
@kellyspoolhall761
@kellyspoolhall761 3 жыл бұрын
@Electronic Clinic Could you recommend an alternative that has male threads like the K type?
@emilianocastelan4845
@emilianocastelan4845 Жыл бұрын
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 ?
@LuigiZotti
@LuigiZotti 2 жыл бұрын
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?
@oktaycetin2826
@oktaycetin2826 Жыл бұрын
Is it possible to display hmi instead of o'led?
@shishirimran691
@shishirimran691 4 жыл бұрын
adafruit_sh1106 and adafruit_sensor is not working i download both the library
@yohannesbegashaw9219
@yohannesbegashaw9219 Жыл бұрын
i am having low memory issue what should i do?
@intruderEvil
@intruderEvil 3 жыл бұрын
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.
@oktaycetin2826
@oktaycetin2826 Жыл бұрын
Delta hmi? samkook hmi?
@LvtLoshi
@LvtLoshi Жыл бұрын
This is excellent thank you, did you ever get around to using this to control a system of heaters/coolers?
@ElectroniClinic
@ElectroniClinic Жыл бұрын
I have used it in multiple projects, it's work exceptionally well
@MarcMonson
@MarcMonson Жыл бұрын
what if you want to write these values with a timestamp to a file instead of the display?
@ElectroniClinic
@ElectroniClinic Жыл бұрын
Watch my video on SD card for data logging
@PrachetSaul
@PrachetSaul Жыл бұрын
instead of oled we can use nextion display
@PrachetSaul
@PrachetSaul Жыл бұрын
if its possible can you make a video on it.
@chickenz4604
@chickenz4604 3 жыл бұрын
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
@olivervoss3196
@olivervoss3196 2 жыл бұрын
If you take care that the Arduino or STM32 Microcontroller doesn't get wet, too cold or too hot (see corresponding datasheet) or that the air humidity is too high it will run forever ! Also take care that the voltage is alright
@gopichandbhardwaj1399
@gopichandbhardwaj1399 3 жыл бұрын
Sensor for k type price in the three meter
@arvindoh3687
@arvindoh3687 3 жыл бұрын
Hello, I have Arduino uno instead of Arduino nano. The code won't work. Please help me. I need this in my thesis
@arvindoh3687
@arvindoh3687 3 жыл бұрын
I finally fixed it. I just installed Adafruit BuSIO. Still using Arduino uno NOT nano
@shinosg-wiz4619
@shinosg-wiz4619 3 жыл бұрын
very nice! Is it possible to make it with 16 sensors? and scrolling on the display or something like that?
@ElectroniClinic
@ElectroniClinic 3 жыл бұрын
ya why not. you can multiplex even more.
@danbam9018
@danbam9018 Жыл бұрын
@@ElectroniClinic how can I do it with a multiplexer?
@Tattakarul
@Tattakarul 2 жыл бұрын
What is the maximum temperature range?
@ElectroniClinic
@ElectroniClinic 2 жыл бұрын
1024C
@danyamohammad6437
@danyamohammad6437 4 жыл бұрын
i think its for advance
@circuitemakes
@circuitemakes 4 жыл бұрын
Great vid! If you want a recommendation for future vids HMU. I build a line tracking car and a Tesla coil on my channel. I would love to see others make one!
PID temperature controller DIY Arduino
12:30
Electronoobs
Рет қаралды 421 М.
How to use MAX6675 thermocouple k type with Arduino
9:45
Robojax
Рет қаралды 74 М.
Кадр сыртындағы қызықтар | Келінжан
00:16
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 14 МЛН
Алексей Щербаков разнес ВДВшников
00:47
Arduino, Thermocouples, MAX31855K (vs MAX6675) and SPI - The Fine Points
38:26
Robert's Smorgasbord
Рет қаралды 15 М.
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 550 М.
Arduino, Thermocouples, MAX6675 and SPI - The Fine Points
37:34
Robert's Smorgasbord
Рет қаралды 28 М.
Using MAX6675 Thermocouple with LCD1602 and Arduino
12:21
Robojax
Рет қаралды 29 М.
Уроки Ардуино. ПИД регулятор
28:57
Заметки Ардуинщика
Рет қаралды 462 М.
Кадр сыртындағы қызықтар | Келінжан
00:16