Now that we have some idea of the system architecture, it’s time to connect the thermocouple to the Arduino and see if it works.

From the datasheet, we see that it’s a pretty simple chip.  We connect the power to Vcc and Ground, the thermocouple to T+ and T-, and the SPI interface to the microcontroller.  Wait, what’s SPI?

Continue reading