Hello Community,
I'm a software engineer so I don't have much experience with HW. My goal is to create a small temperature-control with an arduino and I already found some parts that might work together, but I'm not sure about that and it would be great if someone more experienced could help me out.
Basically I want to measure temperatures up to about 200-250 °C that are created by a e-cigarette-heating element. If the temperature exceeds a certain limit, I want to turn off the heating element. If the temperature drops below a threshold I want to turn the heating element back on.
The control is done by an arduino UNO. Because the heating element needs a lot of power (well not THAT much, but propably more than the arduino can handle), I would use a MOSFET controlled by the arduino to switch it on and off.
The measurement could be done using a MAX31855 (Type K) connected via SPI to the arduino. As a thermocoupler I would use a NXP KTY84 which has a tempeture-range from -40°C to +300°C which should be good.
So here are the questions:
- Will a MAX31855 work with the NXP KTY84? (I think so, because it has a K in its label. )
- What kind of MOSFET do you recommend? (I have no idea, but is needs to be activated with the 5V of the Arduino.
Here are some links to datasheets. They are also attached to this topic:
MAX31855: https://www.adafruit.com/datasheets/MAX31855.pdf
Thanks in advance for your help!
Marc