<?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: AVR Timers &#8211; An Introduction</title>
	<atom:link href="http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 07:47:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abraham</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-11898</link>
		<dc:creator>Abraham</dc:creator>
		<pubDate>Sat, 28 Aug 2010 07:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-11898</guid>
		<description>Awesome tutorials....I have gone through most of them...and they are so simple and elegant....I will be forever grateful to you..:) Do keep up the good work.</description>
		<content:encoded><![CDATA[<p>Awesome tutorials&#8230;.I have gone through most of them&#8230;and they are so simple and elegant&#8230;.I will be forever grateful to you..:) Do keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabu</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-9477</link>
		<dc:creator>prabu</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-9477</guid>
		<description>avinash good work</description>
		<content:encoded><![CDATA[<p>avinash good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prabu</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-9474</link>
		<dc:creator>prabu</dc:creator>
		<pubDate>Fri, 18 Jun 2010 08:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-9474</guid>
		<description>niece contents ...................helpful 4 all beginners...niece approach with eg.</description>
		<content:encoded><![CDATA[<p>niece contents &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.helpful 4 all beginners&#8230;niece approach with eg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Servo Motor Control by Using AVR ATmega32 Microcontroller &#124; eXtreme Electronics</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-9104</link>
		<dc:creator>Servo Motor Control by Using AVR ATmega32 Microcontroller &#124; eXtreme Electronics</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-9104</guid>
		<description>[...] Introduction To AVR Timers [...]</description>
		<content:encoded><![CDATA[<p>[...] Introduction To AVR Timers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: time interrupt activated button avr &#171; Msmihai&#39;s Blog</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-8619</link>
		<dc:creator>time interrupt activated button avr &#171; Msmihai&#39;s Blog</dc:creator>
		<pubDate>Sun, 09 May 2010 19:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-8619</guid>
		<description>[...] Here is a pretty good tutorial on the 8 bit timer. [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is a pretty good tutorial on the 8 bit timer. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieron</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-8238</link>
		<dc:creator>Kieron</dc:creator>
		<pubDate>Thu, 01 Apr 2010 09:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-8238</guid>
		<description>do u have any examples that i can look into for controlling two stepper motors at different speeds based on the situation it is in by using the interrupts. I have seen the examples of one stepper motor using timer0 but it was not very helpful because the steps of the motors are predefined and that is not the case in my project.</description>
		<content:encoded><![CDATA[<p>do u have any examples that i can look into for controlling two stepper motors at different speeds based on the situation it is in by using the interrupts. I have seen the examples of one stepper motor using timer0 but it was not very helpful because the steps of the motors are predefined and that is not the case in my project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieron</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-8237</link>
		<dc:creator>Kieron</dc:creator>
		<pubDate>Thu, 01 Apr 2010 09:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-8237</guid>
		<description>I have got some problem dealing with the timer0 and timer2 which are used to control the steps of two stepper motors on my robot. In order to use PID controller I will need the motors to change the speed according to the output of the controller. If I were to use the OCR0 and OCR2 (reducing/increasing) to change the speed of the motors, how would i know what is the speed the motors are going??for example i want the motors to move forward at 12.56cm/sec. I will have to enable the interrupt to increase the steps of the motors but how would i know what speed are they going at???</description>
		<content:encoded><![CDATA[<p>I have got some problem dealing with the timer0 and timer2 which are used to control the steps of two stepper motors on my robot. In order to use PID controller I will need the motors to change the speed according to the output of the controller. If I were to use the OCR0 and OCR2 (reducing/increasing) to change the speed of the motors, how would i know what is the speed the motors are going??for example i want the motors to move forward at 12.56cm/sec. I will have to enable the interrupt to increase the steps of the motors but how would i know what speed are they going at???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrejs Cainikovs</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-8191</link>
		<dc:creator>Andrejs Cainikovs</dc:creator>
		<pubDate>Sun, 28 Mar 2010 13:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-8191</guid>
		<description>Sayantan,

Depending on the chip there may be few timers that you could use (megaAVR has max 4 of them). If you need to get one more timer you probably have two options:
1. Move to a chip with higher 16-bit timer count
2. Try to optimize your code so it will share your timer with another code.</description>
		<content:encoded><![CDATA[<p>Sayantan,</p>
<p>Depending on the chip there may be few timers that you could use (megaAVR has max 4 of them). If you need to get one more timer you probably have two options:<br />
1. Move to a chip with higher 16-bit timer count<br />
2. Try to optimize your code so it will share your timer with another code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sayantan</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-7705</link>
		<dc:creator>Sayantan</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-7705</guid>
		<description>I find your comments very helpful to me.Now I have a question
if I need multiple time-delay of various times,what to do ?I mean there is just only one 16 bit timer-counter,how to use it for all that time-delay?Please help me.</description>
		<content:encoded><![CDATA[<p>I find your comments very helpful to me.Now I have a question<br />
if I need multiple time-delay of various times,what to do ?I mean there is just only one 16 bit timer-counter,how to use it for all that time-delay?Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudiu</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-3723</link>
		<dc:creator>Claudiu</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-3723</guid>
		<description>@Jay
same question throws in my head ... but like Avinash said, you have to read again to understand.

(Answer: because the TIMER0 is 8-bit wide so it can count 2^8=256 clocks, but only one time it generate an overflow in those 256 clocks)

@Avinash
Keep up the good work ... you are amazing !!!</description>
		<content:encoded><![CDATA[<p>@Jay<br />
same question throws in my head &#8230; but like Avinash said, you have to read again to understand.</p>
<p>(Answer: because the TIMER0 is 8-bit wide so it can count 2^8=256 clocks, but only one time it generate an overflow in those 256 clocks)</p>
<p>@Avinash<br />
Keep up the good work &#8230; you are amazing !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-3630</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-3630</guid>
		<description>@Jay

Why would anyone explain you the same thing that is written above? 

Can&#039;t you get simple arithmetic ???</description>
		<content:encoded><![CDATA[<p>@Jay</p>
<p>Why would anyone explain you the same thing that is written above? </p>
<p>Can&#8217;t you get simple arithmetic ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-3629</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-3629</guid>
		<description>@Jay

Didn&#039;t you read 2nd Paragraph? Timer Overflow?

I get angry when I see questions like this.

When you not get anything you should try to read again.</description>
		<content:encoded><![CDATA[<p>@Jay</p>
<p>Didn&#8217;t you read 2nd Paragraph? Timer Overflow?</p>
<p>I get angry when I see questions like this.</p>
<p>When you not get anything you should try to read again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-3628</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-3628</guid>
		<description>Frequency of Overflow = 15625 /256 = 61.0352 Hz
Can some explain to me the logic behind dividing the Clockfrequency by 256.</description>
		<content:encoded><![CDATA[<p>Frequency of Overflow = 15625 /256 = 61.0352 Hz<br />
Can some explain to me the logic behind dividing the Clockfrequency by 256.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil das</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-3292</link>
		<dc:creator>sunil das</dc:creator>
		<pubDate>Mon, 28 Dec 2009 13:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-3292</guid>
		<description>i found it quite helpful for me ....it helped me clear my concepts and hope more n more such tutorials ..thanx a lot</description>
		<content:encoded><![CDATA[<p>i found it quite helpful for me &#8230;.it helped me clear my concepts and hope more n more such tutorials ..thanx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-3269</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 25 Dec 2009 04:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-3269</guid>
		<description>@Verda

This is Wordpress !!!</description>
		<content:encoded><![CDATA[<p>@Verda</p>
<p>This is Wordpress !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verda Fretz</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-3262</link>
		<dc:creator>Verda Fretz</dc:creator>
		<pubDate>Thu, 24 Dec 2009 18:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-3262</guid>
		<description>Hi, what blog platform is this? Is it working for you or..? I would really like it if you could answer this question! Regards!</description>
		<content:encoded><![CDATA[<p>Hi, what blog platform is this? Is it working for you or..? I would really like it if you could answer this question! Regards!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riyagiya</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-2914</link>
		<dc:creator>riyagiya</dc:creator>
		<pubDate>Fri, 23 Oct 2009 20:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-2914</guid>
		<description>Hello Avinash,
   I read your AVR timer Introduction tutorial. For every 1 sec here timer 61 overflow interupts. Can you please explain me how to Initialize a timer to generate a overflow interrupt for every 15ms?</description>
		<content:encoded><![CDATA[<p>Hello Avinash,<br />
   I read your AVR timer Introduction tutorial. For every 1 sec here timer 61 overflow interupts. Can you please explain me how to Initialize a timer to generate a overflow interrupt for every 15ms?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-2817</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 05 Oct 2009 11:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-2817</guid>
		<description>&lt;strong&gt;I highly appreciate  :) Mr Andrejs work of Finding and giving a solution to &quot;abcd&quot;.
-Admin&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>I highly appreciate  <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Mr Andrejs work of Finding and giving a solution to &#8220;abcd&#8221;.<br />
-Admin</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrejs Cainikovs</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-2815</link>
		<dc:creator>Andrejs Cainikovs</dc:creator>
		<pubDate>Mon, 05 Oct 2009 07:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-2815</guid>
		<description>@abcd,

Check Nischey Grover comment on this page dated June 18th, 2009 at 4:40 pm, it will explain you how this code is working.</description>
		<content:encoded><![CDATA[<p>@abcd,</p>
<p>Check Nischey Grover comment on this page dated June 18th, 2009 at 4:40 pm, it will explain you how this code is working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/avr-timers-an-introduction/comment-page-1/#comment-2813</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Mon, 05 Oct 2009 05:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=18#comment-2813</guid>
		<description>&lt;strong&gt;@abcd

Pls don&#039;t flood with silly comments !!!!!!!!!!!!!!!!
If you don&#039;t know relation between time and frequency pls go for some other profession.
:-(&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>@abcd</p>
<p>Pls don&#8217;t flood with silly comments !!!!!!!!!!!!!!!!<br />
If you don&#8217;t know relation between time and frequency pls go for some other profession. <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>
