So in October I finally bought the Rancilio Silvia I'd been coveting (after coveting a La Pavoni manual espresso machine first!) with the intention of modding it to add digital temperature control to it, as many have done. This basically involves replacing the stock thermostat with a thermocouple and solid-state relay, plugged into a digital control unit which does PID control. Now being a software guy who likes to tinker with his Arduino, I pretty quickly decided that I wouldn't use a standard industrial controller but I would build a custom one (kind of like this one, but read on for differences). In addition, I decided I didn't want to hang anything from the Silvia or make any externally-visible modifications, partly for esthetic reasons, but mostly because I'm not too good at making good-looking hardware myself. So I decided I would build something I could control wirelessly, from my iPhone for example. "Control" in this case basically means occasionally changing the set point of the controller, and maybe turning it on remotely. One other feature which would be nice would be a timed on/off feature, like "on 30min before I wake up" and "off after 1h of disuse" or something like that.
With this rough set of goals in mind, I did some research and found out that modding something like a Silvia is pretty dangerous if you do it wrong, what with mains power and all. I didn't want to take any chances, so I contacted the fine gentleman behind PidKits.com, got some excellent advice, and subsequently ordered from him the set of parts pictured above (basically everything I would need except the controller itself). I'm pretty pleased with this, because frankly, picking out the right gauge of wire to not die while tinkering is really not the part of this hobby that I like most. Jim even offered to sell me a TC4 shield to interface the thermocouple and SSR to the Arduino, which I took him up on. Basically the TC4 does two things the Arduino can do, but better: analog-to-digital conversion (but with higher resolution and amplification for thermocouples) and pulse-width modulation (but stepped up to control an SSR). In the picture above, the green board on the left is the TC4 (v1) and the black box on the right is the SSR.
So, armed with most of the hardware I need (still looking into buying a Wifi Shield), what's the plan?
⁂