<?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>^2&#039; &#187; At Home</title>
	<atom:link href="http://andrew-stephanie.ca/category/home/feed" rel="self" type="application/rss+xml" />
	<link>http://andrew-stephanie.ca</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 18:57:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Novation Launchpad with Torq and Pure Data</title>
		<link>http://andrew-stephanie.ca/novation-launchpad-torq-pure-data</link>
		<comments>http://andrew-stephanie.ca/novation-launchpad-torq-pure-data#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:27:27 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[Ableton]]></category>
		<category><![CDATA[dj]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[Pure Data]]></category>
		<category><![CDATA[Torq]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=1213</guid>
		<description><![CDATA[Introduction <p>The Launchpad is a midi controller by Novation, designed for use with Ableton Live. There are many reviews and videos showing the Launchpad and Live in action, but there isn&#8217;t a lot of information about using it with other software. I wanted to add more buttons and faders to my Bedroom DJ setup, which [...]]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<p>The Launchpad is a midi controller by Novation, designed for use with Ableton Live.  There are many reviews and <a href="http://www.youtube.com/results?search_query=torq+launchpad+ableton&amp;oq=torq+launchpad+ableton&amp;aq=f&amp;aqi=&amp;aql=&amp;gs_sm=e&amp;gs_upl=135625l139487l0l139669l22l20l0l14l0l0l222l784l3.2.1l6l0">videos</a> showing the Launchpad and Live in action, but there isn&#8217;t a lot of information about using it with other software.  I wanted to add more buttons and faders to my <a title="Bedroom DJ" href="http://andrew-stephanie.ca/dj">Bedroom DJ setup</a>, which could be done with other devices, but all those blinking buttons and colourful LEDS were too much to resist.</p>
<h2>The Problem</h2>
<p>The Launchpad works well with Ableton Live, and Torq can be re-wired into Live.  With this setup, Live controls the  Session and Mixer pages, and you can map the buttons on the User1 and User2 pages to the controls in Torq &#8211; enable LaunchPad in Torq&#8217;s MIDI settings, then just right-click the Torq control, then press a button.</p>
<p>This works, but it&#8217;s rather disappointing and boring because the LEDs don&#8217;t turn on and off.   You see, Live contains some built-in logic that receives incoming MIDI signals from the Launchpad, translates the signal into actions and events in Live, and outputs MIDI signals back to the Launchpad to control the LEDs.</p>
<p>Novation&#8217;s Automap program promises to map Launchpad buttons into any software, but from what I can tell it really only works with VST plug-ins and a few other software packages.</p>
<h2>The Solution</h2>
<p>Novation has produced the <a href="http://www.novationmusic.com/support/launchpad/">LaunchPad Programmer&#8217;s Reference Guide</a>, which describes the MIDI notes and control signals used by the Launchpad.  Armed with this information, the logic built-into Live can be re-written and customized using a Pure Data patch.  With this setup:</p>
<ol>
<li>A button press on the Launchpad sends a MIDI note</li>
<li>The MIDI note is mapped to a control in Torq (or any other MIDI-aware application) and triggers some action.</li>
<li>The MIDI note is also received by Pure Data, which processes the note and sends a MIDI note back to the launchpad.  The velocity of this note determines the colour and brightness of the LED.</li>
</ol>
<h2>Progress So Far</h2>
<p>To date I have created a simple patch that is working quite well and which I will upload here shortly along with usage instructions.  Using it, I&#8217;ve created a customizable layout for Torq that maps Quick-Cues, Looping, Effects on/off, Master/Sync, Internal/External control and more.</p>
<p>To create a mapping, an object is created for each button and assigned a MIDI note, a button type (on/off and momentary), and a colour.  Unmapped buttons are off, mapped buttons are dimly-lit when inactive and brightly lit when activated.  Loading different Pure Data patches configured this way allows you to create an LED-scheme for multiple programs.</p>
<h2>Still to Come</h2>
<p>To fully reproduce all the features available with Live, I still need to implement:</p>
<ol>
<li>The page, session, user1, user2, and mixer controls.  Being able to switch pages turns the 64-button grid into an N-button grid.  64 buttons seems like a lot, but you&#8217;ll use them up fast!</li>
<li>Faders.  This is a very cool feature of the Launchpad that lets buttons act as faders and knobs.  To implement this, Pure Data needs to map a range of MIDI notes into a single MIDI note with a range of velocities.  It will also change the routing of MIDI signals.  With the basic buttons, LaunchPad &lt;&#8211;&gt; Pure Data and LaunchPad &#8211;&gt; Torq.  To implement a fader will require LaunchPad &lt;&#8211;&gt; Pure Data and Pure Data &#8211;&gt; Torq.</li>
</ol>
<p>I&#8217;m confident this can happen and it&#8217;s just a matter of finding time to build it.</p>
<h2>Other Ideas</h2>
<ul>
<li>implement the LED logic in Max for Live to toggle LEDS for the User1 and User2 pages from within Ableton Live</li>
<li>implement the LED logic in a VST plug-in and launch it from within Torq (or any other app supporting VSTs)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/novation-launchpad-torq-pure-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bedroom DJ</title>
		<link>http://andrew-stephanie.ca/dj</link>
		<comments>http://andrew-stephanie.ca/dj#comments</comments>
		<pubDate>Mon, 23 Jan 2012 18:24:40 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[dj]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[Torq]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=1216</guid>
		<description><![CDATA[<p class="wp-caption-text">Conectiv</p> <p>When I first became interested in digital audio workstations (DAW) and computer-based music, I wanted to mix and sample and loop and sequence and make drum patterns and effects and this and that and the other thing. I was all over the place and wasn&#8217;t accomplishing much of anything until I decided to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1224" class="wp-caption alignright" style="width: 310px"><a href="http://andrew-stephanie.ca/wp-content/uploads/2012/01/m-audio-torq-.jpg"><img class="size-medium wp-image-1224" title="Conectiv" src="http://andrew-stephanie.ca/wp-content/uploads/2012/01/m-audio-torq--300x221.jpg" alt="Conectiv" width="300" height="221" /></a><p class="wp-caption-text">Conectiv</p></div>
<p>When I first became interested in digital audio workstations (<a href="http://en.wikipedia.org/wiki/Digital_audio_workstation">DAW</a>) and computer-based music, I wanted to mix and sample and loop and sequence and make drum patterns and effects and this and that and the other thing.  I was all over the place and wasn&#8217;t accomplishing much of anything until I decided to focus and start with the basics:  beat-matching and mixing with a turntable.</p>
<p>While a computer certainly isn&#8217;t required to achieve these simple goals, a computer-based setup makes getting started easy and more affordable.  My technical expertise lies more in the digital domain than the analog one, so the ability to hack, re-program, and re-wire a digital system  was also very appealing.</p>
<p>I did some research and decided to use <a href="http://www.m-audio.ca/products/en_ca/Torq20.html">Torq</a> software as the basis for my bedroom DJ setup.  It lets me beat-match on my turntable using <a href="http://en.wikipedia.org/wiki/Vinyl_emulation_software">time-coded vinyl</a> through M-Audio&#8217;s <a href="http://www.m-audio.com/products/en_us/TorqConectivVinylCDPack.html">Conectiv</a> device (which also provides 2 audio input channels and 2 output channels) and mix using an <a href="http://www.m-audio.com/products/en_us/XSessionPro.html">X-Session Pro</a> USB-MIDI control surface, which provides a tactile way to control Torq&#8217;s internal mixer and transport controls.  The Conectiv package also includes a licensed copy of Torq 2.0, making for a nice little setup for very little investment.  Finally, Torq will re-wire into Ableton Live if I want move beyond playing music and start to make my own.</p>
<div id="attachment_1221" class="wp-caption alignright" style="width: 310px"><a href="http://andrew-stephanie.ca/wp-content/uploads/2012/01/mAudioXSessionPro_Labeled.jpg"><img class="size-medium wp-image-1221" title="X-Session Pro" src="http://andrew-stephanie.ca/wp-content/uploads/2012/01/mAudioXSessionPro_Labeled-300x160.jpg" alt="X-Session Pro" width="300" height="160" /></a><p class="wp-caption-text">X-Session Pro</p></div>
<p>This setup has worked well (mostly &#8211; still some bugs in the Torq software but no show-stoppers) as I &#8220;practice and n_joy&#8221; the many fine videos produced by the <a href="http://www.djtutor.com/tutor/ellaskins">DJ Tutor</a>.  These videos are vastly superior to any other DJ How-To video I&#8217;ve ever seen.  Most YouTube DJs are more interested in showing-off their egos than explaining what they are doing.  Each DJ Tutor video uses a well-framed shot that highlights the controls and actions, and ellaskins uses humour and sound teaching techniques to produce videos that are informative, entertaining, and always end with the catchphrase, &#8220;Practice and N Joy&#8221;.</p>
<p>Good advice for anything, really.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/dj/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Landscaping Timelapse</title>
		<link>http://andrew-stephanie.ca/landscaping-timelapse</link>
		<comments>http://andrew-stephanie.ca/landscaping-timelapse#comments</comments>
		<pubDate>Sat, 11 Jun 2011 18:37:10 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[Front Page]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=1136</guid>
		<description><![CDATA[<p>Here&#8217;s a timelapse video of the moving of 2 yards of compost enriched soil out of the driveway into our front garden. It&#8217;s fun to watch the pile shrink. We stop to talk to the neighbour (who is off-camera) around the 15 second mark and there&#8217;s 1 frame of Stephanie carrying Thomson (it&#8217;s just a [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a timelapse video of the moving of 2 yards of <a href="http://www.carneyswaste.com/facilities/whistler_compost.html">compost enriched soil </a> out of the driveway into our front garden.  It&#8217;s fun to watch the pile shrink.  We stop to talk to the neighbour (who is off-camera) around the 15 second mark and there&#8217;s 1 frame of Stephanie carrying Thomson (it&#8217;s just a flash).  Unfortunately I didn&#8217;t capture the celebratory beer drinking at the end.</p>
<div class="video-js-box" style="margin: 3px 0 10px 0;"><div class="player-42" href="http%3A%2F%2Fab-wp-media.s3.amazonaws.com%2Flandscaping.m4v%3FAWSAccessKeyId%3DAKIAI2YQKX7WLOFNGRSA%26Expires%3D1328579251%26Signature%3Dl2FopC0nilNV5TKHID60RezE5%252Bc%253D"style="display:block;width:480px;height:320px;"></div><script language="JavaScript">flowplayer("div.player-42", "http://andrew-stephanie.ca/wp-content/plugins/smarts3-video-plugin/extlib/flowplayer/flowplayer-3.2.7.swf", {clip:  {autoPlay: false, autoBuffering: true,  bufferLength: 10, scaling: "fit"}});</script></div>
<p>I&#8217;ve been playing with an old Canon Powershot A700 camera loaded with <a href="http://chdk.wikia.com/wiki/CHDK">CHDK</a> firmware and the <a href="http://chdk.wikia.com/wiki/UBASIC/Scripts:_Time_lapse_script_variable_shutter_speed">Sunset 4 Timelapse</a> script to make a series of timelapse videos.  This is also the first video I&#8217;ve hosted on <a href="http://aws.amazon.com/s3/">Amazon S3</a>.  Without such a service my old laptop/webserver would take about 3 days to stream this video to you.  Isn&#8217;t cloud computing grand?</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/landscaping-timelapse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corny!</title>
		<link>http://andrew-stephanie.ca/corny</link>
		<comments>http://andrew-stephanie.ca/corny#comments</comments>
		<pubDate>Sun, 22 Aug 2010 06:36:14 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=958</guid>
		<description><![CDATA[<p>Thanks Sue.Â Wonder what the original German text was&#8230;</p> ]]></description>
			<content:encoded><![CDATA[<p><a href="http://andrew-stephanie.ca/wp-content/uploads/2010/08/ATT338580.jpg"><img class="aligncenter size-full wp-image-959" title="ATT338580" src="http://andrew-stephanie.ca/wp-content/uploads/2010/08/ATT338580.jpg" alt="" width="488" height="354" /></a>Thanks Sue.Â  Wonder what the original German text was&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/corny/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garden Update</title>
		<link>http://andrew-stephanie.ca/garden-update</link>
		<comments>http://andrew-stephanie.ca/garden-update#comments</comments>
		<pubDate>Sun, 22 Aug 2010 05:28:46 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[garden]]></category>
		<category><![CDATA[landscaping]]></category>
		<category><![CDATA[renovation]]></category>
		<category><![CDATA[vegetables]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=953</guid>
		<description><![CDATA[Photos of our existing back garden and our new front garden-to-be. [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had lots of inquiries about our garden, so here are some photos.</p>
<p>The back garden is well established and is home to several flower beds and the vegetable patch.Â  The front garden is a work in progress.Â  Over the year, we&#8217;ve been working to transform it from a hilly slope full of fire wood, weeds, garbage cans and Douglas firs to a raised, level garden complete with views of <a href="http://www.google.ca/images?hl=en&amp;pwst=1&amp;rlz=1B7GGLL_enCA388CA388&amp;q=squamish+chief&amp;um=1&amp;ie=UTF-8&amp;source=univ&amp;ei=58NwTIu4GYj4swOBvoz4Cg&amp;sa=X&amp;oi=image_result_group&amp;ct=title&amp;resnum=5&amp;ved=0CEcQsAQwBA&amp;biw=1280&amp;bih=617">The Chief</a> and a shady place to put a hammock.</p>
<p>We&#8217;ve got a bit of work to do before we can kick back in the hammock, but today, after moving 7 yards of sand and soil, things are starting to take shape in the form of a 12&#8242; circular bed edged with granite cobblestones.Â  Next up:Â  <a href="http://www.google.ca/images?hl=&amp;q=pergola&amp;rlz=1B7GGLL_enCA388CA388&amp;um=1&amp;ie=UTF-8&amp;source=univ&amp;ei=VcRwTKWwKIvCsAOrg7jADA&amp;sa=X&amp;oi=image_result_group&amp;ct=title&amp;resnum=1&amp;ved=0CCwQsAQwAA&amp;biw=1280&amp;bih=617">the pergola</a>.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-3-953">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-47" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_6024.jpg" title=" " class="shutterset_set_3" >
								<img title="cabbage seedling" alt="cabbage seedling" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_6024.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-48" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_6025.jpg" title=" " class="shutterset_set_3" >
								<img title="lettuce seedling" alt="lettuce seedling" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_6025.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-227" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8157.jpg" title="new garden bed" class="shutterset_set_3" >
								<img title="new garden bed" alt="new garden bed" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8157.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-228" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8159.jpg" title="Stephanie's garden" class="shutterset_set_3" >
								<img title="dsc_8159" alt="dsc_8159" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8159.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-229" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8160.jpg" title="rain barrel" class="shutterset_set_3" >
								<img title="dsc_8160" alt="dsc_8160" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8160.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-230" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8161.jpg" title="wall of beans" class="shutterset_set_3" >
								<img title="dsc_8161" alt="dsc_8161" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8161.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-231" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8162.jpg" title="Andrew's vegetable plot" class="shutterset_set_3" >
								<img title="dsc_8162" alt="dsc_8162" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8162.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-232" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8163.jpg" title="garden ducks" class="shutterset_set_3" >
								<img title="dsc_8163" alt="dsc_8163" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8163.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-233" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8166.jpg" title="the maple is already starting to turn colour!" class="shutterset_set_3" >
								<img title="dsc_8166" alt="dsc_8166" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8166.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-234" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8167.jpg" title="lettuce" class="shutterset_set_3" >
								<img title="dsc_8167" alt="dsc_8167" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8167.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-235" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8168.jpg" title="shed planter" class="shutterset_set_3" >
								<img title="dsc_8168" alt="dsc_8168" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8168.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-236" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8169.jpg" title="new circular garden waiting to be planted" class="shutterset_set_3" >
								<img title="dsc_8169" alt="dsc_8169" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8169.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-237" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8170.jpg" title="new garden, planter box, and garbage shed" class="shutterset_set_3" >
								<img title="dsc_8170" alt="dsc_8170" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8170.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-238" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/garden/dsc_8172.jpg" title="first (and possibly the only) tomato of the year" class="shutterset_set_3" >
								<img title="dsc_8172" alt="dsc_8172" src="http://andrew-stephanie.ca/wp-content/gallery/garden/thumbs/thumbs_dsc_8172.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/garden-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Olympic Torch Tree Climb</title>
		<link>http://andrew-stephanie.ca/torch-treeclimb</link>
		<comments>http://andrew-stephanie.ca/torch-treeclimb#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:43:58 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[olympics]]></category>
		<category><![CDATA[Squamish]]></category>
		<category><![CDATA[Vancouver 2010]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=837</guid>
		<description><![CDATA[<p style="text-align: center;"> </p> <p style="text-align: left;">The turnout at this event was a fraction of the previous evening&#8217;s, even though the sights were more interesting, in my opinion.Â For this leg of the torch relay, the flame was carried 80 feet up and down a spur tree at the Squamish Logger&#8217;s Sports grounds.</p> <p style="text-align: [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div class="ngg-galleryoverview" id="ngg-gallery-8-837">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-125" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_1205.jpg" title="for perspective on this feat" class="shutterset_set_8" >
								<img title="tree climbing poles" alt="tree climbing poles" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_1205.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-126" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7446.jpg" title="sumi-head" class="shutterset_set_8" >
								<img title="sumi-head" alt="sumi-head" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7446.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-127" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7447.jpg" title="quachi-head" class="shutterset_set_8" >
								<img title="quachi-head" alt="quachi-head" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7447.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-128" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7450.jpg" title="hand-off" class="shutterset_set_8" >
								<img title="hand-off" alt="hand-off" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7450.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-129" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7451.jpg" title="heading up" class="shutterset_set_8" >
								<img title="heading up" alt="heading up" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7451.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-130" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7463.jpg" title="80 ft. up" class="shutterset_set_8" >
								<img title="80 ft. up" alt="80 ft. up" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7463.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-131" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7474.jpg" title="back on the ground" class="shutterset_set_8" >
								<img title="back on the ground" alt="back on the ground" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7474.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-132" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7477.jpg" title=" " class="shutterset_set_8" >
								<img title="flame" alt="flame" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7477.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-133" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/dsc_7486.jpg" title=" " class="shutterset_set_8" >
								<img title="hand-off" alt="hand-off" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-relay/thumbs/thumbs_dsc_7486.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</p>
<p style="text-align: left;">The turnout at this event was a fraction of <a href="http://andrew-stephanie.ca/olympic-torch-community-celebration-squamish">the previous evening&#8217;s</a>, even though the sights were more interesting, in my opinion.Â  For this leg of the torch relay, the flame was carried 80 feet up and down a spur tree at the<a href="http://squamishdays.ca/pages/welcome.php"> Squamish Logger&#8217;s Sports</a> grounds.</p>
<p style="text-align: left;">The first picture was taken during Squamish Days 2006, but thought it might show just how tall these spar trees are.</p>
<h6 style="text-align: left;">I wanted to call this post, &#8220;Pole Smokers&#8221; but though the reference might be perceived as derogatory toward those who participated, so then I called it, &#8220;Flaming Poles&#8221; but that might have mislead the eastern European gay community (who all follow this site quite closely, I&#8217;m sure)</h6>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/torch-treeclimb/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Olympic Torch Community Celebration in Squamish</title>
		<link>http://andrew-stephanie.ca/olympic-torch-community-celebration-squamish</link>
		<comments>http://andrew-stephanie.ca/olympic-torch-community-celebration-squamish#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:23:18 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[olympics]]></category>
		<category><![CDATA[Squamish]]></category>
		<category><![CDATA[Vancouver 2010]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=828</guid>
		<description><![CDATA[Comments and pictures from the Vancouver 2010 Olympic Torch Community Celebration in Squamish, BC. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<div class="mceTemp">
<dl id="attachment_833" class="wp-caption alignright" style="width: 11px;">
<dt class="wp-caption-dt"><a href="http://andrew-stephanie.ca/wp-content/uploads/2010/02/p_12d-Ga.png"><img class="size-full wp-image-833" title="Vancouver 2010 Olympic Torch Relay Community Cauldron" src="http://andrew-stephanie.ca/wp-content/uploads/2010/02/p_12d-Ga.png" alt="Â© VANOC/COVAN" width="1" height="1" /></a></dt>
</dl>
</div>
<p style="text-align: center;">
<div class="ngg-galleryoverview" id="ngg-gallery-7-828">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-117" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7396.jpg" title="lighting the cauldron" class="shutterset_set_7" >
								<img title="kristen mcbride" alt="kristen mcbride" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7396.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-118" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7404.jpg" title="2 VANOC officials and Mayor McCheese" class="shutterset_set_7" >
								<img title="important people" alt="important people" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7404.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-119" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7405.jpg" title="how is that, exactly?" class="shutterset_set_7" >
								<img title="a good joke" alt="a good joke" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7405.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-120" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7409.jpg" title="a great sport to play with VANOC officials" class="shutterset_set_7" >
								<img title="axe throwing" alt="axe throwing" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7409.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-121" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7419.jpg" title=" " class="shutterset_set_7" >
								<img title="under hand chop" alt="under hand chop" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7419.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-122" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7422.jpg" title=" " class="shutterset_set_7" >
								<img title="speed bucking" alt="speed bucking" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7422.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-123" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7427.jpg" title=" " class="shutterset_set_7" >
								<img title="double buck" alt="double buck" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7427.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-124" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/dsc_7434.jpg" title=" " class="shutterset_set_7" >
								<img title="tree climb" alt="tree climb" src="http://andrew-stephanie.ca/wp-content/gallery/olympic-community/thumbs/thumbs_dsc_7434.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</p>
<p><a href="http://andrew-stephanie.ca/wp-content/uploads/2010/02/p_12d-Ga1.png"><img class="alignright size-full wp-image-835" title="p_12d-Ga" src="http://andrew-stephanie.ca/wp-content/uploads/2010/02/p_12d-Ga1.png" alt="p_12d-Ga" width="1" height="1" /></a>A third of <a href="http://squamish.ca/">Squamish</a> was at <a href="http://squamish.ca/residents/2010-winter-games/brennan-park-recreation-centre">Brennan Park</a> to see the Olympic Torch.Â Â Â Â  Inspirational words were shared with the crowd by important officials.Â Â  Original phrases such as:</p>
<ul>
<li>&#8220;We&#8217;re all here because of you, Squamish!&#8221;</li>
<li>&#8220;Go Canada Go!&#8221;</li>
<li>&#8220;Are you ready to make some noise?&#8221;</li>
<li>&#8220;These are *your* games!&#8221;</li>
<li>&#8220;You can accomplish anything you set your mind to!&#8221;</li>
<li>&#8220;This is the best crowd yet!&#8221;</li>
</ul>
<p>and my favourite:</p>
<ul>
<li>&#8220;Thank you, mayor MacGregor.&#8221; (The mayor&#8217;s name is <a href="http://greggardnersquamish.com/index.html">Greg Gardner</a>. If only he had said, &#8220;<a href="http://www.google.ca/search?hl=en&amp;q=mayor+mccheese&amp;sourceid=navclient-ff&amp;rlz=1B3GGGL_enCA352CA352&amp;ie=UTF-8">Mayor McCheese</a>&#8220;)</li>
</ul>
<p>The generic Coca Cola stage show was about the weirdest bit of corporate propaganda I have ever witnessed, but the crowd&#8217;s red-white-and-red enthusiasm was for Canada, not Coke.Â  The torch was brought in, the cauldron was lit, and important officials patted each other on the back for a while.Â  There were some great performances by the Squamish Community,Â  including G. Jogi Daduwalia and the Squamish Bhangra Crew, and the <a href="http://www.loggersports.com/">West Coast Lumberjack Show</a>.</p>
<p>The evening ended with some really good fireworks, but for some reason I was thirsty for a <a href="http://www.icoke.ca/win/detail/drink-cheer-win/">cola-like beverage</a>, so we called a friend on my Samsung phone,Â  hopped in a Chevrolet, gassed up at the Petro Canada with my RBC VISA, then headed off to McDonalds.</p>
<p>OK, we didn&#8217;t do any of that stuff.Â  We went to the<a href="http://shadytreepub.com/"> Shady Tree</a> and had beer and chicken wings.</p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/olympic-torch-community-celebration-squamish/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSC &#8211; Differential Solar Controller</title>
		<link>http://andrew-stephanie.ca/dsc-differential-solar-controller</link>
		<comments>http://andrew-stephanie.ca/dsc-differential-solar-controller#comments</comments>
		<pubDate>Sun, 10 Jan 2010 19:28:11 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[solar]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=792</guid>
		<description><![CDATA[To control a domestic solar hot water system, a custom controller was built using the Arduino Duemilanove. It reads temperature inputs from the tank and roof sensors to drive a relay that turns the circulator pump on and off. Temperature readings are sent via serial port to a laptop which records and graphs the temperature data. The graphs and data are sent wirelessly to a web server, that displays the current temperatures and status using a Google Gadget. [...]]]></description>
			<content:encoded><![CDATA[<p>To control my domestic <a href="http://andrew-stephanie.ca/?s=solar+water">solar hot water system</a>, I built a custom controller was built using the <a href="http://arduino.cc/en/Main/ArduinoBoardDuemilanove">Arduino Duemilanove</a>.Â Â  It reads temperature inputs from the tank and roof sensors to drive a relay that turns the circulator pump on and off.Â  Temperature readings are sent via serial port to a laptop which records and graphs the temperature data.Â  The graphs and data are sent wirelessly to a web server, that displays the <a href="http://andrew-stephanie.ca/solar">current temperatures and status</a> using a <a href="http://www.google.com/ig/adde?synd=open&amp;source=ggyp&amp;moduleurl=andrew-stephanie.ca/dsc/gsolar.xml">Google Gadget</a>.</p>
<p>I designed, built, and installed the controller for around $100.Â  Here is a brief description of how to build your own DSC.Â  This is by no means an exhaustive, step-by-step guide, and you will require knowledge of electrical wiring, soldering, programming, Linux, web servers, and more.</p>
<h3>Temperature Sensors</h3>
<p>A single strand of Cat5 cable forms a bus for a network of Dallas <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&amp;name=DS18S20%2BCT-ND">DS1820+</a> 1-wire temperature sensors (<a href="http://datasheets.maxim-ic.com/en/ds/DS18S20.pdf">datasheet</a>).Â  The Cat5 cable is run from the controller (using RJ-45 connector), past the heat exchanger (for input, output, and tank sensors) and cold water inputs, then up onto the roof and into the temperature sensor well inside the solar collector.Â  Temperature sensors can be added anywhere along the bus using telephone <a href="http://www.homedepot.ca/webapp/wcs/stores/servlet/CatalogSearchResultView?D=902030&amp;Ntt=902030&amp;catalogId=10051&amp;langId=-15&amp;storeId=10051&amp;Dx=mode+matchallpartial&amp;Ntx=mode+matchall&amp;recN=0&amp;N=0&amp;Ntk=P_PartNumber">3-Wire Butt Splice</a> (blue) connectors.Â  Be sure to crimp them tightly so that all the wires make solid contact.Â  Using TIA/EIA-568-B wiring:</p>
<ul>
<li>Blue = DQ (pin 2)</li>
<li>Blue/White = GND (pin 1)</li>
<li>Orange = +5V (pin 3)</li>
</ul>
<p>Solder a 6&#8243; lead to each leg of the DS1820.Â  Use higher-temperature wire for the roof sensor (125 C +).Â  Wrap leg #2 in 1/8&#8243; heat-shrink, then wrap the entire device (all three legs and part of the semiconductor) in 1/4&#8243; heat-shrink.</p>
<p>The temperature sensor can be mounted to a conductive surface (pipe, side of a tank, etc.) using 3M <a href="http://www.canadiantire.ca/AST/browse/3/HouseHome/StorageOrganization/HouseholdOrganization/PRD%7E0610403P/3M%2BPicture%2BHanging%2BStrips.jsp">Picture Hanging Strips</a>, <a href="http://www.canadiantire.ca/AST/browse/6/Tools/SpecialtyTools/TapeGlueSealants/PRD%7E0676065P/3M%2BExterior%2BMounting%2BTape.jsp">Exterior Mounting Tape</a>, or plain old duct tape.Â  They can also be inserted into metal knitting needles and sealed with epoxy to make probes.</p>
<h3>Controller Hardware</h3>
<p>Using the links below, you can order all the parts you need to build your own DSC, assuming you can read a schematic and solder (some surface mount parts).Â  Don&#8217;t forget to add at least 2 (4 is better) Dallas 1-wire temperature sensors (<a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&amp;name=DS18S20%2BCT-ND">DS-1820</a>) to your parts order.</p>
<ul>
<li><a href="http://andrew-stephanie.ca/wp-content/uploads/2010/01/dsc-schematic.pdf">schematic for the DSC controller</a> (PDF)</li>
<li><a href="http://andrew-stephanie.ca/wp-content/uploads/2010/01/digikey-partslist.csv">digikey-partslist</a> (CSV) &#8211; includes <a href="http://www.digikey.ca">Digikey</a> Part Numbers required to populate the PCB.Â  Other Digikey parts may be required &#8211; read on for a complete list.</li>
<li><a href="http://www.batchpcb.com/product_info.php?products_id=29172&amp;check=ccf26c8dc7149029c17c4a51858fee64">printed circuit board</a> &#8211; order from <a href="http://www.batchpcb.com">Batch PCB</a></li>
<li>Arduino <a href="http://arduino.cc/en/Main/ArduinoBoardDuemilanove">Duemilanove</a> &#8211; purchase online from SparkFun or Adafruit</li>
</ul>
<p>The PCB is an Arduino shield that mates with the Duemilanove.Â  You could also build the controller on a prototype board or using a prototype shield from SparkFun or Adafruit.Â  As you can see from the schematic, the circuit is not that complicated, and most parts can be swapped or omitted, except for R1 (4K7) which is a required value for the 1-Wire bus.</p>
<p>The PCB is my design and can be used for non-commercial purposes, with no warranty.Â  It&#8217;s been tested though and is the same board design I am currently using to run my solar hot water system.Â  BatchPCB provides low-cost, small run, well made printed circuit boards.Â  The link above should allow you to place your own order directly without any middlemen (ie. Me).Â  I&#8217;ve used BatchPCB for many projects and have always been happy with the results.</p>
<p>The parts list has Digkey part numbers to all the components I used to populate the PCB.Â  If you notice Digikey no longer stocks a part, or you&#8217;re wondering about compatibility with other part numbers, please let me know.Â  Digikey has a reasonable shipping and handling fee, considering that you can place an order at noon today and have the parts on your desk by noon tomorrow.</p>
<p>A relay runs a 120V AC <a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=5&amp;ved=0CDAQFjAE&amp;url=http%3A%2F%2Fkingpumps.com%2FPDFs%2FGrundfosPumps%2FL-UP-TL-107.pdf&amp;ei=Id1-TOz7Aov4sAOp2rieCw&amp;usg=AFQjCNFvxTBtwP1SbX2bAUBR7dcF_i4uhQ&amp;sig2=EnBDsykUs5J4KwyQKyM2_w">Grundfos UP26-99</a> circulator pump, which will draw at most 2.1A. Â  Make sure the relay can handle the current needed to run your pump (see <a href="http://www.components.omron.com/components/web/PDFLIB.nsf/0/8F66C9A835A195FE85257201007DD572/$file/G2RL_0609.pdf">datasheet</a>), and if necessary choose another relay with the same footprint.Â  The relay listed is rated for 12A@250VAC.</p>
<h3>Wiring and Enclosure</h3>
<p>Because this circuit uses 12VDC and 120V AC, ensure you mount the controller in an appropriate enclosure and take all the usual precautions when dealing with electricity.Â Â  Required parts:</p>
<ul>
<li>metal or plastic (easier to drill) enclosure &#8211; 4x4x6 leaves lots of room for wiring</li>
<li>LED lenses (need part number)</li>
<li>AC Hour Meter (optional)</li>
<li>AC Toggle Switch</li>
</ul>
<p>The controller can be wired directly, or fitted with an AC plug.Â  The connection between the pump and the controller can also be made using AC plugs and sockets.</p>
<h3>Firmware</h3>
<p>Built with the <a href="http://www.arduino.cc/">Arduino</a> environment and the <a href="http://milesburton.com/wiki/index.php?title=Dallas_Temperature_Control_Library">Dallas Temperature Control Library</a>.Â  <a href="http://andrew-stephanie.ca/wp-content/uploads/2010/01/dsc.tar.gz">Download the sketch</a>.</p>
<h3>Logging</h3>
<p>The system can be monitored using the USB/serial port of the Arduino.Â  I use a bash script running on a linux laptop that is called from a cron job to read the state and temperatures via tty and insert them into a round robin database to create useful graphs.Â  The bash script also outputs an <a href="http://andrew-stephanie.ca/dsc/solar.xml">XML file</a>, which is used as the data source for the <a href="http://andrew-stephanie.ca/dsc/gsolar.xml">Solar Hot Water Google Gadget</a>.Â  Get the gadget and view the system status <a href="http://andrew-stephanie.ca/solar">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/dsc-differential-solar-controller/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Solar Water System is Running</title>
		<link>http://andrew-stephanie.ca/solar-water-running</link>
		<comments>http://andrew-stephanie.ca/solar-water-running#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:08:37 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[solar]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=737</guid>
		<description><![CDATA[<p>The domestic solar hot water system is fully functional.Â Still some minor things to tweak, but almost there.Â See live system status here.</p> <p>You can also read some details on the installation of the collectors and the building of the heat exchanger, and there are some construction photos here.</p> ]]></description>
			<content:encoded><![CDATA[<p>The domestic solar hot water system is fully functional.Â  Still some minor things to tweak, but almost there.Â  See <a href="http://andrew-stephanie.ca/solar/">live system status here</a>.</p>
<p>You can also <a href="http://andrew-stephanie.ca/solar-water-install">read some details</a> on the installation of the collectors and the building of the heat exchanger, and there are some <a href="http://andrew-stephanie.ca/nggallery/page-482/album-1/gallery-5">construction photos here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/solar-water-running/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Canada Day</title>
		<link>http://andrew-stephanie.ca/happy-canada-day</link>
		<comments>http://andrew-stephanie.ca/happy-canada-day#comments</comments>
		<pubDate>Sun, 05 Jul 2009 15:37:11 +0000</pubDate>
		<dc:creator>abythell</dc:creator>
				<category><![CDATA[At Home]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[fireworks]]></category>

		<guid isPermaLink="false">http://andrew-stephanie.ca/?p=677</guid>
		<description><![CDATA[<p style="text-align: center;"> <p class="wp-caption-text">Canada Day Fireworks</p> ]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div id="attachment_678" class="wp-caption aligncenter" style="width: 329px"><a href="http://andrew-stephanie.ca/wp-content/uploads/2009/07/dsc_6280.jpg"><img class="size-full wp-image-678" title="Canada Day Fireworks" src="http://andrew-stephanie.ca/wp-content/uploads/2009/07/dsc_6280.jpg" alt="Canada Day Fireworks" width="319" height="480" /></a><p class="wp-caption-text">Canada Day Fireworks</p></div>
]]></content:encoded>
			<wfw:commentRss>http://andrew-stephanie.ca/happy-canada-day/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

