<?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: Infrared remote control receiver for Arduino</title>
	<atom:link href="http://www.5volt.eu/archives/14/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5volt.eu/archives/14</link>
	<description>A mean to organize, document and share some of the things I do</description>
	<lastBuildDate>Sun, 27 Jun 2010 17:51:32 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-383</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 04 Apr 2010 07:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-383</guid>
		<description>Hello, 
   My code actually uses Timer0, so its relevant PWM outputs (OC0A and OC0B, PD6 and PD5 of the ATmega168, J1 pin5 and pin6 of the Arduino NG Diecimila) cannot be used for PWM, just for regular I/O as long as they are kept disconnected from Timer0 (registers TCCR0A, my code takes care of this).
I don&#039;t know what use of Timer2 do other libraries. I may say that it is not easy to know what Arduino&#039;s libraries do with the micro&#039;s resources, one might look at the code, but a sort of heading with the libraries descriptions would be quite helpful for the tweakers.
Hope this helps
Best
Alessandro</description>
		<content:encoded><![CDATA[<p>Hello,<br />
   My code actually uses Timer0, so its relevant PWM outputs (OC0A and OC0B, PD6 and PD5 of the ATmega168, J1 pin5 and pin6 of the Arduino NG Diecimila) cannot be used for PWM, just for regular I/O as long as they are kept disconnected from Timer0 (registers TCCR0A, my code takes care of this).<br />
I don&#8217;t know what use of Timer2 do other libraries. I may say that it is not easy to know what Arduino&#8217;s libraries do with the micro&#8217;s resources, one might look at the code, but a sort of heading with the libraries descriptions would be quite helpful for the tweakers.<br />
Hope this helps<br />
Best<br />
Alessandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebula</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-382</link>
		<dc:creator>sebula</dc:creator>
		<pubDate>Sat, 03 Apr 2010 22:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-382</guid>
		<description>Hi Admin
It seems that once we are using this library, pin 3 and 11 cannot be used in PWM anymore
this may be related to the library &quot;tweaking&quot; timer2

do you have any information on that, is it a known &quot;bug&quot; and is there a way to have all PWM outputs work when running irremote library ?</description>
		<content:encoded><![CDATA[<p>Hi Admin<br />
It seems that once we are using this library, pin 3 and 11 cannot be used in PWM anymore<br />
this may be related to the library &#8220;tweaking&#8221; timer2</p>
<p>do you have any information on that, is it a known &#8220;bug&#8221; and is there a way to have all PWM outputs work when running irremote library ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-379</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Mar 2010 10:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-379</guid>
		<description>Thank you.
It should work fine with other AVRs. The resources needed are basic and are present on most of them.
Actually it started as code for the ATtiny24 but, silly me, I modified the source when moved to Arduino. I remember very well that the steps needed to do the move where just a few.
If you do the job and intend to publish somewhere, just remember to include the CC license heading !
Ciao
A.</description>
		<content:encoded><![CDATA[<p>Thank you.<br />
It should work fine with other AVRs. The resources needed are basic and are present on most of them.<br />
Actually it started as code for the ATtiny24 but, silly me, I modified the source when moved to Arduino. I remember very well that the steps needed to do the move where just a few.<br />
If you do the job and intend to publish somewhere, just remember to include the CC license heading !<br />
Ciao<br />
A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Equinoxefr</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-377</link>
		<dc:creator>Equinoxefr</dc:creator>
		<pubDate>Sat, 13 Mar 2010 10:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-377</guid>
		<description>Hello,

I tried this code on an arduino, it work&#039;s like a charm. Thank&#039;s !

I would like to use it with attiny series (attiny 45 or 2313). How can i use it ? did you have some sample code ?

Regard&#039;s

Pierre</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I tried this code on an arduino, it work&#8217;s like a charm. Thank&#8217;s !</p>
<p>I would like to use it with attiny series (attiny 45 or 2313). How can i use it ? did you have some sample code ?</p>
<p>Regard&#8217;s</p>
<p>Pierre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-366</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-366</guid>
		<description>Thanks for sharing, Tom.
I&#039;m Happy this could help.
Best regards
A.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, Tom.<br />
I&#8217;m Happy this could help.<br />
Best regards<br />
A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-365</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-365</guid>
		<description>THANKS! I&#039;ve been smashing my head against a desk for 3 days trying to get an ATTiny13 to understand any remote codes at all, I&#039;ve modified this one to work! 

Again thanks!</description>
		<content:encoded><![CDATA[<p>THANKS! I&#8217;ve been smashing my head against a desk for 3 days trying to get an ATTiny13 to understand any remote codes at all, I&#8217;ve modified this one to work! </p>
<p>Again thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-363</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-363</guid>
		<description>You&#039;re welcome. Thanks for sharing !
Best regards
A.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. Thanks for sharing !<br />
Best regards<br />
A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veli</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-360</link>
		<dc:creator>Veli</dc:creator>
		<pubDate>Sun, 14 Feb 2010 20:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-360</guid>
		<description>As a beginner I spent a lot of time with the rc5 stack from mikrocontroller.net triying to get it to work as an arduino sketch for a &quot;quick&quot; testing the TSOP4138 on Arduino Diecimila
With your script, at first no LED went on, no serial output, &quot;It cannot be that easy&quot;, I thought, the highlight came with the oldest of my three remote controls (for some generic TV).  It works! :D Thanks a lot.</description>
		<content:encoded><![CDATA[<p>As a beginner I spent a lot of time with the rc5 stack from mikrocontroller.net triying to get it to work as an arduino sketch for a &#8220;quick&#8221; testing the TSOP4138 on Arduino Diecimila<br />
With your script, at first no LED went on, no serial output, &#8220;It cannot be that easy&#8221;, I thought, the highlight came with the oldest of my three remote controls (for some generic TV).  It works! <img src='http://www.5volt.eu/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-359</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 14 Feb 2010 18:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-359</guid>
		<description>The IR receiver should be fine: to the datasheet your receiver is active low, not high. I mean : when 38kHz IR is received the output goes low. The same logic applies to the IR receivers I tried.
Please read the comments and check if any of them helps you, otherwise please return. At this stage I can&#039; t help.
Best regards</description>
		<content:encoded><![CDATA[<p>The IR receiver should be fine: to the datasheet your receiver is active low, not high. I mean : when 38kHz IR is received the output goes low. The same logic applies to the IR receivers I tried.<br />
Please read the comments and check if any of them helps you, otherwise please return. At this stage I can&#8217; t help.<br />
Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: on4tux</title>
		<link>http://www.5volt.eu/archives/14/comment-page-1#comment-358</link>
		<dc:creator>on4tux</dc:creator>
		<pubDate>Sat, 13 Feb 2010 17:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.5volt.eu/archives/14#comment-358</guid>
		<description>I&#039;m a real newbie (got my board yesterday :) ) but already playing with RC5 on my mega board. The code is not working, but I&#039;m not sure if it is due to my IR controller (IRM38bl) which is active high? Only if it receives IR, the pulses make it go low.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a real newbie (got my board yesterday <img src='http://www.5volt.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) but already playing with RC5 on my mega board. The code is not working, but I&#8217;m not sure if it is due to my IR controller (IRM38bl) which is active high? Only if it receives IR, the pulses make it go low.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
