<?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 on: AM Transmitters Arrived</title>
	<atom:link href="http://www.jellard.co.uk/2009/10/am-transmitters-arrived/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/</link>
	<description>Bringing data into real life in a meaningful way</description>
	<lastBuildDate>Thu, 15 Dec 2011 20:59:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gregor</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-4180</link>
		<dc:creator>Gregor</dc:creator>
		<pubDate>Tue, 13 Dec 2011 23:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-4180</guid>
		<description>&lt;a href=&quot;#comment-3745&quot; rel=&quot;nofollow&quot;&gt;@Bryan &lt;/a&gt; 
I can second that. Very useful example. Thanks, Ed.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3745" rel="nofollow">@Bryan </a><br />
I can second that. Very useful example. Thanks, Ed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-3745</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Thu, 27 Oct 2011 09:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-3745</guid>
		<description>Hi, I think your code for changing the device is wrong.  You send the contents of bit3 as the device id, but this is never set. I think you need to get rid of bit3 (it doesn&#039;t appear to be used) and replace a section of code with.

sendPair(hedevice[0]); //MSB
sendPair(hedevice[1]);
sendPair(hedevice[2]);
sendPair(hedevice[3]); //LSB

Other than that it seems to work fine - thanks a million for posting it. It&#039;s worth remembering that the HE wall plugs can accept up to 6 controllers, so you can just pick a random sender code and add this to the plugs (put them into learn mode then get the arduino to repeatedly send &quot;on&quot; commands).

(I had to do this as my remote broke so I can&#039;t retrieve the code in the way you describe).</description>
		<content:encoded><![CDATA[<p>Hi, I think your code for changing the device is wrong.  You send the contents of bit3 as the device id, but this is never set. I think you need to get rid of bit3 (it doesn&#8217;t appear to be used) and replace a section of code with.</p>
<p>sendPair(hedevice[0]); //MSB<br />
sendPair(hedevice[1]);<br />
sendPair(hedevice[2]);<br />
sendPair(hedevice[3]); //LSB</p>
<p>Other than that it seems to work fine &#8211; thanks a million for posting it. It&#8217;s worth remembering that the HE wall plugs can accept up to 6 controllers, so you can just pick a random sender code and add this to the plugs (put them into learn mode then get the arduino to repeatedly send &#8220;on&#8221; commands).</p>
<p>(I had to do this as my remote broke so I can&#8217;t retrieve the code in the way you describe).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-2716</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 29 Aug 2011 09:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-2716</guid>
		<description>Hi,
Glad you found the post useful - I really like your idea about powering things up/down via USB - very useful!
Cheers, Ed</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Glad you found the post useful &#8211; I really like your idea about powering things up/down via USB &#8211; very useful!<br />
Cheers, Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Garratt</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-2710</link>
		<dc:creator>David Garratt</dc:creator>
		<pubDate>Sun, 28 Aug 2011 21:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-2710</guid>
		<description>Hi - appreciate you posting these details.  I borrowed a lot of your code to complete a small project today:
http://arduino.cc/forum/index.php/topic,70734.0.html
Please let me know if I haven&#039;t credited you [or anyone else I should have] properly.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi &#8211; appreciate you posting these details.  I borrowed a lot of your code to complete a small project today:<br />
<a href="http://arduino.cc/forum/index.php/topic,70734.0.html" rel="nofollow">http://arduino.cc/forum/index.php/topic,70734.0.html</a><br />
Please let me know if I haven&#8217;t credited you [or anyone else I should have] properly.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-1903</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Sun, 29 May 2011 10:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-1903</guid>
		<description>Sorry - add this line:

bool hedevice[4]={};

near the top.  Have edited the code above.</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; add this line:</p>
<p>bool hedevice[4]={};</p>
<p>near the top.  Have edited the code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeanlouis</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-1902</link>
		<dc:creator>jeanlouis</dc:creator>
		<pubDate>Sun, 29 May 2011 00:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-1902</guid>
		<description>I get the same error as impossible, I hope you can fix it 
thanks
jl</description>
		<content:encoded><![CDATA[<p>I get the same error as impossible, I hope you can fix it<br />
thanks<br />
jl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phlogi</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-682</link>
		<dc:creator>Phlogi</dc:creator>
		<pubDate>Wed, 25 Aug 2010 15:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-682</guid>
		<description>Which AM Transmitters did you actually order? What part numbers?</description>
		<content:encoded><![CDATA[<p>Which AM Transmitters did you actually order? What part numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Impossible</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-678</link>
		<dc:creator>Impossible</dc:creator>
		<pubDate>Mon, 09 Aug 2010 17:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-678</guid>
		<description>Im totaly new to this, Thanks for your mini guide.

Got my hardware wired up and attached to my ardunio, I have imported homeeasy.cpp and homeeasy.h but when I paste your code and upload it im getting the following error.

 In function &#039;void setHEDevice(int)&#039;:
error: &#039;hedevice&#039; was not declared in this scope

Ideas?</description>
		<content:encoded><![CDATA[<p>Im totaly new to this, Thanks for your mini guide.</p>
<p>Got my hardware wired up and attached to my ardunio, I have imported homeeasy.cpp and homeeasy.h but when I paste your code and upload it im getting the following error.</p>
<p> In function &#8216;void setHEDevice(int)&#8217;:<br />
error: &#8216;hedevice&#8217; was not declared in this scope</p>
<p>Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-62</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-62</guid>
		<description>&lt;a href=&quot;#comment-61&quot; rel=&quot;nofollow&quot;&gt;@Manu91 &lt;/a&gt; 
Ah, sorry - more escaping needed.  Fixed now.

I&#039;m also relatively new to C - it&#039;s horrible - oh for Java ;)</description>
		<content:encoded><![CDATA[<p><a href="#comment-61" rel="nofollow">@Manu91 </a><br />
Ah, sorry &#8211; more escaping needed.  Fixed now.</p>
<p>I&#8217;m also relatively new to C &#8211; it&#8217;s horrible &#8211; oh for Java <img src='http://www.jellard.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu91</title>
		<link>http://www.jellard.co.uk/2009/10/am-transmitters-arrived/comment-page-1/#comment-61</link>
		<dc:creator>Manu91</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jellard.co.uk/?p=24#comment-61</guid>
		<description>hello,
thanks for that, you have corrected 1 line, but the other two are same :
the lines with &quot;for&quot; instruction on &quot;void itob&quot; and &quot;void setHEDevice&quot;
thanks from a newbee in &quot;C&quot; !</description>
		<content:encoded><![CDATA[<p>hello,<br />
thanks for that, you have corrected 1 line, but the other two are same :<br />
the lines with &#8220;for&#8221; instruction on &#8220;void itob&#8221; and &#8220;void setHEDevice&#8221;<br />
thanks from a newbee in &#8220;C&#8221; !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

