<?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>Casual Blog &#187; Projects</title>
	<atom:link href="http://www.casualhacker.net/blog/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.casualhacker.net/blog</link>
	<description>I&#039;m Tim and this is my blog. I just started a year-long trip around the world on 7/1/08.</description>
	<lastBuildDate>Mon, 26 Jul 2010 00:03:36 +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>Arduino Control Of Alton Brown Smoker</title>
		<link>http://www.casualhacker.net/blog/2010/01/arduino-control-of-alton-brown-smoker/</link>
		<comments>http://www.casualhacker.net/blog/2010/01/arduino-control-of-alton-brown-smoker/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 04:27:01 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.casualhacker.net/blog/?p=447</guid>
		<description><![CDATA[I build Alton Brown&#8217;s flower pot smoker a while ago, and have used it quite a bit. The first few times trying to control temperature with a meat thermometer and by adjusting the hot plate inside. This sucked. Then I used it with an oven thermostat, but I found it pretty imprecise. I&#8217;ve finally built [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/cgi-bin/picindex.py/album/blog/smoker1/p1070462.jpg"><img vspace="8" hspace="15" align="left" alt="p1070462" src="/cgi-bin/resize.py/album/blog/smoker1/p1070462.jpg?s=240x240" /></a>I build Alton Brown&#8217;s flower pot smoker a while ago, and have used it quite a bit. The first few times trying to control temperature with a meat thermometer and by adjusting the hot plate inside. This sucked. Then I used it with an oven thermostat, but I found it pretty imprecise. I&#8217;ve finally built a simple circuit controlled by an Arduino that should make all this better.</p>
<p><a href="/cgi-bin/picindex.py/album/blog/smoker1/p1070460.jpg"><img vspace="8" hspace="15" align="right" alt="p1070460" src="/cgi-bin/resize.py/album/blog/smoker1/p1070460.jpg?s=240x240" /></a>I&#8217;m using a DS18B20 temperature sensor because I had one from another project. It&#8217;s only rated to 257F but I tend to smoke cool anyway. I am not relying on the parasitic mode because that&#8217;s supposed to not work well at high temperatures. The Arduino (a RBBB from <a href="http://www.moderndevice.com/">Modern Device</a>) reads the temperature. If it&#8217;s below 210F then it turns on a relay. If it&#8217;s above 210F it turns the relay off. I might experiment with fancier algorithms later.</p>
<p><a href="/cgi-bin/picindex.py/album/blog/smoker1/p1070467.jpg"><img vspace="8" hspace="15" align="left" alt="p1070467" src="/cgi-bin/resize.py/album/blog/smoker1/p1070467.jpg?s=240x240" /></a>The relay is soldered in line with an extension cord, which just has the hot plate plugged into it. Because the relay&#8217;s coil voltage is 12V, I use a 15V (unlabeled) power supply. A 5V regulator creates power for the microcontroller and the display.</p>
<p><a href="/cgi-bin/picindex.py/album/blog/smoker1/p1070477.jpg"><img vspace="8" hspace="15" align="right" alt="p1070477" src="/cgi-bin/resize.py/album/blog/smoker1/p1070477.jpg?s=240x240" /></a>I got some 7-segment LEDs to display the current temperature. Using a 7 (1 for each segment) by 3 (for each digit) matrix they are controlled with 10 pins. Only 1 segment is lit up at each time, so each segment is on for at most a 7th of the time. With my current code it&#8217;s worse than that, but I don&#8217;t know how much. (Scope donations are welcome.) This works great indoors, but as you can tell in the pictures is not bright enough to be read in bright sunlight. I stuck a tube over the display so I could read it.</p>
<p><a href="/cgi-bin/picindex.py/album/blog/smoker1/p1070474.jpg"><img vspace="8" hspace="15" align="left" alt="p1070474" src="/cgi-bin/resize.py/album/blog/smoker1/p1070474.jpg?s=240x240" /></a>Anyway, results: It worked pretty well. I had a problem with getting the sensor in the right place. Probably this has to do with the air flow in the smoker. I might drill a hole in the lid next time instead of running it through the side somewhere. But once I had it in a good spot, everything was very reliable. With the oven thermostat the temperature would regularly be off by 40F either way, and I&#8217;d check up on it every 10 minutes and often would adjust the thermostat a little. There was none of that this time. I still checked every 15 minutes, but towards the end left it alone for almost an hour. I overdid the ribs I put in there a bit, but the flavor was still good, and the thick parts came out very nice.</p>
<p><a href="/cgi-bin/picindex.py/album/blog/smoker1/p1070468.jpg"><img vspace="8" hspace="15" align="right" alt="p1070468" src="/cgi-bin/resize.py/album/blog/smoker1/p1070468.jpg?s=240x240" /></a>You can grab source/schematic <a href="/data/temp_monitor-1.0.tar.gz">here</a>. The schematic is a little rough, but all the wires are there. It does show 2 buttons which I haven&#8217;t wired up yet, and for which no code exists. The idea is to use them to change the goal temperature. I build the code with jam and avr-gcc. This is not an Arduino project. I&#8217;m just using that hardware.</p>
<p>I&#8217;d love to hear from anyone who builds this, has questions, or has done something similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualhacker.net/blog/2010/01/arduino-control-of-alton-brown-smoker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Homemade Squat Stands</title>
		<link>http://www.casualhacker.net/blog/2008/04/homemade-squat-stands/</link>
		<comments>http://www.casualhacker.net/blog/2008/04/homemade-squat-stands/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 23:23:54 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.casualhacker.net/blog/?p=129</guid>
		<description><![CDATA[Inspired by Patrick&#8217;s design I made a pair of squat stands for Danielle and I to use. Because two people of different heights are supposed to use it, I came up with this design. It improves Patrick&#8217;s design in that there&#8217;s something to (gently) run into, so it requires less finesse to put the bar [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/cgi-bin/picindex.py/album/blog/squat-stands/IMG_0795.jpg"><img vspace="8" hspace="15" align="left" alt="IMG_0795" src="/cgi-bin/resize.py/album/blog/squat-stands/IMG_0795.jpg?s=240x240" /></a>Inspired by <a href="http://patrickhdonnelly.blogspot.com/2008/01/diy-squat-rack-and-adjustable.html">Patrick&#8217;s design</a> I made a pair of squat stands for Danielle and I to use. Because two people of different heights are supposed to use it, I came up with this design. It improves Patrick&#8217;s design in that there&#8217;s something to (gently) run into, so it requires less finesse to put the bar down after a heavy squat.<br />
Construction is pretty straightforward. Buy yourself enough 2&#215;4 to cut the 5 lengths for each stand. I got 5 10&#8242; pieces of 2&#215;4. Cut them to the desired lengths. Glue and screw them together. In my pictures, the black lines indicate where I put screws. I have a set of screws at the top, in the middle, and in the bottom. You can use bolts, or whatever. I just happened to have a bunch of 3&#8243; screws sitting around so I used them. Then stand your wood up in the 5 gallon bucket, and fill with concrete until almost the top. Each bucket has about 45 lbs of quick set concrete in them. It seems usable after 24 hours, but it&#8217;s definitely not completely set yet at that time. Patrick let his sit for 2 days. I just wasn&#8217;t that patient.<br />
The stands are pretty usable. It&#8217;s easy to rock them side to side, but as long as the bar doesn&#8217;t go over the bottom edge of the bucket, the stands will just rock back to their stable position. It&#8217;s not as nice as a rack, but it&#8217;s a lot cheaper. I spent less than $50 on it all, and about a day on construction. If you have a miter saw, you&#8217;ll spend a lot less time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.casualhacker.net/blog/2008/04/homemade-squat-stands/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
