Hi all,
I have small project to get into the Arduino. My primary purpose is to replace my coffee machine controller (the element relay died, everything else is tested & working); so it has to fit in the (roomy) machine; be splashproof; and operate at a warm temperature.
Secondary purposes are:
- upgrade the relay to SSR and replace the pressurestat with a temp probe for PID control, but this will be in the future, not now!
- use WiFi to configure PID settings, view I/O, shot times, basically just play around with the arduino
I thought of either the Arduino Uno WiFi; or MKR1010 WiFi. I'm leaning toward the MKR for the faster CPU and smaller size, however it doesn't have nearly as many shields available. I know there's some UNO2MKR shields, but then that defeats the purpose of being small.
Some options I've considered are:
-
MKR WiFi 1010 with
-
MKR SD proto shield for tweaking; and a separate small 2 channel relay board (for the smaller loads) like this
-
or alternatively with the MKR Relay Proto Shield. This will be a bit larger though.
-
or thirdly, if I can't keep it small, maybe even the MKR carrier. I know this is compatible with Grove, but I think it would do for me. I think it also does 3.3 - 5V level shifting, which would make finding relays easier!
-
Or if I'm going to go larger, maybe just the common-size Uno WiFi rev2, then I can attach the relay shield on top.
Other options are using opto-isolated SSRs for the 2 smaller relays, but I can only find these in 5V so that rules out the standalone MKR.
Whatever I do, I'll need a Fotek SSR-25DA; a case; power supply (something I can wire directly to the 240V, yes danger), etc.
As you can see I'm a bit lost in all the options, so I would appreciate the help. I'm confident I could fit the project in an 8bit architecture and smaller size of the Uno WiFi, but maybe the 32bit Low Power ARM would just be nicer to work with... I don't know!
Your thoughts?
Thanks
Iain