<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>over-engineered</title>
	<atom:link href="http://www.over-engineered.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.over-engineered.com</link>
	<description></description>
	<lastBuildDate>Mon, 18 Jun 2012 21:23:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>DIY PID Controlled Sous Vide Using a Crockpot</title>
		<link>http://www.over-engineered.com/projects/sous-vide-pid-controller/</link>
		<comments>http://www.over-engineered.com/projects/sous-vide-pid-controller/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 01:25:42 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.over-engineered.com/?p=69</guid>
		<description><![CDATA[I recently picked up a copy of Jeff Potter’s excellent book, Cooking for Geeks: Real Science, Great Hacks and Good Food (Amazon Link). In the book, Potter discusses Sous vide cooking, French for &#8220;under vacuum&#8221;, this is a method of vacuum sealing food and cooking in a temperature controlled water bath for an extended period [...]]]></description>
				<content:encoded><![CDATA[<p>I recently picked up a copy of Jeff Potter’s excellent book, <em>Cooking for Geeks: Real Science, Great Hacks and Good Food</em> (<a href="http://www.amazon.com/Cooking-Geeks-Science-Great-Hacks/dp/0596805888/ref=sr_1_1?ie=UTF8&amp;qid=1301248322&amp;sr=8-1" target="_blank">Amazon Link</a>). In the book, Potter discusses <a href="http://en.wikipedia.org/wiki/Sous_vide" target="_blank">Sous vide</a> cooking, French for &#8220;under vacuum&#8221;, this is a method of vacuum sealing food and cooking in a temperature controlled water bath for an extended period of time. The effect is that the temperature gradient across sous vide cooked food is small and has an even &#8220;doneness&#8221; the entire way through.  By carefully selecting the temperature of the water bath, the chemical reactions that take place during cooking can be selected.</p>
<p>Potter presents a DIY method of building your own sous vide cooker with a <a href="http://www.chow.com/food-news/64330/how-to-hack-your-slow-cooker/" target="_blank">crock pot and temperature cutoff switch</a>.  This is probably good enough for any use I&#8217;d have, but as somebody with a bit of controls background, I felt like I could do better: a <a href="http://en.wikipedia.org/wiki/PID_controller" target="_blank">PID controller</a> to maintain the water bath temperature.  PID control allows for closed-loop feedback to regulate the temperature to respond to disturbances and minimize control deviations such as setpoint overshoot.</p>
<p>Consumer temperature controlled sous vide units exist, but typically sell for around $500.  I decided to build my own, as my controls engineer friend put it: &#8220;you have the rightful indignation of somebody who knows they&#8217;re getting ripped off.&#8221;</p>
<p>I decided to combine Potter&#8217;s approach with my controls knowledge to build the plug and play crock pot PID controller that can control the cooking temperature to within 1°F, which is probably far more precision than is necessary.</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Operating-Configuration.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-99" title="Operating Configuration" src="http://www.over-engineered.com/wp-content/uploads/Operating-Configuration.png" alt="" width="450" height="338" /></a></p>
<p><span id="more-69"></span></p>
<h4>Operation</h4>
<p>The controller is generic and works with any crock pot with an analog on/off switch.  The crock pot is set to the on position (&#8216;high&#8217;) and a temperature probe is inserted into the pot.  The user sets the desired cooking temperature and the controller does the rest.</p>
<h4>Why PID?</h4>
<p>By itself, a crock pot does a poor job of maintaining an arbitrary constant tempature (not sure what the disturbances at the beginning are):</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Uncontrolled.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-103" title="Uncontrolled" src="http://www.over-engineered.com/wp-content/uploads/Uncontrolled.png" alt="" width="450" height="304" /></a></p>
<p>Using the temperature cutoff method suggested by Potter, the control is fairly good:</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Cutoff.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-104" title="Cutoff" src="http://www.over-engineered.com/wp-content/uploads/Cutoff.png" alt="" width="450" height="304" /></a></p>
<p>Notice how the temperature overshoots the target by 2 &#8211; 3°F and how the temperature spends time below the desired setpoint.  The overshoots are caused because heat is applied until the measured temperature exceeds the setpoint, there is a delay between when heat is applied at the bottom and the water around the temperature sensor in the middle of the pot heats up.  By that time, too much heat has been applied.  This is pretty good, but we can do better.</p>
<h4>Internals</h4>
<p>At the heart of the controller is an Arduino Pro Mini.  This receives temperature input from a Dallas 1-Wire DS1820 sensor inserted into a thermowell.  The Arduino manipulates an opto-isolator/triac combination to switch the power on/off to the crock pot, which is a standard 5 qt crock pot.  Status is displayed on a Sparkfun Serial LCD screen and settings are changed through a button pad.  A zero-cross detection IC (H11A1) detects the zero point on the AC line to allow for heat control.  Power to the crock pot is controlled by quickly turning the triac on and off, truncating the AC waveform, similar to an incandescent light dimming circuit.</p>
<p>A single 120V AC line powers both the microcontroller and the crock pot. A gutted 9V DC wall wart taps into incoming AC lines. A voltage regulator (not shown in the schematics) converts the power into 5V that the microcontroller can use.</p>
<p>A summary of the major components:</p>
<ul>
<li>Arduino Pro Mini &#8211; <a href="http://www.sparkfun.com/products/9218" target="_blank">Sparkfun DEV-09218</a></li>
<li>Sparkfun Serial Enabled 16&#215;2 LCD &#8211; <a href="http://www.sparkfun.com/products/9395" target="_blank">Sparkfun LCD-09395</a></li>
<li>1-Wire Temperature Sensor &#8211; <a href="http://www.maxim-ic.com/datasheet/index.mvp/id/2815" target="_blank">Maxim Dallas DS1820</a> (hint: request free sample)</li>
<li>Thermowell compatiable with 1-Wire sensor &#8211; <a href="http://www.brewershardware.com/Temperature-Probe-Ends" target="_blank">Brewer&#8217;s Hardware</a></li>
<li>Wall Adapter Power Supply 9VDC &#8211; <a href="http://www.sparkfun.com/products/298" target="_blank">Sparkfun TOL-00298</a></li>
<li>Simple Crock Pot, any will work - <a href="http://www.amazon.com/Crock-Pot-SCR500SS-5-Quart-Manual-Stainless/dp/B001DIXFAA/ref=sr_1_21?s=home-garden&amp;ie=UTF8&amp;qid=1301445123&amp;sr=1-21" target="_blank">Crock-Pot SCR500SS</a></li>
<li>Optoisolator MOC3020 &#8211; 3023 &#8211; Incorrectly shown as MOC3042M in the schematic</li>
<li>Zero-cross Detector H11AA1 &#8211; Incorrectly shown as H11AA1M in the schematic</li>
<li>Isolated Gate Triac Q6008L5- Incorrectly shown as BT136 in the schematic, any triac should work</li>
<li>AC Connector Male - <a title="Digikey CCM1400-ND" href="http://search.digikey.com/scripts/DkSearch/dksus.dll?x=15&amp;y=10&amp;lang=en&amp;site=us&amp;KeyWords=CCM1400-ND">Digikey CCM1400-ND</a></li>
<li>NEMA AC Receptacle - <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?vendor=0&amp;keywords=Q337-ND">Digikey Q337-ND</a></li>
<li>Resistors values as shown &#8211; Note that some readers have found it necessary to decrease the value of R4 to ~240 ohm to get the optoisolator to fire</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Controller-Schematic.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-74" title="Controller Schematic" src="http://www.over-engineered.com/wp-content/uploads/Controller-Schematic.png" alt="" width="450" height="289" /></a></p>
<p>The Eagle schematics and layouts are provided in the downloads section.  Please see the parts list above for the correct part numbers.</p>
<h4>Terminology</h4>
<p>To aid in the discussion, I use the following terminology:</p>
<ul>
<li>PV &#8211; Present Value, the current value of the temperature sensor in the water bath, in °F.</li>
<li>SP &#8211; Set Point, the desired temperature of the water bath, also in °F.</li>
<li>OP &#8211; Output, the amount of heat that the crock pot is currently applying to the bath.  My controller allows for 255 levels of heat, 0 is none and 255 is full on.</li>
<li>Mode &#8211; Operating mode of the controller.  &#8216;Auto&#8217; uses the PID algorithm.  &#8216;Cutoff&#8217; applies full heat until the PV exceeds the SP, at which point the heat is turned off.  &#8216;Manual&#8217; allows the user to set the OP directly with no control algorithm.</li>
<li>K - Proportional constant</li>
<li>τ<sub>I</sub> &#8211; Integral constant (min)</li>
<li>τ<sub>D</sub> &#8211; Differential constant (min)</li>
</ul>
<h4>Control</h4>
<p>I won&#8217;t go over the theory or background of PID controllers, there are already plenty of <a href="http://en.wikipedia.org/wiki/PID_controller#PID_controller_theory" target="_blank">sources that cover that in detail</a>, however, details regarding the tuning of this controller are covered in the aptly named Tuning section.</p>
<p>I opted for the discrete PID type B equation to calculate the required output:</p>
<p style="text-align: center;"><a href="http://www.over-engineered.com/wp-content/uploads/PID-Type-B.png" rel="lightbox[69]"><img class="size-full wp-image-86 aligncenter" title="PID-Type-B" src="http://www.over-engineered.com/wp-content/uploads/PID-Type-B.png" alt="" width="488" height="44" /></a></p>
<ul>
<li>k = control index, incremented each cycle</li>
<li>e = error = SP &#8211; PV</li>
<li>ƒ = control frequency (min)</li>
</ul>
<p>The traditional equation (type A) uses error for the proportional, integeral and differential elements.  This can lead to large changes in the OP when the SP is changed.  In type B, the error is used on the proportional and integral terms and the PV is used on the differential.</p>
<p>The zero-cross chip is connected to one of the interrupt pins on the Arudino.  When the AC signal crosses the zero point, approximately every 8.3 ms, an interrupt routine calculates the next time the power to the crock pot should be turned on based on the OP and the microseconds since the program started (micros()).  For low and high OPs, the power is either completely on or off due to main program loop overhead and input checking.</p>
<p>At the start of each program loop, micros() is checked to see if its time to turn on the triac and power the crock pot.  If it is time, the power output pin is set high and the triac is set.  After a small delay to ensure the triac sets, the output pin is set low, the triac will remain on until the next AC zero-cross, at which time it will reset.</p>
<p>Next the program loop checks if a new temperature from the 1-Wire bus is available to read (every 10 seconds).  The temperature sensor is setup in a parasite power configuration, so it can take upwards of 750 ms for the read to be complete.  If the temperature is available, it is read off the bus and checked for validity.</p>
<p>If the control Mode is &#8216;Auto&#8217;, and it is time to take a control action (every 30 seconds).  The new OP, based on the current temperature, is calculated using the above PID equation.  It is ranged to be within [0...255].  Old values of the PV, OP and errors are stored to aid in the calculation of the PID equation (the k-1 and k-2 terms).</p>
<p>If the Mode is &#8216;Cutoff&#8217;, then the PV is checked against the SP.  If it is above the SP, then the OP is set to 0, otherwise the OP is set to 255.</p>
<p>The display is updated and the button inputs are checked.  Any changes to the SP or Mode are handled.  Then a temperature read is started on the 1-Wire bus if necessary.  The whole process starts again.  The timing in the main loop isn&#8217;t perfect (i.e. button presses will slighly throw off the heat rate), but the deviations are smoothed out over the long run.</p>
<p>There are additional features in the code (e.g. various safety checks and interlocks, PID initialization, LCD control) that have not been discussed.   The full code is available below in the downloads section.</p>
<h4>Tuning</h4>
<p>The key to an effective PID control is the proper selection of the K, τ<sub>I</sub> and τ<sub>D</sub> tuning constants.  These constants depend on the system gain (change in PV for change in OP) and the system deadtime (delay between a change in OP and a response in the PV).  These are in turn factors of the size of the crock pot, the amperage delievered to the heating coils, the volume of water in the bath and so forth.</p>
<p>Note that cheaper crock pots may or may not have different peak temperatures depending on the setting.  I always kept my crock pot set to high to get a better range of controlability.</p>
<p>This system is simple and can be modeled as a first-order system with dead time (see uncontrolled response graph above).  The transfer function for this system:</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/First-Order-Function.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-91" title="First-Order-Function" src="http://www.over-engineered.com/wp-content/uploads/First-Order-Function.png" alt="" width="116" height="52" /></a></p>
<p>Where G is the system value.  The parameters that define the system (and hence its tuning) are present.  K is the gain, t<sub>d</sub> is the dead time and τ is the time constant.  s is in the frequency domain and can be converted to the time domain using a Lapase transform.  A rigorous application of first principles, transfer functions and Lapase transforms yields a model that would allow us to pick tuning constants and see the time dependent behavior.  Though useful, it is extremely academic and not often applied in the real world.</p>
<p>Instead, we&#8217;ll use an open-loop tuning method.  For this, we allow the system (the crock pot) to reach steady-state (a constant temperature) by applying a constant amount of power.  Once at steady-state, we make a step change to the power and again allow the system is come to steady set.  This allows us to determine the gain, time constant and dead time of the system.</p>
<p>Allowing the system to come to steady state, the open-loop step response curve was developed:</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Open-Loop-Response.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-92" title="Open Loop Response" src="http://www.over-engineered.com/wp-content/uploads/Open-Loop-Response.png" alt="" width="450" height="300" /></a></p>
<p>The time constant, τ, is defined as when the process reaches 1 &#8211; 1/e = 63.2% of its final value.  The dead time, t<sub>d</sub>, is the delay between changing the OP and a response in the PV.  For my particular crock pot,</p>
<ul>
<li>τ = 266 min</li>
<li>t<sub>d</sub> = 17 min</li>
<li>K = 3.44 °F/#</li>
</ul>
<p>There are a variety of open-loop tuning methods that determine the K, τ<sub>I</sub> and τ<sub>D</sub> tuning constants based on the previous constants: Ziegler-Nichols, Cohen-Coon and ITAE.  The <a href="http://www.vandelogt.nl/htm/regelen_pid_uk.htm" target="_blank">formulas for these various methods</a> yielded the following results:</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Tuning-Constants1.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-97" title="Tuning Constants" src="http://www.over-engineered.com/wp-content/uploads/Tuning-Constants1.png" alt="" width="352" height="94" /></a></p>
<p>Each of these methods are designed to tune in different ways and serve as a starting point for manually tuning the process.  Ziegler-Nichols tunes for an aggressive quarter-decay ratio and tends to overshoot the SP, but it does better at rejecting distribances.  Cohen-Coon is intended to be an improvement to Ziegler-Nichols.  Regardless, all these methods assume the classic PID type A equation.</p>
<p>I used the Cohen-Coon values as the starting point for my tuning.  Then I disturbed the system (added ice) and watched how the system responded.  I ended up with my final tuning values of:</p>
<ul>
<li>K = 0.1</li>
<li>τ<sub>I</sub> = 150</li>
<li>τ<sub>D</sub> = 0.45</li>
</ul>
<p>The small proportional constant limits large OP changes due to large deviations from the SP and maintains some stability.  The larger integral term limits the time spent away from the SP, at the risk of some overshoot for large changes.   The derivative term limits the overshoot, it is small to limit the introduction of noise into the system from noise in the temperature measurement.  Due to the jumpiness it can cause, often the derivative component is not used, creating a PI controller.</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Closed-Loop-Response.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-98" title="Closed Loop Response" src="http://www.over-engineered.com/wp-content/uploads/Closed-Loop-Response.png" alt="" width="450" height="296" /></a></p>
<p>These constants work quite well.  Notice how the overshoot from the SP is limited to 3.5°F and once the control is working properly, the deviation is limited to ~1°F (the square pattern is the effect of the low resolution DS1820 temperature sensor, only accurate to 0.5°C).  Heat is applied over time to maintain temperature and the PV never drops below the SP over a course of  2 days!</p>
<h4>Enclosure</h4>
<p><a href="http://www.over-engineered.com/wp-content/uploads/All-Pieces.png" rel="lightbox[69]"><img class="alignleft size-medium wp-image-82" title="All Pieces" src="http://www.over-engineered.com/wp-content/uploads/All-Pieces-296x300.png" alt="" width="296" height="300" /></a></p>
<p>For awhile, I&#8217;ve been wanting to try <a href="http://www.ponoko.com/" target="_blank">Ponoko</a>.  You upload a design and they will fabricate it using a laser cutter or 3d printer.  I found a coupon code for 50% off materials and making (now expired) and decided that it was time to try the service.</p>
<p>Ponoko provides an extensive set of instructions and templates to help get you started.  I laid out the six sides of my enclosure with an interlocking joint pattern to hold the pieces together.  I then added cutouts for the LCD and button pad. Also etched on the front is a handy safe meat internal temeratures chart from the FDA.  I choose to have them laser cut and etch my design onto 1/8&#8243; silver acrylic.  The manufacturing turn-around was 2 weeks.</p>
<p>The cuts were precise and everything fit together perfectly.  The enclosure is held together with epoxy and holes for screws were drilled by hand.</p>
<p>The EPS file sent to Ponoko for manufacturing is included in the downloads section.  I ended up using Adobe Illustrator to do the design instead of the free Inkscape software.  When verifying my design by printing it on paper, I found that the dimensions from Inkscape didn&#8217;t match reality.  With Illustrator my desired dimension and actual dimensions matched up correctly.</p>
<p><a href="http://www.over-engineered.com/wp-content/uploads/Enclosure.png" rel="lightbox[69]"><img class="aligncenter size-full wp-image-101" title="Enclosure" src="http://www.over-engineered.com/wp-content/uploads/Enclosure.png" alt="" width="450" height="500" /></a></p>
<h4>Results</h4>
<p>I estimate the cost of all the eletronics was ~$50.  The enclosure, including shipping, was $34.  Allowing for the cost of miscellaneous materials, the total cost was ~$100 plus time and labor.  The end result is a robust temperature control that succeeds in cooking to within 1°F of the target.</p>
<p>For the inaugural test I decided to try a 48 hour brisket recipe: Salt to taste, flavor with worcester sauce, vacuum seal and cook for 48 hours at 142°F.  The result is an evenly-cooked, moist and delicious brisket.</p>
<p style="text-align: center;"><a href="http://www.over-engineered.com/wp-content/uploads/Evenly-Cooked.png" rel="lightbox[69]"><img class="size-full wp-image-120 aligncenter" title="Evenly Cooked" src="http://www.over-engineered.com/wp-content/uploads/Evenly-Cooked.png" alt="" width="450" height="256" /></a></p>
<p style="text-align: center;"><a href="http://www.over-engineered.com/wp-content/uploads/Final-Product.png" rel="lightbox[69]"><img class="size-full wp-image-121 aligncenter" title="Final Product" src="http://www.over-engineered.com/wp-content/uploads/Final-Product.png" alt="" width="450" height="319" /></a></p>
<h4 style="text-align: left;">Projects Inspired by this One</h4>
<p>Several people have built their own variations on the PID controller presented on this page.  <a title="About" href="http://www.over-engineered.com/about/">Send a link </a>to your write-up and I&#8217;ll add you to the list.</p>
<ul>
<li>Kris Fredrick&#8217;s <a href="http://www.rustynailworkshop.com/Projects/Entries/2012/5/20_Crock-Pot_Yogurt_Controller.html" target="_blank">Crock-Pot Yogurt Controller</a></li>
</ul>
<h4>Downloads</h4>
<table><tr><td><img alt="sch" title="sch" class="download-icon" src="http://www.over-engineered.com/wp-content/plugins/download-monitor/img/filetype_icons/document.png" /></td><td><a href="http://www.over-engineered.com/downloads/PID-Controller-Routed.sch"><b>Controller Board Schematic</b>: Eagle schematic for the controller board. (66.77 kB)</a><br>27 Mar 2011&nbsp;&nbsp;&nbsp;1704 downloads</td></tr></table>
<table><tr><td><img alt="brd" title="brd" class="download-icon" src="http://www.over-engineered.com/wp-content/plugins/download-monitor/img/filetype_icons/document.png" /></td><td><a href="http://www.over-engineered.com/downloads/PID-Controller-Routed.brd"><b>Controller Board Layout</b>: Eagle layout for the controller board. (18.82 kB)</a><br>27 Mar 2011&nbsp;&nbsp;&nbsp;976 downloads</td></tr></table>
<table><tr><td><img alt="sch" title="sch" class="download-icon" src="http://www.over-engineered.com/wp-content/plugins/download-monitor/img/filetype_icons/document.png" /></td><td><a href="http://www.over-engineered.com/downloads/Button-Pad.sch"><b>Button Pad Schematic</b>: Eagle schematic for the button pad. (51.95 kB)</a><br>27 Mar 2011&nbsp;&nbsp;&nbsp;829 downloads</td></tr></table>
<table><tr><td><img alt="brd" title="brd" class="download-icon" src="http://www.over-engineered.com/wp-content/plugins/download-monitor/img/filetype_icons/document.png" /></td><td><a href="http://www.over-engineered.com/downloads/Button-Pad.brd"><b>Button Pad Layout</b>: Eagle layout for the button pad. (8.16 kB)</a><br>27 Mar 2011&nbsp;&nbsp;&nbsp;780 downloads</td></tr></table>
<table><tr><td><img alt="pde" title="pde" class="download-icon" src="http://www.over-engineered.com/wp-content/plugins/download-monitor/img/filetype_icons/document.png" /></td><td><a href="http://www.over-engineered.com/downloads/TemperaturePID.pde"><b>Sous Vide Code</b>: Arduino code for the sous vide controller. (15.82 kB)</a><br>27 Mar 2011&nbsp;&nbsp;&nbsp;2347 downloads</td></tr></table>
<table><tr><td><img alt="zip" title="zip" class="download-icon" src="http://www.over-engineered.com/wp-content/plugins/download-monitor/img/filetype_icons/document-zipper.png" /></td><td><a href="http://www.over-engineered.com/downloads/Sous-Vide-Enclosure.zip"><b>Sous vide Enclosure</b>: The layout used for fabricating the enclosure with Ponoko (73.02 kB)</a><br>27 Mar 2011&nbsp;&nbsp;&nbsp;660 downloads</td></tr></table>
<p>I release the software and design into the Creative Commons. Feel free to modify, but <a href="http://www.over-engineered.com/about/">let me know what you do with it</a>.<br />
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" rel="license"><img style="border-width: 0;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png" alt="Creative Commons License" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.over-engineered.com/projects/sous-vide-pid-controller/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
	</channel>
</rss>
