Hello forum,
I'm an arduino beginner with a useful and attainable project to build. I'm looking for general guidance and suggestions for the right direction on this project.
The project is a large electric steamer with a rapid cool down function. The arduino related components/requirements consist of the following:
Screen and control dial for adjusting values. Was thinking 12864lcd
Temperature sensor to monitor the temperature inside the steam vessel and a second temp sensor to monitor the interior of product to be steamed. Was thinking this
220v 4500w water heater element
220v relay to switch on and off heater element
Any suggestions on quality relays?
Timer function (once the temperature is reached the temperature is held at set level for X amount of hours)
Solenoid operated vent gate (opens a port in the steam vessel to allow rapid cooling)
12v or 24v inline fan to push fresh air through the vent gate.
Recording of and remote monitoring of temperature would be a huge plus if not too difficult to implement.
Process outline is:
Product is loaded into steamer --- temperature is selected--- duration of that temperature is selected---- start process --- controller activates relay for heater element --- once temperature is reached countdown timer is activated--- 220v relay is switched on and off to maintain set temp--- after cycle time is complete heater relay is switched off --- Solenoid gate vent is opened and blower fan is activated - once temperature has fallen to 35c blower is disabled and gate valve closes and system is set for next cycle. At this point an email notification that cycle is complete would be really awesome but I am not sure how difficult that is.
I have the skills to do the general wiring and fabrication. What I'm looking for are suggestions on where to start and how to succeed with the controller side of things. Are all these functions possible to integrate into 1 standard arduino board?
If this project is successful I would like to add another steamer in parallel that would use the same controller, vent gate and cooling fan. It would require another relay and temp probe. Is there an arduino board that is able to handle these additions as well making the system upgradable without needing to purchase a new controller?
Is this an achievable task fir the arduino? Are there any examples/code that could be copied for this project?