<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>Weblog of Troy Adams</title>
	<link>http://blog.troyadams.ca</link>
	<description>The somewhat useful,</description>
	<pubDate>Fri, 19 Dec 2008 00:30:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>arduino temperature control (part 1)</title>
		<link>http://blog.troyadams.ca/2008/12/18/arduino-temperature-control-part-1/</link>
		<comments>http://blog.troyadams.ca/2008/12/18/arduino-temperature-control-part-1/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 00:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[arduino]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[electronics]]></category>

		<guid isPermaLink="false">http://blog.troyadams.ca/2008/12/18/arduino-temperature-control-part-1/</guid>
		<description><![CDATA[For reference purposes, it may be handy to carry along a copy of the datasheet for the DS18B20 device.  You should be able to get one from Maxim at &#8216;http://datasheets.maxim-ic.com/en/ds/DS18B20.pdf&#8217;.
Wiring up the DS18B20 is simple.  I found pin configurations on page one of the datasheet and a wiring example on page six of the datasheet:
     [...]]]></description>
			<content:encoded><![CDATA[<p>For reference purposes, it may be handy to carry along a copy of the datasheet for the DS18B20 device.  You should be able to get one from Maxim at &#8216;http://datasheets.maxim-ic.com/en/ds/DS18B20.pdf&#8217;.</p>
<p>Wiring up the DS18B20 is simple.  I found pin configurations on page one of the datasheet and a wiring example on page six of the datasheet:</p>
<p><a href="http://blog.troyadams.ca/2008/12/18/arduino-temperature-control-part-1/ds18b20-to-92-pin-configuration/" rel="attachment wp-att-5" title="DS18B20 TO-92 pin configuration"><img src="http://blog.troyadams.ca/wp-content/uploads/2008/12/ds18b20-pinout.png" alt="DS18B20 TO-92 pin configuration" /></a>     <a href="http://blog.troyadams.ca/2008/12/18/arduino-temperature-control-part-1/ds18b20-wiring/" rel="attachment wp-att-6" title="DS18B20 wiring"><img src="http://blog.troyadams.ca/wp-content/uploads/2008/12/ds18b20-wiring.png" alt="DS18B20 wiring" /></a></p>
<p>I tied the 1-Wire BUS line I/O line 9 on the Arduino.  The rest is programming now.</p>
<p>Reading &#8216;http://www.arduino.cc/playground/Learning/OneWire&#8217; revealed that Jim Studt created a  <span class="wikiword">nice OneWire</span> library for the Arduino that, thankfully, makes this whole thing a lot easier than I thought it would be.  It seems there are a few modifications by other authors that have been useful as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.troyadams.ca/2008/12/18/arduino-temperature-control-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>folder restore for Zimbra users</title>
		<link>http://blog.troyadams.ca/2007/12/21/folder-restore-for-zimbra-users/</link>
		<comments>http://blog.troyadams.ca/2007/12/21/folder-restore-for-zimbra-users/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 19:37:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.troyadams.ca/?p=3</guid>
		<description><![CDATA[I ran into a situation where a service recipient had deleted their Zimbra sent folder.  Zimbra NE allows me to restore the user&#8217;s account to another account just fine but then what do I do to get the mail folder over to the production account.   I ended up spending the weekend coding [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a situation where a service recipient had deleted their Zimbra sent folder.  Zimbra NE allows me to restore the user&#8217;s account to another account just fine but then what do I do to get the mail folder over to the production account.   I ended up spending the weekend coding an automated restore.  Right now it is very &#8220;alpha&#8221; but I thought I had better share my code with people out there who are hurting like I was.  [download: <a href="http://www.troyadams.ca/code/zmcopyfolder">http://www.troyadams.ca/code/zmcopyfolder</a>]</p>
<p> <a href="http://blog.troyadams.ca/2007/12/21/folder-restore-for-zimbra-users/#more-3" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.troyadams.ca/2007/12/21/folder-restore-for-zimbra-users/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

