I'm going to use the Module Max6675 for Arduino and for measuring the Thermocuple K to measure boiling water. I know the output of the thermocuple it's on voltage but I can't find the convertion. Can someone help me please!
uint16_t raw = rawRead(); // reads the 16 bits integer;
raw = raw & 0x7FFF; // mask of the sign bit
raw = raw>> 3; // remove the bit 0..2 by shifting
float temperature = raw * 0.25; // faster than dividing by 4.0
Thank You! I'm trying to capture the measuring in LabView throught Max6675, Arduino And the thermocouple but, I don't know why it's not giving me any read.
I don't know if the connection is right, I used this one (I hope you guys can see the picture) I found it. But is that correct?. I Connected the circuit to Pin 11,12,13. But It's not giving me the read. I hope they still work.