<?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>rainbowlazer &#187; Traditional Fabrication</title>
	<atom:link href="http://rainbowlazer.com/category/traditional-fabrication/feed/" rel="self" type="application/rss+xml" />
	<link>http://rainbowlazer.com</link>
	<description>art, design &#38; new media technotes</description>
	<lastBuildDate>Fri, 02 Jul 2010 18:10:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Precision Fermentation: Arduino-Controlled Crock Pot Yogurt Maker</title>
		<link>http://rainbowlazer.com/scripting-programming/arduino/arduino-yogurt-maker/</link>
		<comments>http://rainbowlazer.com/scripting-programming/arduino/arduino-yogurt-maker/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 21:27:00 +0000</pubDate>
		<dc:creator>Chris Reilly</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Food]]></category>

		<guid isPermaLink="false">http://rainbowlazer.com/?p=436</guid>
		<description><![CDATA[What
A homemade thermostat attachment for a crock pot (or other electric heating device). It can be used to precisely control the temperature of the crock pot for things like yogurt fermentation.
Why

Making yogurt is fun. It is also way cheaper than buying it.
You can make yogurt on the stove or in an oven, however it is [...]]]></description>
			<content:encoded><![CDATA[<h2>What</h2>
<div id="attachment_511" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_attach_relay.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-511" title="Plug it in" src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_attach_relay-300x225.jpg" alt="Plug the Crockpot into the Relay, the Relay into a Power Source" width="300" height="225" /></a><p class="wp-caption-text">Arduino-Controlled Crock Pot Yogurt Maker.</p></div>
<p>A homemade thermostat attachment for a crock pot (or other electric heating device). It can be used to precisely control the temperature of the crock pot for things like yogurt fermentation.</p>
<h2>Why</h2>
<ul>
<li><a href="http://www.wikihow.com/Make-Yogurt" target="_blank">Making yogurt</a> is fun. It is also way cheaper than buying it.</li>
<li>You can make yogurt on the stove or in an oven, however it is fairly temperature-sensitive.</li>
<li>I am lazy. I don&#8217;t like waiting around for the milk to sterilize; I usually end up burning it.</li>
<li>I wanted to experiment with <a href="http://www.arduino.cc/" target="_blank">Arduino</a> microcontroller programming (and <a href="http://fritzing.org/" target="_blank">Fritzing</a>) to give myself a high degree of control over my fermentation process.</li>
</ul>
<h2>Why Not</h2>
<ul>
<li>Electric yogurt makers already exist.
<ul>
<li><em>True, but many yogurt makers only incubate; the heating/sterilization has to be done by you on the stovetop. </em><em> </em></li>
</ul>
</li>
<li>You can also buy crock pots with thermostats.
<ul>
<li><em>I know, wanna buy me one?</em></li>
</ul>
</li>
<li>You can buy yogurt in the store.
<ul>
<li><em>Yup. This is something I make for fun anyway. I figure I may as well combine it with other fun things I like.</em></li>
</ul>
</li>
<li>This is boring.
<ul>
<li><em>Mmm hmm. <a href="http://kittenwar.com/" target="_blank">Maybe this will entertain you</a>.</em></li>
</ul>
</li>
</ul>
<h2>How</h2>
<p>The crock pot is attached to a <a href="http://en.wikipedia.org/wiki/Relay" target="_blank">relay</a> that can switch it on or off. The relay is toggled by a <a href="http://en.wikipedia.org/wiki/Microcontroller" target="_blank">microcontroller</a> based on readings from a temperature sensor (<a href="http://en.wikipedia.org/wiki/Thermistor" target="_blank">thermistor</a>) placed inside the crock  pot.</p>
<p>Here&#8217;s the basic yogurt recipe (and the <a href="http://www.wikihow.com/Make-Yogurt" target="_blank">detailed version</a>):</p>
<ol>
<li>Mix 1/2 gallon milk with 1 package of dry powdered milk.  (This is optional, but it adds nutritional value and makes the yogurt thicker).</li>
<li>Heat the milk to 185°F (85°C). This kills off microbes to make way for our yogurt cultures, and denatures enzymes in the milk that may interfere with yogurt culture growth.</li>
<li>Cool the milk to 110°F (43°C). Add 2 tablespoons of already-made yogurt with active cultures, or yogurt starter.</li>
<li>In a sealed container, ferment the yogurt for 7+ hours by keeping it  as close to 100°F (38°C) as possible.</li>
</ol>
<p>Doing things the old-fashioned way, I&#8217;d be using a stovetop and candy  thermometer for steps 2 and 3, then a warm oven or a radiator for step  4. That takes a lot of attention, and uses more containers than I care  to wash later. Many commercially-sold yogurt makers still require you to perform step 2 yourself.</p>
<p>With the Arduino setup, I use a few canning jars in a water bath inside the crock pot to ensure even heating. I submerge  the temperature sensor in the water. A <a href="http://en.wikipedia.org/wiki/Voltage_divider" target="_blank">voltage  divider</a> circuit is used to indirectly measure the resistance of the  thermistor. In the code, I make use of the <a href="http://www.daycounter.com/Calculators/Steinhart-Hart-Thermistor-Calculator.phtml" target="_self">Steinhart-Hart  Thermistor Equation</a> to translate the thermistor&#8217;s resistance into temperature. This gives a pretty good idea of  the temperature inside the crock pot.</p>
<p>In addition to the thermistor&#8217;s resistance at a given time, the Steinhart-Hart equation needs to be fed three coefficients which can be calculated from information on the  manufacturer&#8217;s <a href="http://www.jameco.com/Jameco/Products/ProdDS/207037.pdf" target="_blank">data sheet</a> based on predetermined resistances at different temperatures. Since we&#8217;ll be measuring a range between 100°F (38°C) and 185°F (85°C), I used resistance values measured at 86°F (30°C), 140°F (60°C) and 194°F (90°C) to calculate my coefficients. <a href="http://www.capgo.com/Resources/Temperature/Thermistor/ThermistorCalc.html" target="_blank">Here&#8217;s a simple calculator</a> to calculate your coefficients from a given temp/resistance range, and <a href="http://www.mstarlabs.com/sensors/thermistor-calibration.html" target="_blank">here&#8217;s a more in-depth explanation of the math involved</a>.</p>
<h2>Construction</h2>
<p style="padding-left: 30px;">Parts list:</p>
<blockquote>
<ul>
<li>(1) <a href="http://www.arduino.cc/en/Main/ArduinoBoardDuemilanove" target="_blank">Arduino Duemilanove</a> USB-programmable microcontroller @ <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=666" target="_blank">Sparkfun</a></li>
<li>(1) <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=7914" target="_blank">Arduino ProtoShield Kit</a> @ <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=666" target="_blank">Sparkfun</a></li>
<li>(1) <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=7916" target="_blank">Mini Breadboard</a> @ <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=666" target="_blank">Sparkfun</a></li>
<li>(1) <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9096" target="_blank">Relay Control PCB</a> @ <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=666" target="_blank">Sparkfun</a></li>
<li>(1) <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=101" target="_blank">Relay SPST-NO Sealed &#8211; 30A</a> @ <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=666" target="_blank">Sparkfun</a></li>
<li>(1) <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=7950" target="_blank">Piezo buzzer</a> or small speaker @ <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=666" target="_blank">Sparkfun</a></li>
<li>(3) <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProductDisplay%3FlangId%3D-1%26storeId%3D10001%26catalogId%3D10001%26productId%3D690865">Resistor 1k Ohm 1/4 Watt<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a> @<a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2F"> Jameco<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a></li>
<li>(1) <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProductDisplay%3FlangId%3D-1%26amp%3BstoreId%3D10001%26amp%3BcatalogId%3D10001%26amp%3BproductId%3D691104">Resistor  10k Ohm 1/4 Watt<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a> @<a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2F"> Jameco<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a></li>
<li>(1) <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProductDisplay%3FlangId%3D-1%26amp%3BstoreId%3D10001%26amp%3BcatalogId%3D10001%26amp%3BproductId%3D36038">Signal Diode  (eg, 1N4148)<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a> @<a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2F"> Jameco<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a></li>
<li>(1) <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProductDisplay%3FlangId%3D-1%26amp%3BstoreId%3D10001%26amp%3BcatalogId%3D10001%26amp%3BproductId%3D178597">NPN Transistor (eg, 2N3904)<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a> @<a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2F"> Jameco<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a></li>
<li>(1) <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProductDisplay%3FlangId%3D-1%26productId%3D333973%26catalogId%3D10001%26freeText%3D333973%26app.products.maxperpage%3D15%26storeId%3D10001%26search_type%3Djamecoall%26ddkey%3Dhttp%3AOrderItemAdd">LED<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a> @ <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2F"> Jameco<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a></li>
<li>(1) <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2Fwebapp%2Fwcs%2Fstores%2Fservlet%2FProductDisplay%3FlangId%3D-1%26amp%3BstoreId%3D10001%26amp%3BcatalogId%3D10001%26amp%3BproductId%3D207037">10K Thermistor<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a> @ <a href="http://www.avantlink.com/click.php?tt=cl&amp;mi=10609&amp;pw=32819&amp;url=http%3A%2F%2Fwww.jameco.com%2F"> Jameco<img src="http://www.avantlink.com/tpv/10609/0/26143/32819/-/cl/image.png" width="0" height="0" style="border: none !important; margin: 0px !important;" alt="" /></a></li>
<li>(1) <a href="http://www.mcmaster.com/#72855k24/=6ennjn" target="_blank">Moisture-Seal Heat-Shrink End Cap</a> @ <a href="http://mcmaster.com" target="_blank">McMaster-Carr</a></li>
<li>(6&#8243;-12&#8243;) <a href="http://www.mcmaster.com/#74965k64/=6enoe7" target="_blank">Moisture-Seal Heat-Shrink Tubing</a> @ <a href="http://mcmaster.com/" target="_blank">McMaster-Carr</a></li>
<li>(3&#8243;-6&#8243;) <a href="http://www.mcmaster.com/#aluminum-tubing/=6enp51" target="_blank">1/4&#8243; Inside Diameter Aluminum Tube</a> @ <a href="http://mcmaster.com/" target="_blank">McMaster-Carr</a></li>
<li>(1) <a href="http://www.mcmaster.com/#nema-plugs-connectors-and-receptacles/=6eoktp" target="_blank">120V AC Female Connector</a> @ <a href="http://mcmaster.com/" target="_blank">McMaster-Carr</a></li>
<li>(1) Heavy-gauge 3-prong extension cord or power cable</li>
<li>(1) Crock pot</li>
<li>(2-3) Glass canning jars &amp; lids (uniform size is ideal)</li>
<li>You&#8217;ll also need some lead wire, a soldering iron and a multimeter.</li>
</ul>
</blockquote>
<p style="padding-left: 30px;"><strong>Thermistor Preparation</strong></p>
<p style="padding-left: 30px;">Since the temperature readings will be taken in the water bath, we need a way to keep the thermistor from getting wet. Here&#8217;s a good reference for <a href="http://www.homebrewtalk.com/f51/diy-submersible-temperature-probe-26400/" target="_blank">constructing a waterproof sensor</a>.</p>
<div id="attachment_485" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/DIY_waterproof_thermistor_sensor.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-485" title="Waterproof Thermistor." src="http://rainbowlazer.com/wp-content/uploads/2010/03/DIY_waterproof_thermistor_sensor-300x225.jpg" alt="Waterproof Thermistor." width="300" height="225" /></a><p class="wp-caption-text">Waterproof Thermistor.</p></div>
<p style="padding-left: 30px;">I constructed my waterproof thermistor by first soldering the thermistor onto two long (~3&#8242;) lead wires, then wrapping the exposed wires with heat-shrink tubing. I slid a short length of aluminum tubing over the sensor, then used moisture-resistant shrink tubing to seal both ends. You could also use epoxy.</p>
<p style="padding-left: 30px;"><strong>Relay Construction</strong></p>
<p style="padding-left: 30px;">Sparkfun.com has <a href="http://www.sparkfun.com/commerce/tutorial_info.php?tutorials_id=119" target="_blank">a great tutorial for constructing a 120V relay outlet</a> specifically for this relay board. I recommend reading over their  instructions.</p>
<p style="padding-left: 30px; text-align: center;">
<div id="attachment_492" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_relay_assembled.gif" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-492 " title="Yogurt Maker Relay Assembly" src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_relay_assembled-300x225.jpg" alt="Yogurt Maker Relay Assembly" width="300" height="225" /></a><p class="wp-caption-text">Yogurt Maker Relay Assembly.</p></div>
<p style="padding-left: 30px;">I deviated slightly by using a female connector  instead of a GFCI   outlet. Use the extension cord&#8217;s male end with about 12&#8243;-14&#8243; of cord attached. Expose the three extension cord wires in the middle of the cord&#8217;s length. Cut the black wire and solder the ends to the relay board&#8217;s Load 1 and Load 2 connections. This is where the line voltage toggles on and off.</p>
<div id="attachment_488" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_relay.gif" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-488 " title="Relay Assembly: Black Wire is Soldered to Relay Board" src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_relay-300x225.jpg" alt="Relay Assembly: Black Wire is Soldered to Relay Board" width="300" height="225" /></a><p class="wp-caption-text">Relay Assembly: Black Wire is Soldered to Relay Board.</p></div>
<p style="padding-left: 30px;">The three wires on the end of the cord attach to the female connector. The extension cord&#8217;s green/blue wire attaches to the green screw terminal. This is the ground wire. The black and white wires attach to the other two screw terminals. Use a connectivity tester to make sure that the larger slot receptacle is connected to the larger prong on the plug.</p>
<div id="attachment_491" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_relay_connector.gif" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-491" title="Female Connector Assembly: Green/Blue Wire Attaches to Green/Ground Screw." src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_relay_connector-300x225.jpg" alt="Female Connector Assembly: Green/Blue Wire Attaches to Green/Ground Screw." width="300" height="225" /></a><p class="wp-caption-text">Female Connector Assembly: Green/Blue Wire Attaches to Green/Ground Screw.</p></div>
<p style="padding-left: 30px;">Be careful when working with line voltage, as it can kill you. The solder points on the relay are basically live exposed wires, so use a project enclosure of some sort to keep the relay from accidentally being touched. I used a discarded plastic petroleum jelly container.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9738136468704557";
/* 300x250, created 2/12/10 */
google_ad_slot = "4778708194";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p style="padding-left: 30px;"><strong>Circuit Building</strong></p>
<p style="padding-left: 30px;">Diagrams and schematics for the Arduino-controlled crockpot yogurt maker are shown below. If you haven&#8217;t yet, I&#8217;d also recommend checking out <a href="http://fritzing.org/" target="_blank">Fritzing</a>, an open-source, cross-platform development a tool that allows users to document and share their electronics prototypes.</p>
<div id="attachment_494" class="wp-caption aligncenter" style="width: 192px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/fritzing_icon.png" rel="shadowbox[post-436];player=img;"><img class="size-full wp-image-494 " title="Yogurt Maker Fritzing Diagram &amp; Schematic." src="http://rainbowlazer.com/wp-content/uploads/2010/03/fritzing_icon.png" alt="fritzing_icon" width="182" height="182" /></a><p class="wp-caption-text">Yogurt Maker Fritzing Diagram &amp; Schematic.</p></div>
<p style="padding-left: 30px;">Fritzing offers a visual mode  that allows circuits to be documented as they look in real life. This is  a great feature for those of us who aren&#8217;t electrical  engineers, or are just visual thinkers. The best part is that the visual mode is linked to a schematic drawn with traditional electronics symbols, which can really help electronics newbs to see the translation between visual circuit layout and schematic layout.</p>
<div id="attachment_486" class="wp-caption aligncenter" style="width: 306px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_breadboard.gif" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-486 " title="Circuitry Layout." src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_breadboard-296x300.gif" alt="yogurt_maker_breadboard" width="296" height="300" /></a><p class="wp-caption-text">Yogurt Maker Circuitry Layout.</p></div>
<div id="attachment_487" class="wp-caption aligncenter" style="width: 310px"><strong><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_schematic.gif" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-487 " title="Yogurt Maker Schematic." src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_maker_schematic-300x242.gif" alt="Yogurt Maker Schematic." width="300" height="242" /></a></strong><p class="wp-caption-text">Yogurt Maker Circuitry Schematic.</p></div>
<p style="padding-left: 30px; text-align: center;">
<h2 style="text-align: left;"><strong>Code</strong></h2>
<p style="padding-left: 30px; text-align: left;">
<pre class="brush: c"> /*
 Arduino-controlled crockpot thermostat, aka DIY yogurt maker.
 By Chris Reilly

http://www.rainbowlazer.com

 This program controls a relay that switches on an electric heating element (eg, crockpot) to control temperature for fermentation processes.
 The relay state is set based on readings from a thermistor which approximate the temperature of the heating element.
 The setup() function controls the stages of temperature for making yogurt.
 After adding powdered nonfat milk to liquid milk in glass canning containers, a water bath is set up in the heater, and the thermistor is placed in the bath.

 Stage 1 heats milk to 185F, to sterilize &amp; denature enzymes in the milk.
 During this stage it's useful to cover the heating element with insulation such as towels to allow for faster/more efficient heating.
 The temp will hold at 185F for ten minutes, then stage one ends.
 At the end of stage one, the buzzer will signal for one minute.

Stage 2 cools the milk to 110F. During this stage it's useful to remove the cover and insulation from the heating element to allow for faster cooling.
As soon as the temp reaches 110F, the buzzer will signal. The temp will hold at 110F for ten minutes, then stage two ends.
Yogurt or starter culture is added and containers sealed at the end of stage 2.

Stage 3 incubates the yogurt at 100F for 8 hours. This time can be increased to taste and will result in more sour yogurt.
After holding, the heating element will be shut off. At the end of stage 3, the alarm will sound for 10 minutes, at which point the yogurt containers should be refrigerated.

 The serial monitor can be used for temperature readouts and feedback on what the program is doing.
 */

 #include &lt;EEPROM.h&gt;
 #include &lt;math.h&gt;

 // These constants won't change:
 const int sensorPin = 0;     // pin that the sensor is attached to
 const int relayPin = 13;    //pin that turns the relay on or off
 const int buzzerPin = 9;    //pin that activates the piezo buzzer
 const int buttonPin = 12;    //pin that activates the piezo buzzer

 //do a better job of getting temp
 double thermistor_read(int sensorVal) { 

     //Vout = Vin * (R2/(R1 + R2)) = analogread
     double R2 = 10000; //the other (non-thermistor) resistor in our voltage divider
     double R1;  //the resistance of\the thermistor (this will be calculated from the analog-to-digital conversion taken at the sensor pin)
     double temp;     //temp will be calculated using the Steinhart-Hart thermistor equation
     double Vin = 4.6;  //reference voltage that we get from the board

     double Vout = sensorVal * (Vin/1024); //convert the ADC reading from the analog pin into a voltage. We'll need this to calculate the thermistor's resistance next

     R1 = ((R2 * Vin) / (Vout)) - R2; //calculate resistance from the analogread value. See this page for more info: http://en.wikipedia.org/wiki/Voltage_divider

     temp = 1 / (0.0011690592 + 0.00023090243 * log(R1) + .000000074484724 * pow(log(R1), 3));
     //Steinhart-Hart thermistor equation, using coefficients calculated from the manufacturere's data sheet,
     //and the calculator found here: http://www.capgo.com/Resources/Temperature/Thermistor/ThermistorCalc.html
     //this gives us temperature in Kelvin

     temp = temp - 273.15;            // Convert Kelvin to Celcius
     temp = (temp * 9.0)/ 5.0 + 32.0; // Convert Celcius to Fahrenheit

     return temp;
 }

//convert millis to readable hours:mins:seconds
void timestamp(unsigned long milliseconds) {
   int seconds = milliseconds / 1000;
   int minutes = seconds / 60;
   int hours = minutes / 60;

   seconds = seconds % 60;
   minutes = minutes % 60;

   if (hours &lt; 10)
     Serial.print("0");
   Serial.print(hours);
   Serial.print(":");

   if (minutes &lt; 10)
     Serial.print("0");
   Serial.print(minutes);

   Serial.print(":");

   if (seconds &lt; 10)      Serial.print("0");    Serial.print(seconds);  }  void printDouble(double val, byte precision) {   // prints val with number of decimal places determine by precision   // precision is a number from 0 to 6 indicating the desired decimal places   // example: printDouble(3.1415, 2); // prints 3.14 (two decimal places)   Serial.print (int(val));  //prints the int part   if( precision &gt; 0) {
    Serial.print("."); // print the decimal point
    unsigned long frac, mult = 1;
    byte padding = precision -1;
    while(precision--) mult *=10;
    if(val &gt;= 0) frac = (val - int(val)) * mult; else frac = (int(val) - val) * mult;
    unsigned long frac1 = frac;
    while(frac1 /= 10) padding--;
    while(padding--) Serial.print("0");
    Serial.print(frac,DEC) ;
  }
}

 //get to a specified temperature and hold
 //go_to_temp(target temp in F, duration in seconds to hold target temp for, whether to beep during hold time)
 boolean go_to_temp(double targetTemp, int holdFor, boolean alarm) { 

     //these need to be reset each time go_to_temp is called
     boolean tempReached = 0; //whether the target temp has been reached
     unsigned long startTime = 0; //the time in millis when the target temp is first reached
     int sensorValue = 0;         // the sensor value

     //loop the temp checking/relay control function until the target temp is reached, then hold for the amount of time specified in holdFor
     //the while statement will loop forever, until the target temperature is reached
     //once that happens, millis are used to count from startTime to startTime plus the length of holdFor
     while (millis() * tempReached &lt;= (startTime + holdFor * 1000) * tempReached) {
       sensorValue = analogRead(sensorPin); //get the resistance reading from the thermistor

       if ((int)millis() % 1000 == 0){ //test the temperature every five seconds
            timestamp(millis()); //print the time elapsed since starting
            Serial.print("\tTarget temp = ");
            Serial.print(targetTemp, DEC); //print the desired temperature in F
            Serial.print("\tApprox Temp = ");
            printDouble(thermistor_read(sensorValue), 2); //print the approximate temp. in F
            Serial.print(" F");

            if (thermistor_read(sensorValue) &lt; targetTemp) { //If below target temp, turn the crock pot on               digitalWrite(relayPin, HIGH);               Serial.print("\tRelay is ON");             }             else if (thermistor_read(sensorValue) &gt; targetTemp) { //If above target temp, turn the crock pot off
                digitalWrite(relayPin, LOW);
                Serial.print("\tRelay is OFF");
            }

            if (abs(thermistor_read(sensorValue) - targetTemp) &lt; 1) { //If approx. temp is within range of desired temp, log the time                 if (tempReached == 0) { //the tempReached boolean ensures this start time log only happens once                    startTime = millis();                    tempReached = 1;                 }             }              if (tempReached){ //if the target temp has been reached                     Serial.print("\tTarget temp reached at ");                     timestamp(startTime);                     Serial.print("\tholding for ");                     timestamp((startTime + holdFor * 1000) - millis());                     if (alarm)                       if (buzz(1) == 1) //buzz the buzzer to alert                         return tempReached; //if the temp is reached, and the buzzer buzzes, and the button is pushed, return true              }              Serial.println();        }     }     if (millis() * tempReached &gt; (startTime + holdFor * 1000) * tempReached)
        return tempReached;
}

//make the buzzer generate a tone
void tone(int targetPin, long frequency, long length) {
    long delayValue = 1000000/frequency/2;
    long numCycles = frequency * length/ 1000;

    for (long i=0; i &lt; numCycles; i++){                   // for the calculated length of time...
        if (micros() % (delayValue * 2) &lt; delayValue)
            digitalWrite(targetPin,HIGH);                     // write the buzzer pin high to push out the diaphram
        else
            digitalWrite(targetPin,LOW);                     // write the buzzer pin low to pull back the diaphram
        }
}

//cycle the tone on and off for a given duration, in seconds.
int buzz(long duration) {
   long buzzEnd = millis() + duration * 1000;
   int buttonState = digitalRead(buttonPin);

   while (millis() &lt; buzzEnd) {
         if (buttonState == HIGH) {
              if (millis() % 700 &lt; 125) {
                   tone(9, 1500, 75);
               }
               else if (175 &lt; (millis() % 700) &amp;&amp; (millis() % 700) &lt; 300)
                 tone(9, 1500, 75);
               else if (400 &lt; (millis() % 700) &amp;&amp; (millis() % 700) &lt; 600)
                  tone(9, 1000, 75);
               buttonState = digitalRead(buttonPin);
         }
         else
             return 1;
    }

    return 0;
}

//Pretty much everything is controlled from setup(), since we don't want the looping that happens in loop()
//
void setup() {
     Serial.begin(9600); //open communications over the serial port @ 9600 baud
     pinMode(buzzerPin, OUTPUT); // set a pin for buzzer output
     pinMode(12, INPUT); // set a pin for pushbutton input

     /*
     Each one of these if statements below is one stage in the fermentation.
     */

     if (go_to_temp(185 /*temp(F)*/, (60 * 10) /*hold(seconds)*/, 0 /*to beep or not to beep during hold time*/) == 1) {//heat to temp (F) and hold for hold time (seconds)
         Serial.println();
         Serial.print("Stage 1 (Sterilize) Complete at ");
         timestamp(millis());
         Serial.println();
         Serial.println("Push button to advance.");
         Serial.println();
         buzz(300); //sometimes we want the alarm to happen after the hold time is complete, like in this case.
     }

     if (go_to_temp(110 /*temp(F)*/, (60 * 20) /*hold(seconds)*/, 1 /*to beep or not to beep during hold time*/) == 1) {//heat to temp (F) and hold for hold time (seconds)
         Serial.println();
         Serial.print("Stage 2 (Cool) Complete at ");
         timestamp(millis());
         Serial.println();
         Serial.println("Add yogurt/culture and seal containers.");
         Serial.println();
     }

     if (go_to_temp(110 /*temp(F)*/, 25200 /*hold(seconds)*/, 0 /*to beep or not to beep during hold time*/) == 1) {//heat to temp (F) and hold for hold time (seconds)
         Serial.println();
         Serial.print("Stage 3 (Incubate) Complete at ");
         timestamp(millis());
         Serial.println();
         Serial.println("Push button to stop buzzer.");
         Serial.println();
        // buzz(600);
     }
}

 void loop() { } //all our looping happens in individual functions
</pre>
<h2>Making Yogurt</h2>
<div id="attachment_513" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/wash_everything.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-513" title="Wash Everything!" src="http://rainbowlazer.com/wp-content/uploads/2010/03/wash_everything-300x225.jpg" alt="Wash Everything!" width="300" height="225" /></a><p class="wp-caption-text">Wash Everything! Before starting, gather up all the containers, lids and stirring  utensils to be used and thoroughly wash with hot, soapy water.</p></div>
<div id="attachment_514" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_ingredients.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-514" title="Ingredients: 1/2 gallon milk, 1 package dry milk, yogurt or starter culture" src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_ingredients-300x225.jpg" alt="Ingredients: 1/2 gallon milk, 1 package dry milk, yogurt or starter culture" width="300" height="225" /></a><p class="wp-caption-text">Ingredients: 1/2 gallon milk, 1 package dry milk, yogurt or starter culture. Let the yogurt come to room temperature before using; make sure that it contains live cultures &amp; isn&#39;t expired!</p></div>
<div id="attachment_515" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_add_dry_milk.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-515" title="Add dry milk." src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_add_dry_milk-300x225.jpg" alt="Add dry milk." width="300" height="225" /></a><p class="wp-caption-text">Add the Dry Milk to the Wet Milk. Stir Thoroughly.</p></div>
<div id="attachment_516" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_in_water_bath.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-516" title="Fill Containers and Place in Water Bath" src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_in_water_bath-300x225.jpg" alt="Fill Containers and Place in Water Bath" width="300" height="225" /></a><p class="wp-caption-text">Fill Containers and Place in Water Bath in Crock Pot.</p></div>
<div id="attachment_510" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/insert_thermistor.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-510" title="Insert the Thermistor " src="http://rainbowlazer.com/wp-content/uploads/2010/03/insert_thermistor-300x225.jpg" alt="Insert the Thermistor in the Water Bath (Loosely cover jars to prevent condensation from dripping in)" width="300" height="225" /></a><p class="wp-caption-text">Insert the Thermistor in the Water Bath (Loosely cover jars to prevent condensation from dripping in).</p></div>
<div id="attachment_511" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_attach_relay.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-511" title="Plug it in" src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_attach_relay-300x225.jpg" alt="Plug the Crockpot into the Relay, the Relay into a Power Source" width="300" height="225" /></a><p class="wp-caption-text">Plug the Crockpot into the Relay, the Relay into a Power Source.</p></div>
<div id="attachment_512" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_insulated.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-512" title="Cover &amp; Insulate" src="http://rainbowlazer.com/wp-content/uploads/2010/03/yogurt_insulated-300x225.jpg" alt="Cover the Crockpot and Insulate with Towels or Blankets" width="300" height="225" /></a><p class="wp-caption-text">Cover the crockpot and insulate with towels or blankets to help the heating stage go faster. The milk will heat to 185° F.</p></div>
<div id="attachment_555" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/04/yogurt_maker_arduino_serial_monitor.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-555" title="Arduino Serial Monitor" src="http://rainbowlazer.com/wp-content/uploads/2010/04/yogurt_maker_arduino_serial_monitor-300x294.jpg" alt="Arduino Serial Monitor" width="300" height="294" /></a><p class="wp-caption-text">Plug the Arduino into a Computer. The Serial Monitor will give Feedback and Instructions.</p></div>
<div id="attachment_560" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/04/add_starter.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-560" title="add_starter" src="http://rainbowlazer.com/wp-content/uploads/2010/04/add_starter-300x225.jpg" alt="Add Starter to Cooled Milk" width="300" height="225" /></a><p class="wp-caption-text">After the milk has cooled to 110° F, add starter or yogurt (about a tablespoon per container).</p></div>
<div id="attachment_559" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/04/incubate.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-559" title="Incubate" src="http://rainbowlazer.com/wp-content/uploads/2010/04/incubate-300x225.jpg" alt="Incubate" width="300" height="225" /></a><p class="wp-caption-text">Seal the lids tightly and incubate for 7 hours (or more) at 100°F.</p></div>
<div id="attachment_558" class="wp-caption aligncenter" style="width: 310px"><a href="http://rainbowlazer.com/wp-content/uploads/2010/04/its_yogurt.jpg" rel="shadowbox[post-436];player=img;"><img class="size-medium wp-image-558" title="its_yogurt" src="http://rainbowlazer.com/wp-content/uploads/2010/04/its_yogurt-300x225.jpg" alt="It's Yogurt!" width="300" height="225" /></a><p class="wp-caption-text">It&#39;s Yogurt! Refrigerate after opening.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://rainbowlazer.com/scripting-programming/arduino/arduino-yogurt-maker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plaque Buildup: Bronze Casting from Laser-Cut Forms</title>
		<link>http://rainbowlazer.com/cnc-fabrication/laser-cutting/bronze-casting-from-laser-cut-forms/</link>
		<comments>http://rainbowlazer.com/cnc-fabrication/laser-cutting/bronze-casting-from-laser-cut-forms/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 17:26:49 +0000</pubDate>
		<dc:creator>Chris Reilly</dc:creator>
				<category><![CDATA[2D->3D]]></category>
		<category><![CDATA[Foundry]]></category>
		<category><![CDATA[Laser Cutting]]></category>

		<guid isPermaLink="false">http://rainbowlazer.com/?p=397</guid>
		<description><![CDATA[Here are some pictures and notes from a test of a bronze casting using forms produced on a laser-cutter. This is a casting of a plaque with text, produced first by engraving into a 1/2&#8243; deep piece of acrylic using a laser cutter. The acrylic form is used to create a negative mold in casting [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some pictures and notes from a test of a bronze casting using forms produced on a laser-cutter. This is a casting of a plaque with text, produced first by engraving into a 1/2&#8243; deep piece of acrylic using a laser cutter. The acrylic form is used to create a negative mold in casting sand, which can then accept molten bronze.</p>
<p>This was a really cool project and seems to be successful. I&#8217;m hoping to continue and try some more interesting forms beyond text. I think cutting-edge fabrication technology is at it&#8217;s best when combined with established/non-digital techniques&#8211;it&#8217;s the best of both worlds!</p>
<p>This pour took place at the <a href="http://www.butlerstreetfoundry.com/www/htdocs/butler/Custom_Fabrication.htm" target="_blank">Butler Street Foundry</a> in Chicago. </p>
<p style="text-align: center;">
<div id="attachment_398" class="wp-caption aligncenter" style="width: 310px"><a title="Laser-cut Form for Bronze Casting" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0166.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-398 " title="Laser-cut Form for Bronze Casting" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0166-300x225.jpg" alt="Laser-cut Form for Bronze Casting" width="300" height="225" /></a><p class="wp-caption-text">Laser-cut Form for Bronze Casting</p></div>
<div id="attachment_414" class="wp-caption aligncenter" style="width: 310px"><a title="The Final Product: A Cast Bronze Plaque" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0329.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-414 " title="The Final Product: A Cast Bronze Plaque" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0329-300x225.jpg" alt="The Final Product: A Cast Bronze Plaque" width="300" height="225" /></a><p class="wp-caption-text">The Final Product: A Cast Bronze Plaque</p></div>
<div id="attachment_399" class="wp-caption aligncenter" style="width: 310px"><a title="A Deep Raster Engraving With a Tapered Shoulder Makes for a Great Plaque Form" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0167.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-399 " title="A Deep Raster Engraving With a Tapered Shoulder Makes for a Great Plaque Form" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0167-300x225.jpg" alt="A Deep Raster Engraving With a Tapered Shoulder Makes for a Great Plaque Form" width="300" height="225" /></a><p class="wp-caption-text">A Deep Raster Engraving With a Tapered Shoulder Makes for a Great Plaque Form</p></div>
<div id="attachment_401" class="wp-caption aligncenter" style="width: 310px"><a title="A Two-part Sand Mold Will Recieve the Molten Bronze" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0194.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-401 " title="A Two-part Sand Mold Will Recieve the Molten Bronze" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0194-300x225.jpg" alt="A Two-part Sand Mold Will Recieve the Molten Bronze" width="300" height="225" /></a><p class="wp-caption-text">A Two-part Sand Mold Will Recieve the Molten Bronze</p></div>
<div id="attachment_402" class="wp-caption aligncenter" style="width: 310px"><a title="Casting Sand Packed into the Two-part Sand Mold Holds an Impression of the Laser-cut Form" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0195.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-402 " title="Casting Sand Packed into the Two-part Sand Mold Holds an Impression of the Laser-cut Form" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0195-300x225.jpg" alt="Casting Sand Packed into the Two-part Sand Mold Holds an Impression of the Laser-cut Form" width="300" height="225" /></a><p class="wp-caption-text">Casting Sand Packed into the Mold Holds an Impression of the Laser-cut Form</p></div>
<div id="attachment_403" class="wp-caption aligncenter" style="width: 310px"><a title="Casting Sand is a Mixture of Sand &amp; Clay; Imagine the Best Sand-Castle Sand, Times Ten" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0196.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-403 " title="Casting Sand is a Mixture of Sand &amp; Clay; Imagine the Best Sand-Castle Sand, Times Ten" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0196-300x225.jpg" alt="Casting Sand is a Mixture of Sand &amp; Clay; Imagine the Best Sand-Castle Sand, Times Ten" width="300" height="225" /></a><p class="wp-caption-text">Casting Sand is a Mixture of Sand &amp; Clay; Imagine the Best Sand-Castle Sand, Times Ten</p></div>
<div id="attachment_400" class="wp-caption aligncenter" style="width: 310px"><a title="A Gas Furnace is Used to Melt the Bronze" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0169.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-400 " title="A Gas Furnace is Used to Melt the Bronze" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0169-300x225.jpg" alt="A Gas Furnace is Used to Melt the Bronze" width="300" height="225" /></a><p class="wp-caption-text">A Gas Furnace is Used to Melt the Bronze</p></div>
<div id="attachment_404" class="wp-caption aligncenter" style="width: 310px"><a title="Solid Bronze Goes into the Furnace to Melt" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0211.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-404 " title="Solid Bronze Goes into the Furnace to Melt" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0211-300x225.jpg" alt="Solid Bronze Goes into the Furnace to Melt" width="300" height="225" /></a><p class="wp-caption-text">Solid Bronze Goes into the Furnace to Melt</p></div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9738136468704557";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0066cc";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<div id="attachment_405" class="wp-caption aligncenter" style="width: 310px"><a title="Solid Bronze Goes into the Furnace to Melt" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0213.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-405 " title="Solid Bronze Goes into the Furnace to Melt" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0213-300x225.jpg" alt="Solid Bronze Goes into the Furnace to Melt" width="300" height="225" /></a><p class="wp-caption-text">Solid Bronze Goes into the Furnace to Melt</p></div>
<div id="attachment_406" class="wp-caption aligncenter" style="width: 310px"><a title="Lifting the Lid off the Furnace" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0244.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-406 " title="Lifting the Lid off the Furnace" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0244-300x225.jpg" alt="Lifting the Lid off the Furnace" width="300" height="225" /></a><p class="wp-caption-text">Lifting the Lid off the Furnace</p></div>
<div id="attachment_407" class="wp-caption aligncenter" style="width: 310px"><a title="The Molten Bronze is Lifted Out of the Furnace in a Container Called a Crucible" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0248.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-407 " title="The Molten Bronze is Lifted Out of the Furnace in a Container Called a Crucible" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0248-300x225.jpg" alt="The Molten Bronze is Lifted Out of the Furnace in a Container Called a Crucible" width="300" height="225" /></a><p class="wp-caption-text">The Molten Bronze is Lifted Out of the Furnace in a Container Called a Crucible</p></div>
<div id="attachment_408" class="wp-caption aligncenter" style="width: 310px"><a title="Molten Bronze Hoisted out of the Furnace" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0262.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-408 " title="Molten Bronze Hoisted out of the Furnace" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0262-300x225.jpg" alt="Molten Bronze Hoisted out of the Furnace" width="300" height="225" /></a><p class="wp-caption-text">Molten Bronze Hoisted out of the Furnace</p></div>
<div id="attachment_409" class="wp-caption aligncenter" style="width: 310px"><a title="Molten Bronze Hoisted out of the Furnace" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0263.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-409 " title="Molten Bronze Hoisted out of the Furnace" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0263-300x225.jpg" alt="Molten Bronze Hoisted out of the Furnace" width="300" height="225" /></a><p class="wp-caption-text">Molten Bronze Hoisted out of the Furnace</p></div>
<div id="attachment_410" class="wp-caption aligncenter" style="width: 310px"><a title="Molten Bronze in the Crucible" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0266.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-410 " title="Molten Bronze in the Crucible" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0266-300x225.jpg" alt="Molten Bronze in the Crucible" width="300" height="225" /></a><p class="wp-caption-text">Molten Bronze in the Crucible</p></div>
<div id="attachment_411" class="wp-caption aligncenter" style="width: 310px"><a title="Molten Bronze Poured from the Crucible into the Two-Part Sand Mold" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0303.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-411 " title="Molten Bronze Poured from the Crucible into the Two-Part Sand Mold" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0303-300x225.jpg" alt="Molten Bronze Poured from the Crucible into the Two-Part Sand Mold" width="300" height="225" /></a><p class="wp-caption-text">Molten Bronze Poured from the Crucible into the Two-Part Sand Mold</p></div>
<div id="attachment_412" class="wp-caption aligncenter" style="width: 310px"><a title="Molten Bronze Cools in the Two-Part Sand Mold: Weights are Placed on Top to Contain the Hydraulic Pressure Created in the Mold" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0313.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-412  " title="Molten Bronze Cools in the Two-Part Sand Mold: Weights are Placed on Top to Contain the Hydraulic Pressure Created in the Mold" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0313-300x225.jpg" alt="Molten Bronze Cools in the Two-Part Sand Mold" width="300" height="225" /></a><p class="wp-caption-text">Molten Bronze Cools in the Two-Part Sand Mold: Weights are Placed on Top to Contain the Hydraulic Pressure Created in the Mold</p></div>
<div id="attachment_413" class="wp-caption aligncenter" style="width: 310px"><a title="After About 20 Minutes, the Bronze has Cooled Enough to be Released from the Two-Part Sand Mold" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0324.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-413 " title="After About 20 Minutes, the Bronze has Cooled Enough to be Released from the Two-Part Sand Mold" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0324-300x225.jpg" alt="After About 20 Minutes, the Bronze has Cooled Enough to be Released from the Two-Part Sand Mold" width="300" height="225" /></a><p class="wp-caption-text">After About 20 Minutes, the Bronze has Cooled Enough to be Released from the Two-Part Sand Mold</p></div>
<div id="attachment_415" class="wp-caption aligncenter" style="width: 310px"><a title="Bronze Casting Released from the Two-Part Sand Mold" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0330.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-415 " title="Bronze Casting Released from the Two-Part Sand Mold" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0330-300x225.jpg" alt="Bronze Casting Released from the Two-Part Sand Mold" width="300" height="225" /></a><p class="wp-caption-text">Bronze Casting Released from the Two-Part Sand Mold</p></div>
<div id="attachment_416" class="wp-caption aligncenter" style="width: 310px"><a title="The Final Product: A Cast Bronze Plaque" href="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0334.jpg" rel="shadowbox[post-397];player=img;"><img class="size-medium wp-image-416 " title="The Final Product: A Cast Bronze Plaque" src="http://rainbowlazer.com/wp-content/uploads/2010/01/DSCF0334-300x225.jpg" alt="The Final Product: A Cast Bronze Plaque" width="300" height="225" /></a><p class="wp-caption-text">The Final Product: A Cast Bronze Plaque</p></div>
]]></content:encoded>
			<wfw:commentRss>http://rainbowlazer.com/cnc-fabrication/laser-cutting/bronze-casting-from-laser-cut-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
