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
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
Hmm... Size depends. You might wanna check if the Arduino you pre-choose can do that stuff. Maybe another type board might work.
You might wanna check if the Arduino you pre-choose can do that stuff
Can you enlighten me as to what the above means?.
The Arduino is more than capable of providing 4 independant timed outputs to a suitable relay.
Mark
It might also be worth looking into the ATTiny85 or similar. They can be programmed using an Arduino board through the Arduino IDE. Ideal for a simple project requiring a small footprint.
PS...
2nd the suggestion from mcb1 regarding the use of millis() from the BlinkWithoutDelay example.
It might also be worth looking into the ATTiny85 or similar. They can be programmed using an Arduino board through the Arduino IDE. Ideal for a simple project requiring a small footprint.
Thats what the Digispark is http://digistump.com/category/1
cheers
mark
Thats a nice looking bit of kit!
Surprised I haven't noticed it before. Thanks for the link.