Need Help with the Arduino using a relay and a temprature switch

Please help us to help you by posting your code in the most helpful way by noting the advice that you were given when you joined the forum

Please follow the advice given in the link below when posting code, in particular the section entitled 'Posting code and common code problems'

Use code tags (the </> icon above the compose window) to make it easier to read and copy for examination

Primarily, you can proceed with a temperature sensor LM35 and a relay module.

https://create.arduino.cc/projecthub/infoelectorials/project-003-arduino-lm35-temperature-sensor-project-0a43ba

@OP:
You're basically building a thermostat as stated before. The fact that you only want it to cut out at a certain temperature isn't really relevant: it's still a thermostat.

Temperature is the most commonly measured process variable and as a result, there are thousands of different types of temperature monitoring/temperature control devices since the dawn of the industrial age.

If you're doing this as a (commercial) product, you don't need an arduino, etc; you need a temperature switch.

Here is an example device that will activate an output at a factory preset 105C. It can be ordered in 10C trip-point increments and costs $0.64 each at a quantity of 1,000. The single-unit price is $1.98.

Does that work? If not, why not?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.