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)
@irfanoktem46884 жыл бұрын
thank you
@comrastr86504 жыл бұрын
класс ,работает
@Tims_Projects4 жыл бұрын
@@comrastr8650 Без проблем
@emilianocastelan4845 Жыл бұрын
can i have around 8 thermocouples in one arduino ?
@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.
@bagassetiawan14783 жыл бұрын
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.
@santiagolisboa6844 жыл бұрын
Great Video! I'm working on a coffee roaster to measure Bean and Exhaust temperatures and your video will prove useful. Thanks!
@fitsumgetaneh77913 жыл бұрын
wow an amazing video really love it the way you present is very attractive, clear and brief thanks bro very helpful keep it up!
@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.
@electronic79794 жыл бұрын
Very helpful video 👍
@PhG19614 жыл бұрын
Excellent video, well explained and in an entertaining way.
@ElectroniClinic4 жыл бұрын
Glad you enjoyed it!
@erniiaylien3 жыл бұрын
Great video!
@leonnel708 ай бұрын
Hi I'm looking for v2 for control ING temp. Very good explanation for monitoring. I could understand it as a beginner. Thanks
@intruderEvil4 жыл бұрын
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.
@alessandrolazzari46804 жыл бұрын
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
@danyamohammad64374 жыл бұрын
always great 👌
@ElectroniClinic4 жыл бұрын
Thanks Danya
@LuigiZotti2 жыл бұрын
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?
@zx32154 жыл бұрын
Good video, although I personally found those MAX6675 a bit slow... =( Tried measuring temperature of water in industrial cooling system. But it was fun...)
@ElectroniClinic4 жыл бұрын
I am planning to use these in plastic injection molding machine.
@zx32154 жыл бұрын
@@ElectroniClinic Good luck on the path)
@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 ?
@piyushsharma52054 жыл бұрын
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!
@highperformanceengines39024 жыл бұрын
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).
@oktaycetin2826 Жыл бұрын
Is it possible to display hmi instead of o'led?
@LvtLoshi2 жыл бұрын
This is excellent thank you, did you ever get around to using this to control a system of heaters/coolers?
@ElectroniClinic2 жыл бұрын
I have used it in multiple projects, it's work exceptionally well
@kellyspoolhall7613 жыл бұрын
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?
@ElectroniClinic3 жыл бұрын
this is industrial temperature sensor, its a bit slow but works great. you can try ds18b20 temp sensor.
@kellyspoolhall7613 жыл бұрын
@@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.
@kellyspoolhall7613 жыл бұрын
@Electronic Clinic Could you recommend an alternative that has male threads like the K type?
@AnkitKumar-fo2iz Жыл бұрын
What is Arduino 2009 shown in the video
@antoniocammarota80613 жыл бұрын
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
@abdurrafayqureshi4482 жыл бұрын
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.
@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.
@ustadramzan89283 жыл бұрын
Good video
@shishirimran6914 жыл бұрын
adafruit_sh1106 and adafruit_sensor is not working i download both the library
@oktaycetin2826 Жыл бұрын
Delta hmi? samkook hmi?
@MarcMonson Жыл бұрын
what if you want to write these values with a timestamp to a file instead of the display?
@ElectroniClinic Жыл бұрын
Watch my video on SD card for data logging
@chickenz46043 жыл бұрын
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
@olivervoss31962 жыл бұрын
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
@shinosg-wiz46194 жыл бұрын
very nice! Is it possible to make it with 16 sensors? and scrolling on the display or something like that?
@ElectroniClinic4 жыл бұрын
ya why not. you can multiplex even more.
@danbam9018 Жыл бұрын
@@ElectroniClinic how can I do it with a multiplexer?
@yohannesbegashaw92192 жыл бұрын
i am having low memory issue what should i do?
@Likbilan2 жыл бұрын
Thank you
@PrachetSaul Жыл бұрын
instead of oled we can use nextion display
@PrachetSaul Жыл бұрын
if its possible can you make a video on it.
@arvindoh36873 жыл бұрын
Hello, I have Arduino uno instead of Arduino nano. The code won't work. Please help me. I need this in my thesis
@arvindoh36873 жыл бұрын
I finally fixed it. I just installed Adafruit BuSIO. Still using Arduino uno NOT nano
@gopichandbhardwaj13994 жыл бұрын
Sensor for k type price in the three meter
@sayedhussaini48944 жыл бұрын
First like☝
@Tattakarul2 жыл бұрын
What is the maximum temperature range?
@ElectroniClinic2 жыл бұрын
1024C
@ProjeAdam.4 жыл бұрын
thank you bro
@danyamohammad64374 жыл бұрын
i think its for advance
@circuitemakes4 жыл бұрын
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!