Wow ! Great support here ! Thanks to all !!!
In first post You can see : the temperature it's in Celsius degrees. The PID control it's a verry good ideea; sure I will use in future projects !
But...I try to do like Mr. Ioannis :
I think to reduce the "power" of heating by adjusting the pwm factors... It's OK ?!Code:if w1 < (calibra - 5) then pwm mosfet 255, 300 if w1 < (calibra - 3) then pwm mosfet 155, 250 if w1 < (calibra - 1) then pwm mosfet 100, 200 endif endif endif




Bookmarks