Search found 3 matches

by docweide
Mon Jan 14, 2019 5:03 pm
Forum: ESP32 Arduino
Topic: Temperature PID controller with Max6675
Replies: 3
Views: 14644

Re: Temperature PID controller with Max6675

Otherwise I have the following code but the last couple of lines will not compile on the ESP32 board. #include <SPI.h> SPIClass SPI2(HSPI); // We are using HSPI pins on the ESP32 #include "TridentTD_analogWrite32.h" #include "max6675.h" // Library for PID control #include <PID_v1.h> //We define the ...
by docweide
Mon Jan 14, 2019 4:45 pm
Forum: ESP32 Arduino
Topic: Temperature PID controller with Max6675
Replies: 3
Views: 14644

Re: Temperature PID controller with Max6675

Can someone break down this code for me? I would like to change this code to only have a user defined temp. and use a Mosfet instead of the relay. I'm very new to coding and can only do simple code changes. This is a large code and I don't know how to start. I have already changed the code to use a ...
by docweide
Mon Jan 07, 2019 7:29 pm
Forum: ESP32 Arduino
Topic: Temperature PID controller with Max6675
Replies: 3
Views: 14644

Temperature PID controller with Max6675

Can anyone help with code that works on Uno but would like to use ESP32 board or point me in the direction? I have some sample code for a temperature controlled PID heating using a max6675 thermal coupler and mosfet. I know that the ESP32 doesnt have the anologWrite function so I tried to use the Tr...