need to build a timer control board for a coffee machine
it needs to be able to activate 3 240v solenoid valves with 4 programmable time periods before shut off
and also turn on a 240volt motorpump
Any suggestions would be helpful
Thanks
need to build a timer control board for a coffee machine
it needs to be able to activate 3 240v solenoid valves with 4 programmable time periods before shut off
and also turn on a 240volt motorpump
Any suggestions would be helpful
Thanks
Any of the Arduino will be suitable.
Size may be your limiting factor, and somewhere to put the 4 relays needed to do the 230v switching.
I suggest looking at the Arduino IDE example titled 'BlinkwithoutDelay' which uses the 'millis()' time to do the timing rather than 'delay'.
mark
Any of the Arduino will be suitable.
Size may be your limiting factor, and somewhere to put the 4 relays needed to do the 230v switching.
I suggest looking at the Arduino IDE example titled 'BlinkwithoutDelay' which uses the 'millis()' time to do the timing rather than 'delay'.
mark
Ok thanks
So a mega or an uno will suffice then
Even a nano or some of the other 'chip only' type boards will work.
You could also use a Digispark
Mark