Hello, i recently find out, that i was chosen for this challenge, and i just want to share idea for project. And see what element14 user think about this, is it too easy and i should do something more complex, or it should be one good project
As for this moment, i have idea to make reflow oven for electronics part soldering. Since at home i am working with 0201 resistors/capacitors and using FBGA package for processors, and FPGA designs, i really need something more than "hot air gun"
So for start, i should find nice looking oven with IR heating. Control mechanism should be flat, and it must have knob. I will remove all electronics from inside and make my own.
Now comes fun part:
I will use recently reversed engineered capacitive touchscreen with IPS LCD for user interface. So user could change all parameters about reflow process, preheating, heating, max temperature and so on. At the same time working in tandem with knob and touchscreen user could change time and temperature of each reflow process step ( because different IC's use different profiles, and profiles usually are at the bottom of datasheet). It will have animated reflow process graph to show temperature inside heating chamber, elapsed time, remaining time, start stop buttons and so on. You get the idea.
For temperature control, i will use PID controller programed on PSoC chip . Temperature will be sampled by two different thermocouples, so i have precise temperature measurement at all time. But i will use pwm for heating control, so i can get very fine temperature control without fluctuations caused by turning heater on/off.( I will not use simple relay approach as many people had used for this purpose). Also i will add high temp fans inside heating chamber, so i can improve heat transfer, and minimize temperature gradients inside heating chamber.
This is my idea, but for me it is a bit simple, i want to do something more complex (but this is what i need at the moment to get my life smarter)