I'm totally new to microcontroller programming and working, so I hope you can help me.
I have two S-type thermocouples which measure temperatures in an apparatus. For working with this apparatus I need to see the temperatue of the thermocouples. For reading them I would like to use two MAX31855 and to display the values 7-segment displays (5-digits) would seem nice. After reading some post it seems that the MAX7221 would be feasible to use for each display.
The question I have is: Which Arduino do I need to get this working, or do I need two (one for each thermocouple and display)?
Hey we even have a handy tutorial on thermocouples which includes an Arduino library, wiring diagrams and example code. How easy is that?
That will answer the questions about the thermocouples - which pins are used, etc.
The MAX7221 is a serial device. You can use multiple instances of SoftwareSerial as long as you are writing only. I can’t image what you would want to read from a 7 segment display, so that doesn’t seem like a problem.
Any Arduino can be used. You only need one. Though for ease of construction, you might consider using two if they do not need to communicate with each other.