i need help with code for a ardunio uno for reflow oven please help thanks
i need help with code for a ardunio uno for reflow oven please help thanks
What kind of help do you need?
This project is ready to go:
I Using 16,2 display blue with white 1602a display all i need is help with so it say preheat,soak reflow,cool down
preheat 150 c
120 c 120 to 0 then switch to next soak then so.... Hope this help i new at this . So i need directions on how to setup the ardunio uno my goal would be use the build my own board for the chip
Thanks
To setup your Arduino you will need to install the IDE (and possibly the drivers).
Download them here: https://www.arduino.cc/en/Main/Software
You should be able to use the built in LCD library to connect to your 1602a LCD display.
A good little overview and tutorial on getting this to work is here:
https://www.youtube.com/watch?v=QRlVQWmIGgM
If you have gotten as far as running a hello world program with the LCD your next step is creating a flowchart of the program you want to run with your oven.
This helps to define the requirements and keep track of what you still need to do.
I first define my inputs and my outputs, I then outline the program loop and the logic actions that are taken upon given inputs.
Along those lines, is this purely a display or is it also controlling the oven?
IT is to control a oven. I making solder reflow oven if this helps