<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Brain Dump</title>
	<atom:link href="http://cheshirekow.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://cheshirekow.com/blog</link>
	<description>A place to note and share things</description>
	<lastBuildDate>Tue, 20 Jul 2010 01:59:44 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on In-Place Matrix Transpose by Rhys Ulerich</title>
		<link>http://cheshirekow.com/blog/?p=4#comment-199</link>
		<dc:creator>Rhys Ulerich</dc:creator>
		<pubDate>Tue, 20 Jul 2010 01:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://cheshirekow.com/blog/?p=4#comment-199</guid>
		<description>FFTW includes this capability for square and non-square matrices, and it uses smart algorithms in either case.  I wrote up the details at http://agentzlerich.blogspot.com/2010/01/using-fftw-for-in-place-matrix.html</description>
		<content:encoded><![CDATA[<p>FFTW includes this capability for square and non-square matrices, and it uses smart algorithms in either case.  I wrote up the details at <a href="http://agentzlerich.blogspot.com/2010/01/using-fftw-for-in-place-matrix.html" rel="nofollow">http://agentzlerich.blogspot.com/2010/01/using-fftw-for-in-place-matrix.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TxDuino: Custom PC Controlled RC Transmitter by cheshirekow</title>
		<link>http://cheshirekow.com/blog/?p=236#comment-165</link>
		<dc:creator>cheshirekow</dc:creator>
		<pubDate>Wed, 05 May 2010 16:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://cheshirekow.com/blog/?p=236#comment-165</guid>
		<description>Hey Tom, 

The arduino can be used through the transmitters trainer port, at least on some models (i.e. ones that use a PPM signal from the trainer port). I believe I saw a project on the arduino forums that did just that. 

You could (possibly)  do a simpler code like you suggested, but the wait/sleep functions in the arduino library (if I recall correctly) don&#039;t have as high a resolution. Also, then you would have to worry about how much time the arduino spends processing packets from the PC, which I&#039;m not sure you can predict ahead of time. I would have to check my notes to make sure that was the reason but I think that&#039;s why I went this route... to get maximum precision commands at guaranteed intervals.</description>
		<content:encoded><![CDATA[<p>Hey Tom, </p>
<p>The arduino can be used through the transmitters trainer port, at least on some models (i.e. ones that use a PPM signal from the trainer port). I believe I saw a project on the arduino forums that did just that. </p>
<p>You could (possibly)  do a simpler code like you suggested, but the wait/sleep functions in the arduino library (if I recall correctly) don&#8217;t have as high a resolution. Also, then you would have to worry about how much time the arduino spends processing packets from the PC, which I&#8217;m not sure you can predict ahead of time. I would have to check my notes to make sure that was the reason but I think that&#8217;s why I went this route&#8230; to get maximum precision commands at guaranteed intervals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TxDuino: Custom PC Controlled RC Transmitter by Tom</title>
		<link>http://cheshirekow.com/blog/?p=236#comment-164</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 05 May 2010 10:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://cheshirekow.com/blog/?p=236#comment-164</guid>
		<description>Love this project, great use of the arduino. Does the arduino work if conected to the transmitors trainers in aswell.

had a look at the code and really confused by it can you have a simper code like this.

line high
(for x milli secs)
line low
wait for y milli secs
so on and so on

thanks

Tom</description>
		<content:encoded><![CDATA[<p>Love this project, great use of the arduino. Does the arduino work if conected to the transmitors trainers in aswell.</p>
<p>had a look at the code and really confused by it can you have a simper code like this.</p>
<p>line high<br />
(for x milli secs)<br />
line low<br />
wait for y milli secs<br />
so on and so on</p>
<p>thanks</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TxDuino: Custom PC Controlled RC Transmitter by TxDuino: Configuration Builder in WxWidgets &#171; Brain Dump</title>
		<link>http://cheshirekow.com/blog/?p=236#comment-68</link>
		<dc:creator>TxDuino: Configuration Builder in WxWidgets &#171; Brain Dump</dc:creator>
		<pubDate>Sat, 31 Oct 2009 21:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://cheshirekow.com/blog/?p=236#comment-68</guid>
		<description>[...] Configuration Builder in WxWidgets    In relation to the TxDuino (somewhat documented here), I wrote a C++ class to ease the interfacing with the device. That code was posted here. In this [...]</description>
		<content:encoded><![CDATA[<p>[...] Configuration Builder in WxWidgets    In relation to the TxDuino (somewhat documented here), I wrote a C++ class to ease the interfacing with the device. That code was posted here. In this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TxDuino: Custom PC Controlled RC Transmitter by TxDuino: C++ classes (windows) &#171; Brain Dump</title>
		<link>http://cheshirekow.com/blog/?p=236#comment-67</link>
		<dc:creator>TxDuino: C++ classes (windows) &#171; Brain Dump</dc:creator>
		<pubDate>Sat, 31 Oct 2009 20:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://cheshirekow.com/blog/?p=236#comment-67</guid>
		<description>[...] About        &#171; TxDuino: Custom PC Controlled RC Transmitter [...]</description>
		<content:encoded><![CDATA[<p>[...] About        &laquo; TxDuino: Custom PC Controlled RC Transmitter [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
