<?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>polyphase.ca &#187; Outside</title>
	<atom:link href="http://polyphase.ca/category/outside/feed/" rel="self" type="application/rss+xml" />
	<link>http://polyphase.ca</link>
	<description>In Soviet Canuckistan, Blogs Read You!</description>
	<lastBuildDate>Wed, 09 May 2012 22:28:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Starcom1 Digital to Yaesu FTM-10SR Radio Interface</title>
		<link>http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/</link>
		<comments>http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/#comments</comments>
		<pubDate>Mon, 07 May 2012 08:03:19 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[MC]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=441</guid>
		<description><![CDATA[I recently decided to finally install my FTM-10SR radio on the Multistrada 1200. The only catch is that I wanted to integrate it with the Starcom1 Digital intercom system I had purchased. [more notes to come] I had quite a &#8230; <a href="http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently decided to finally install my FTM-10SR radio on the Multistrada 1200. The only catch is that I wanted to integrate it with the Starcom1 Digital intercom system I had purchased.</p>
<p>[more notes to come]</p>
<p>I had quite a bit of trouble getting this working and it isn&#8217;t finished just yet. I still have to tune the trimmers for best audio and finish moving the antennas to their final home, but in the interest of starting to document all this &#8211; here is the schematic for the build. The intercom manufacturer indicated that the radio was completely incompatible with the intercom &#8211; which I refused to believe but I did have to spend quite a bit of time figuring out how PTT was signaled from the intercom to the radio. (reference single-line PTT pages here -todo).</p>
<p>&nbsp;</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/intercom-if1.png"><img class="aligncenter size-medium wp-image-445" title="FTM-10SR - Starcom1 Digital Interface" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/05/intercom-if1-300x222.png" alt="" width="300" height="222" /></a></p>
<p>To add / write:</p>
<ul>
<li>Interface cables and pinouts</li>
<li>Pointers to single line PTT reference pages</li>
<li>Pointer to autocom interface circuit built by others</li>
<li>Pointer to manhattan construction technique</li>
<li>Photos of build</li>
<li>T2-301 installation notes</li>
<li>Photos of installation (ugly!) and the antenna mounting &#8212; not so good yet.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2012/05/07/starcom1-digital-to-yaesu-ftm-10sr-radio-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PWM Controller Hacking</title>
		<link>http://polyphase.ca/2012/04/17/pwm-controller-hacking/</link>
		<comments>http://polyphase.ca/2012/04/17/pwm-controller-hacking/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 20:50:01 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[MC]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=420</guid>
		<description><![CDATA[Enough people have asked about it so I figured I would write up my PWM controller that I&#8217;ve hacked together. Ultimately I&#8217;d like to make it ATtiny powered and I might have made a mistake by getting the analog version &#8230; <a href="http://polyphase.ca/2012/04/17/pwm-controller-hacking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Enough people have asked about it so I figured I would write up my PWM controller that I&#8217;ve hacked together. Ultimately I&#8217;d like to make it ATtiny powered and I might have made a mistake by getting the analog version working &#8211; as it works well enough and has removed the pressing need to build the digital version.</p>
<p>I managed to source everything at Radio Shack except the MOSFET. I picked that up at a local, terribly overpriced component supply store. I also purchased the pot there, simply because I liked the physical size of it &#8211; RS had a reasonable replacement. In choosing your N-channel MOSFET, make sure you select one that is fully &#8216;on&#8217; at the level generated by the 555 circuit (not a problem as the signal is around 12V peak-to-peak) and has a very low Rds(on). If you are planning to use an ATtiny for the controller (instead of the 555) then you need to select a MOSFET with an appropriately low threshold voltage, such as the <a href="http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/DATASHEET/CD00003405.pdf">STP36NF06L</a>.</p>
<p>The schematic is a modification of another circuit I found online at <a title="PWM Motor Controller" href="http://www.sentex.ca/~mec1995/circ/pwm555.html">sentex.ca</a>. There is an alternate PWM 555 circuit (similar) at <a href="http://www.dprg.org/tutorials/2005-11a/index.html">dprg.org</a>, but I did not like the lack of EMF/flyback protection in that design &#8211; effectively they are very similar circuits.</p>
<p>&nbsp;</p>
<p>I modified the schematic slightly &#8211; as we are not controlling a large inductive load and I installed a much smaller capacitor for C3, just to take the edge off the PWM wave-form.</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-analog-2.png"><img class="aligncenter size-large wp-image-424" title="PWM 555 Controller Schematic" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-analog-2-1024x496.png" alt="" width="620" height="300" /></a></p>
<p>LED1 is optional (along with R1) &#8211; and in my case I used a Radio Shack 12V &#8216;LED indicator&#8217; (see photos). If you wanted to do this yourself, select R1 to match LED1 at a 14V supply voltage. I recommend R1/LED1 as it permits a quick glance in the mirror to confirm that the controller is active and the power level setting. D4 is simply providing a path for any collapsing field energy, but I am not sure there is much in a resistive load like a heated vest. I used a very small cap for C3 &#8211; simply because I didn&#8217;t have a 470uF cap lying around and I was impatient. Seems to be working fine for me.</p>
<p>The <a href="http://www.nteinc.com/specs/2300to2399/pdf/nte2395.pdf">NTE2395 data sheet</a>  mentions that Rds(on) is 0.028 Ω so it doesn&#8217;t dissipate much power as heat &#8211; an important consideration.  [ Todo - power dissipation calc. ]</p>
<p>Power enters via the right-hand pair of contacts (Vcc/GND) and the vest / grips plug into the upper right contacts (Vcc/PWM_Return). The design is switching the power return circuit &#8211; effectively modulating the ground connection.</p>
<p>At these voltages and power levels, I have no concerns around that approach &#8211; and it a common technique (vs high-side switching).</p>
<p>Here is the parts list for the build, all caps at 20V rating and all resistors are 1/4W:</p>
<table align="center">
<thead>
<tr>
<td>Part</td>
<td>Value</td>
<td>RS Part No</td>
</tr>
</thead>
<tbody>
<tr>
<td>C1</td>
<td>.1</td>
<td><a href="http://www.radioshack.com/product/index.jsp?productId=2062365">272-135</a></td>
</tr>
<tr>
<td>C2</td>
<td>.01</td>
<td></td>
</tr>
<tr>
<td>C3</td>
<td>470uF</td>
<td> <a href="http://www.radioshack.com/product/index.jsp?productId=2103624">272-1030</a></td>
</tr>
<tr>
<td>D2</td>
<td>1N4148</td>
<td></td>
</tr>
<tr>
<td>D3</td>
<td>1N4148</td>
<td></td>
</tr>
<tr>
<td>D4</td>
<td>1N4001</td>
<td></td>
</tr>
<tr>
<td>IC1</td>
<td>NE555P</td>
<td></td>
</tr>
<tr>
<td>LED1</td>
<td> See text</td>
<td></td>
</tr>
<tr>
<td>Q1</td>
<td>NTE2395</td>
<td>N/A</td>
</tr>
<tr>
<td>R1</td>
<td>1K (see text)</td>
<td> <a href="http://www.radioshack.com/product/index.jsp?productId=2062343">271-1321</a></td>
</tr>
<tr>
<td>R2</td>
<td>47</td>
<td></td>
</tr>
<tr>
<td>R3</td>
<td>1K</td>
<td> <a href="http://www.radioshack.com/product/index.jsp?productId=2062343">271-1321</a></td>
</tr>
<tr>
<td>R4</td>
<td>50K</td>
<td></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>The schematic was built up on Radio Shack breadboard styled protoboard, with point-to-point wiring. Nothing to write home about, in some cases, I put insulation on leads and used the components to assist with the hook-up. (See obvious diode D2/D3 as examples). The assembly was housed in a small Radio Shack plastic enclosure.</p>
<p>Here&#8217;s a shot of the nearly assembled unit:</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-board.jpg"><img class="aligncenter size-medium wp-image-428" title="PWM Analog Controller" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-board-e1334693644101-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Note the generous overhand knot and ties for strain relief where the power cables exit the case.</p>
<p>The Radio Shack indicator LED is in the lower left, beneath the potentiometer. I haven&#8217;t assembled anything in years, so it is a little messy in there.</p>
<p>The connectors are a 2$ towing extension cable from the local auto parts store &#8211; SAE connectors on either end happen to fit the vest I&#8217;m controlling. A single piece of red heat shrink tubing on one of the connectors is used to mark the &#8216;hot&#8217; side (vs the vest side). I haven&#8217;t thought it through, but it looks like hooking it up backwards would not do any damage and just leave it inoperative until swapped around.</p>
<p>Here&#8217;s a top view for scale:</p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-case-top.jpg"><img class="aligncenter size-medium wp-image-429" title="PWM Case Top" src="http://polyphase.ca/wordpress/wp-content/uploads/2012/04/pwm-case-top-300x136.jpg" alt="" width="300" height="136" /></a></p>
<p>If I was doing this again, I&#8217;d consider using a multi position rotary switch with discrete resistor values instead of the pot. It would then be a case of clicking a setting and knowing it would stay set. I would also consider a bypass switch that forced the unit into bypass &#8211; assuring 100% power transfer. This might not really be needed, but it would make me feel better. To work around the ease with which the knob turns, I plan to jam a large o-ring under the dial to drag on the case. This would also add weatherproofing. The entire unit fits snugly under a waist adjustment buckle on my riding suit so is held in place with the blue velco in seen in the photo. A small pass-through in the suit pants pocket allows this to live outside and control the heated vest on the inside. I highly recommend the <a href="http://www.aerostich.com/aerostich-windstopper-electric-vest.html">Aerostich Kanetsu electric vest</a>.</p>
<p>Overall it is ugly, but it works. And even at Radio Shack prices, it was far cheaper than a commercial product &#8211; not to mention satisfying to put together.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2012/04/17/pwm-controller-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazing Video and Sound &#8211; SRB POV STS, etc.</title>
		<link>http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/</link>
		<comments>http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 19:23:58 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Aviation]]></category>
		<category><![CDATA[Outside]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=417</guid>
		<description><![CDATA[Wow. Love the ethereal and ambience in this video. It is full of amazing footage that is at once beautiful and inspiring &#8211; as an aerospace buff. Amazing footage and sound put together by people usually dealing with Science Fiction. &#8230; <a href="http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wow. Love the ethereal and ambience in this video. It is full of amazing footage that is at once beautiful and inspiring &#8211; as an aerospace buff.</p>
<p>Amazing footage and sound put together by people usually dealing with Science Fiction. I just love the footage of the orbiter peeling away after SRB separation. Amazing in that this is real, not CG and not Sci Fi. Sad in that it is footage from a program we don&#8217;t have anymore.</p>
<p>I also recall reading Richard Feynman&#8217;s discussion (in the context of the Challenger incident) of dynamic overshoot at SME start and how the SRB ignition is timed such that the orbiter-stack is properly aligned for the release. This effect is very very clearly shown after main engine start and you can see the stack rock away from vertical, back once again and then liftoff, moments after SRB ignition. Wild stuff!</p>
<p><iframe src="http://www.youtube.com/embed/gjXvV0JBE0k" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2012/03/17/amazing-video-and-sound-srb-pov-sts-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 USGP &#8211; MotoGP at Laguna Seca Photos</title>
		<link>http://polyphase.ca/2009/07/11/2009-usgp-motogp-at-laguna-seca-photos/</link>
		<comments>http://polyphase.ca/2009/07/11/2009-usgp-motogp-at-laguna-seca-photos/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 17:38:07 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[MC]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=318</guid>
		<description><![CDATA[MotoGP at Laguna Seca was a blast once again this year; I have some early photos up at Flickr. Wonder if I&#8217;ll get a chance to edit them and expand the set. Who knows? Enjoy.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/muonzoo/sets/72157621080013635/"><img align="right" src="http://farm4.static.flickr.com/3444/3706623128_c9eb5b638c_s.jpg" width="75" height="75" alt="Stoner Leather Detail" /></a>MotoGP at Laguna Seca was a blast once again this year; I have some early photos up at Flickr. Wonder if I&#8217;ll get a chance to edit them and expand the set. Who knows?  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2009/07/11/2009-usgp-motogp-at-laguna-seca-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PoTW: The Ocean with the Girls</title>
		<link>http://polyphase.ca/2009/05/06/potw-the-ocean-with-the-girls/</link>
		<comments>http://polyphase.ca/2009/05/06/potw-the-ocean-with-the-girls/#comments</comments>
		<pubDate>Thu, 07 May 2009 06:20:53 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Outside]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=303</guid>
		<description><![CDATA[More to come, but we had fun today walking down to the beach and hanging out. Flickr set. We walked down, Virginia in the stroller and Magdelen in the carrier so we could get there in time to play before &#8230; <a href="http://polyphase.ca/2009/05/06/potw-the-ocean-with-the-girls/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/muonzoo/3509529856/" title="Saltwater Hair by Muonzoo, on Flickr"><img align="right" src="http://farm4.static.flickr.com/3587/3509529856_fd7c204240_t.jpg" width="100" height="67" alt="Saltwater Hair" /></a>More to come, but we had fun today walking down to the beach and hanging out. <a href="http://www.flickr.com/photos/muonzoo/sets/72157617718310887/">Flickr set</a>. We walked down, Virginia in the stroller and Magdelen in the carrier so we could get there in time to play before nap time.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2009/05/06/potw-the-ocean-with-the-girls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotted in the Wild: XOF1 Solar Car</title>
		<link>http://polyphase.ca/2009/03/01/xof1/</link>
		<comments>http://polyphase.ca/2009/03/01/xof1/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 06:42:48 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Outside]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=289</guid>
		<description><![CDATA[As we were driving North on CA-1 on our way back from the elephant seal rookery, KC and I saw an odd vehicle off in the distance. At first it looked like a wide-load with some sort of farm equipment &#8230; <a href="http://polyphase.ca/2009/03/01/xof1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm4.static.flickr.com/3317/3251234951_7842414875.jpg" rel="lightbox[a]" title="XOF1 Solar Car, Photo by Jack Snell"><img align="right" src="http://farm4.static.flickr.com/3317/3251234951_7842414875_s.jpg" title="XOF1 Solar Car"></a> As we were driving North on CA-1 on our way back from the elephant seal rookery, KC and I saw an odd vehicle off in the distance. At first it looked like a wide-load with some sort of farm equipment in the front. As the &#8216;farm equipment&#8217; got closer (it was closing fast) it started to look like a squat vehicle. At first I figured it was a Shell Solar Challenge vehicle, but once we got home we noticed that the news had a story.</p>
<p>It is a fellow Canadian who has made this vechicle (and driving it around North America) quite a project.</p>
<p>More <a href="http://xof1.com/projectourcar.html">here</a>.</p>
<p>Photo by <a href="http://flickr.com/photos/jacksnell707" title="Jack Snell at Flickr">Jack Snell</a> &#8212; I didn&#8217;t get a chance to take one as it zoomed by on a twisty section of CA-1.</p>
<p>PS: Damn &#8211; it was cool looking and booking along, fast.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2009/03/01/xof1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PoTW : Elephant Seals</title>
		<link>http://polyphase.ca/2009/03/01/seals/</link>
		<comments>http://polyphase.ca/2009/03/01/seals/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 21:36:35 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Outside]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=278</guid>
		<description><![CDATA[KC and I took a trip down near San Simeon to see the elephant seals. Managed to get a few shots and put a set up on Flickr. These animals were really amazing. More information at Friends of the Elephant &#8230; <a href="http://polyphase.ca/2009/03/01/seals/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="What are you looking at?" rel="lightbox[a]" href="http://farm4.static.flickr.com/3661/3318652496_357199b8d1_b_d.jpg"><img src="http://farm4.static.flickr.com/3661/3318652496_357199b8d1_s.jpg" alt="What are you looking at?" width="75" height="75" /></a> <a title="More Sand Flicking" rel="lightbox[a]" href="http://farm4.static.flickr.com/3630/3318651944_1130ec9bf5_b.jpg"><img src="http://farm4.static.flickr.com/3630/3318651944_1130ec9bf5_s.jpg" alt="More Sand Flicking" width="75" height="75" /></a> <a title="Pups." rel="lightbox[a]" href="http://farm4.static.flickr.com/3525/3318650602_93a0857a17_b.jpg"><img src="http://farm4.static.flickr.com/3525/3318650602_93a0857a17_s.jpg" alt="Pups." width="75" height="75" /></a></p>
<p>KC and I took a trip down near San Simeon to see the elephant seals. Managed to get a few shots and put a <a href="http://flickr.com/photos/muonzoo/sets/72157614596041062/"> set up on Flickr</a>.<br />
These animals were really amazing. More information at <a href="http://www.elephantseal.org"> Friends of the Elephant Seal </a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2009/03/01/seals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PoTW: Local flying.</title>
		<link>http://polyphase.ca/2008/11/30/potw-local-flying/</link>
		<comments>http://polyphase.ca/2008/11/30/potw-local-flying/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 04:45:39 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Aviation]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=266</guid>
		<description><![CDATA[: : I finally managed to get out flying in the Santa Cruz area. It wasn&#8217;t how I expected &#8212; I didn&#8217;t go as pilot-in-command, but instead was invited to fly in the right seat with another local pilot. He &#8230; <a href="http://polyphase.ca/2008/11/30/potw-local-flying/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>:
<div  style="text-align: left;"  class="xmlgmdiv" id="xmlgmdiv_11"><iframe class="xmlgm" id="xmlgm_11" src="http://polyphase.ca/wordpress/wp-content/plugins/xml-google-maps/xmlgooglemaps_show.php?kmlid=11" style="border: 0px; width: 550px; height: 365px;" name="Google_KML_Maps" frameborder="0"></iframe></div>
<p><a href="http://maps.google.com/?q=http://polyphase.ca/misc/20081130-flying.kml"><img src="/misc/20081130-flying-small.jpg" alt="Flight Map, courtesy of Google" width="390" height="334" /></a>:</p>
<p>I finally managed to get out flying in the Santa Cruz area. It wasn&#8217;t how I expected &#8212; I didn&#8217;t go as pilot-in-command, but instead was invited to fly in the right seat with another local pilot. He owns a few <a href="http://www.yelp.com/biz/lulus-at-the-octagon-santa-cruz">local coffee shops</a>, frankly one of the area&#8217;s best where I can frequently be found tasting his many fine espresso offerings.<br />
<a title="Surf's Up by Muonzoo, on Flickr" href="http://www.flickr.com/photos/muonzoo/3073140452/"><img src="http://farm4.static.flickr.com/3152/3073140452_7976a37bae_t.jpg" alt="Surf's Up" width="100" height="75" align="right" /></a></p>
<p>We took a quick(ish) flight from Watsonville CA north along the coast, past Alcatraz, over the Golden Gate Bridge, then over the Bay Bridge, into SFO&#8217;s class B with radar flight following, over the west end of SFO&#8217;s runways and followed US-101 more-or-less until west of SJC. A slight right turn with a pop over Loma Prieta took us back into the Watsonville area where we joined the down wind leg of the pattern and landed just as the sun was setting.  I was able to fly all but a few minutes around take-off and landing and it was really, really nice to be at the controls again.</p>
<p>Given that I used to fly in class-D and class-C airspace almost exclusively, it was interesting to see what it is like to fly from an non-towered field and then run into class-B airspace fairly quickly. Radio work is key if you want to fit in and leverage the system. The local pilot tells me that most folks based in  Watsonville really like the fact that the airspace isn&#8217;t under positive control.</p>
<p>That&#8217;s all fine and well, I even understand, but it is no excuse for poor airmanship. While we were joining downwind to land, we were very confused to see someone cross in front, and slightly above us, only 100&#8242; above pattern altitude. They did a 360 in the pattern and then ended up about 50&#8242; above and 100&#8242; left of us headed in the same direction. I got the sense that they didn&#8217;t see us and really didn&#8217;t appreciate that the Bonanza was trucking along at 120 KIAS vs their 80 or so. It made for very tight quarters and we managed to get a hold of them on the CTAF and sequence ourselves ahead of them, but it was a close call that didn&#8217;t need to be. They really should NOT have joined the pattern the way they did. Good thing we were both always watching for traffic and saw this coming.</p>
<p>More photos in my <a href="http://flickr.com/photos/muonzoo/">flickr stream</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2008/11/30/potw-local-flying/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amateurs</title>
		<link>http://polyphase.ca/2008/09/20/amateurs/</link>
		<comments>http://polyphase.ca/2008/09/20/amateurs/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 17:49:34 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[MC]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://polyphase.ca/archives/2008/09/20/amateurs/</guid>
		<description><![CDATA[Well. KC and I successfully completed our technician grade amateur radio exams and the paperwork from the FCC has arrived. KI6TDK and KI6TDJ respectively. Yeah. Radio time. I think it is amusing that I have a US callsign and a &#8230; <a href="http://polyphase.ca/2008/09/20/amateurs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well. KC and I successfully completed our technician grade amateur radio exams and the paperwork from the FCC has arrived. KI6TDK and KI6TDJ respectively. Yeah. Radio time. I think it is amusing that I have a US callsign and a Canadian Aviation RO permit too. It will be interesting to see how it reconciles in the future. Perhaps it really doesn&#8217;t matter.</p>
<p>Photo is Saturday morning &#8212; coffee and repeaters.  </p>
<p><a href="http://polyphase.ca/wordpress/wp-content/uploads/2008/09/p-640-480-ff6bb40c-414a-4c02-8c2d-02a9f83a40d7.jpeg"><img src="http://polyphase.ca/wordpress/wp-content/uploads/2008/09/p-640-480-ff6bb40c-414a-4c02-8c2d-02a9f83a40d7.jpeg" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2008/09/20/amateurs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ham Licenses. Who has one?</title>
		<link>http://polyphase.ca/2008/09/02/ham-licenses-who-has-one/</link>
		<comments>http://polyphase.ca/2008/09/02/ham-licenses-who-has-one/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 16:47:55 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MC]]></category>
		<category><![CDATA[Outside]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://polyphase.ca/?p=253</guid>
		<description><![CDATA[KC and I have been considering getting a &#8216;real&#8217; bike-to-bike communication system and with that comes the discovery that almost all GMRS / business radios need to be licensed. With a Technician Ham ticket being a mere weekend course and &#8230; <a href="http://polyphase.ca/2008/09/02/ham-licenses-who-has-one/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>KC and I have been considering getting a &#8216;real&#8217; bike-to-bike communication system and with that comes the discovery that almost all GMRS / business radios need to be licensed. With a Technician Ham ticket being a mere weekend course and with that opening the possibility of &#8216;real radios&#8217;, I&#8217;m interested in hearing from any of you that have your ticket.</p>
<p>What portable rigs have you tried, anyone have any experience with the <a href="http://www.kenwoodusa.com/Communications/Amateur_Radio/Portables/TH-F6A">Kenwood TH-F6A</a>, what about the <a href="http://www.yaesu.com/indexVS.cfm?cmd=DisplayProducts&#038;ProdCatID=111&#038;encProdID=8D3254BFC69FB172D78647DC56EFB0E9&#038;DivisionID=65&#038;isArchived=0">Yaesu VX-7R</a>, or newer. Anything from ICOM?</p>
<p>I have an <a href="http://www.delcomindustries.com/icA23.htm">ICOM-A23</a> for aviation that I&#8217;m very pleased with, but this is a new application so they may not be the incumbent that they are in the aero world.</p>
<p>Any comments or thoughts around portables are welcome. Since it is a bike application, I don&#8217;t have room for a mobile sized unit.</p>
<p>It occurs to me that I don&#8217;t even know which of my friends have a ham ticket, so feel free to educate me.</p>
]]></content:encoded>
			<wfw:commentRss>http://polyphase.ca/2008/09/02/ham-licenses-who-has-one/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

