Rapid Prototyping for general microcontroller applications, Ethernet, USB and 32-bit ARM® Cortex™-M3 based designs

Use a temperature sensor and a heating unit to control the temperature water at a given variation

31 Mar 2016

People like to use warm water at 30 to 50 degree rather than boiling water, so what if I use a temperature sensor to control the temperature of the water? What should the code be? I am a beginner and really not familiar with the function of temperature sensor or heating unit, how to programme? Thank you for your help.

29 Nov 2016

You need to create a PID controller. That has a setpoint for the desired temperature, a measured value for the actual temperature and an output that controls the temperature.