Solder Reflow Oven

Where can I find the PID_v1.h for the How To Build A Solder Reflow Oven - The Byte Sized Engineer | DigiKey (youtube.com) video?

You can go to the “Add a Comment” on the YouTube Video to ask this question.
click here

@EngineerDude The PID_v1.h is a library that can be found in the Arduino IDE. In the library manager search for PID, the one that I see used in the video is by Brett B. Click install and the library will be ready to use for PID control once you include the library in your code.

The library can also be found on the github page.

Another code listed here is also found on github.

Hi,

It works now.

Thank you for the help.

Paul

1 Like