Tuesday, October 23, 2012

Smoker Progress

Making some good progress with the smoker controller:

Uploaded from the Photobucket Android App

Got rid of all that mess of wires and etched my first functional PCB.  Next step is to start integrating some of the plug-in modules to the main board, so that I am not totally dependent on parts from hobby-level manufacturers like SEEED studios and Adafruit (both of which I totally love, by the way).

http://www.seeedstudio.com/depot/
http://www.adafruit.com/

I think the memory card module and the real time clock will be my the first to go, mostly because they don't rely on any small surface mount parts (I can't seem to find thermocouple amplifiers in a through-hole package).

Thursday, October 18, 2012

Etched my first PCB today!  There are some design screwups, and I'm still waiting for a few parts before I can do much with it, but I was pretty thrilled with how well this came out, for my first attempt:

Uploaded from the Photobucket Android App

Thursday, October 11, 2012

Fancier smoker controller

Well, I've wanted to build an arduino (or other microcontroller) based smoker brain for a while, for a couple of reasons.  The biggest one is that with software behind it, I can add features as I work them out.

So I got started today, with basic PID control, dual thermocouples to monitor grate temp and meat temp, datalogging onto an SD card, and an automatic switch to "keep warm" temperature when the target meat temp is reached.

Other things I'd like to add are delay start and maybe wifi.  Delay start shouldn't be too bad, since there is a real time clock in the current setup to give me nice dates and times for the logged data.  The wifi part is a bit more complicated, because I am using pretty much all the available GPIO pins already.

Anyway, here are some pictures of the process so far:

Breadboarding it all out:
Uploaded from the Photobucket Android App
Starting at the upper left corner and moving clockwise there is the arduino board with seeed studios SD card board attached to it.  Next is an adafruit real time clock breakout board followed by a pair of adafruit thermocouple amplifiers.  Below those are the 2 pots I am using to set the cook temp and the meat target temp.  To the lower right is the solid state relay that (once it has it's heat sink) will switch the AC power to the heating elements.  Finally to the lower left is a sparkfun 20x4 backlit LCD.

Next step was moving it all off the breadboard.
Uploaded from the Photobucket Android App
I still haven't taken the plunge and learned how to etch my own boards, so I made a mess of wires, connectors, and screw terminals.  Hot glue holds most of it together.  I also cut up a "screwshield" to get decent screw terminals on the arduino itself.

Then I started laying out the enclosure.
Uploaded from the Photobucket Android App

And fitting everything inside the box.
Uploaded from the Photobucket Android App

Here's a mostly-finished look at the front cover.
Uploaded from the Photobucket Android App
The little yellow LED indicates when the elements are getting power.  The silver base of the solid state relay will eventually be covered by a heatsink.

Wider view of the box, with the thermocouple and power cable entries.  These will get some silicone eventually to help seal the box up a bit.
Uploaded from the Photobucket Android App

Not a very good picture, but this slot allows access to the USB port for programming, power for the low voltage parts, and (you can't see it) access to the SD card.  I'd like to come up with a simple plug or cover for this opening.
Uploaded from the Photobucket Android App

So that's where it stands at the moment, and it's getting late so I'll pick up on it and try to finish things up in the next couple of days.