<?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: RF Communication Between Microcontrollers – Part III</title>
	<atom:link href="http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 03:41:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Kartik</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-37917</link>
		<dc:creator>Kartik</dc:creator>
		<pubDate>Thu, 19 Jan 2012 11:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-37917</guid>
		<description>Hello Sir,
I am already using the USART of one of my atmega32 to communicate with the PC so i cannot use its TxD and RxD pins. Can i use other pins (except txd and rxd) for communication between two atmega32 microcontrollers? Please reply as soon as possible. My email id is : kartik_8582@yahoo.co.in
Thanking you</description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
I am already using the USART of one of my atmega32 to communicate with the PC so i cannot use its TxD and RxD pins. Can i use other pins (except txd and rxd) for communication between two atmega32 microcontrollers? Please reply as soon as possible. My email id is : <a href="mailto:kartik_8582@yahoo.co.in">kartik_8582@yahoo.co.in</a><br />
Thanking you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skb</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-36845</link>
		<dc:creator>skb</dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-36845</guid>
		<description>i want t buy the RF rx-tx pair ...plz menion the price of a pair</description>
		<content:encoded><![CDATA[<p>i want t buy the RF rx-tx pair &#8230;plz menion the price of a pair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesus</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-34646</link>
		<dc:creator>jesus</dc:creator>
		<pubDate>Tue, 06 Dec 2011 05:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-34646</guid>
		<description>Avinash me again I hope you can help me, I implement your code but anything seems to happen, i have to make some changes to the library cause I&#039;m using atmega48 and the name of the registers is not the same like this

rxen= atmega16
rxen0= atmega484


and so on with the others, i changed this and it compile without and error, i also have to change the void main() to int main() cause when compiling that part caused a warning so i changed it.
My baud rate is also 2400bps but i&#039;m running with 20MHz crystal and because of that according to my datasheet table of UDRR the value must be 520 for both TX and RX obviously.

But sadly nothing occurs int the receiver, the leds don&#039;t glow, when i measure the voltage in the RX pin of the uC, and i press a button in th TX module a quick change of voltage occurs, so i think the uC RX is receiving data but it doesn&#039;t send it to the portc.
If i measure voltage in the pin TX of the TX uC or in the data pin of the TX RF module nothing happends when i press the buttons... as i told you before just happen in the RX pin of the RX uC of RF module.

I don&#039;t know what to do i all the code is the same i check carefully the name of the usart registers to make the modification to your library i don&#039;t think that it could be a problem all seems to compile ok without errors and warnings.</description>
		<content:encoded><![CDATA[<p>Avinash me again I hope you can help me, I implement your code but anything seems to happen, i have to make some changes to the library cause I&#8217;m using atmega48 and the name of the registers is not the same like this</p>
<p>rxen= atmega16<br />
rxen0= atmega484</p>
<p>and so on with the others, i changed this and it compile without and error, i also have to change the void main() to int main() cause when compiling that part caused a warning so i changed it.<br />
My baud rate is also 2400bps but i&#8217;m running with 20MHz crystal and because of that according to my datasheet table of UDRR the value must be 520 for both TX and RX obviously.</p>
<p>But sadly nothing occurs int the receiver, the leds don&#8217;t glow, when i measure the voltage in the RX pin of the uC, and i press a button in th TX module a quick change of voltage occurs, so i think the uC RX is receiving data but it doesn&#8217;t send it to the portc.<br />
If i measure voltage in the pin TX of the TX uC or in the data pin of the TX RF module nothing happends when i press the buttons&#8230; as i told you before just happen in the RX pin of the RX uC of RF module.</p>
<p>I don&#8217;t know what to do i all the code is the same i check carefully the name of the usart registers to make the modification to your library i don&#8217;t think that it could be a problem all seems to compile ok without errors and warnings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesus</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-34597</link>
		<dc:creator>jesus</dc:creator>
		<pubDate>Mon, 05 Dec 2011 16:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-34597</guid>
		<description>Hi Avinash, your tuto is awesome, i&#039;m from mexico and this help me a lot, but i have a question and some doubts, i was trying to send data from my pc to the TX uC but what i want is to receive it in the RX uC and show the characters sended in a LCD display 16x2, with your USART library is posible using the UWriteString function? and redirecting the data to the lcd display with your LCD library? I hope you can help me with this</description>
		<content:encoded><![CDATA[<p>Hi Avinash, your tuto is awesome, i&#8217;m from mexico and this help me a lot, but i have a question and some doubts, i was trying to send data from my pc to the TX uC but what i want is to receive it in the RX uC and show the characters sended in a LCD display 16&#215;2, with your USART library is posible using the UWriteString function? and redirecting the data to the lcd display with your LCD library? I hope you can help me with this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephenE</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-34504</link>
		<dc:creator>stephenE</dc:creator>
		<pubDate>Sun, 04 Dec 2011 20:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-34504</guid>
		<description>Same problem. Did you find a solution? I&#039;m guessing i need to put a filter o the antenna of the receiving modules.</description>
		<content:encoded><![CDATA[<p>Same problem. Did you find a solution? I&#8217;m guessing i need to put a filter o the antenna of the receiving modules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-33591</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sat, 26 Nov 2011 16:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-33591</guid>
		<description>Thanks sr. I would like to use this tutorial to make a simple project but I need to know:
How much is the maximun  distance between the Tx and the Rx?
Cause I need 90 meters without line of sight</description>
		<content:encoded><![CDATA[<p>Thanks sr. I would like to use this tutorial to make a simple project but I need to know:<br />
How much is the maximun  distance between the Tx and the Rx?<br />
Cause I need 90 meters without line of sight</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geek</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-32120</link>
		<dc:creator>geek</dc:creator>
		<pubDate>Thu, 10 Nov 2011 16:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-32120</guid>
		<description>thanx..sir for your reply...
but ... here i have another issue...

plz help me out..

sir..kindly tell me ..that do we need to use only sm-rx-02 ask &amp; sm tx 01 ask rfmodules...only
or i can use any other rf module also....
i have purchsed a Rs.250 rx tx pair...
but dont know whether is it...the same which u have mentioned here...

thanx..
geek</description>
		<content:encoded><![CDATA[<p>thanx..sir for your reply&#8230;<br />
but &#8230; here i have another issue&#8230;</p>
<p>plz help me out..</p>
<p>sir..kindly tell me ..that do we need to use only sm-rx-02 ask &amp; sm tx 01 ask rfmodules&#8230;only<br />
or i can use any other rf module also&#8230;.<br />
i have purchsed a Rs.250 rx tx pair&#8230;<br />
but dont know whether is it&#8230;the same which u have mentioned here&#8230;</p>
<p>thanx..<br />
geek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-31595</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Sun, 06 Nov 2011 03:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-31595</guid>
		<description>&lt;blockquote&gt;plz sir,kindly tell me is this really possible..&lt;/blockquote&gt;

Yes. Why not ?



&lt;blockquote&gt;have you written these codes for atmega16..????&lt;/blockquote&gt;



It is very clear from the above article!</description>
		<content:encoded><![CDATA[<blockquote><p>plz sir,kindly tell me is this really possible..</p></blockquote>
<p>Yes. Why not ?</p>
<blockquote><p>have you written these codes for atmega16..????</p></blockquote>
<p>It is very clear from the above article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geek</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-31565</link>
		<dc:creator>geek</dc:creator>
		<pubDate>Sat, 05 Nov 2011 17:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-31565</guid>
		<description>Hello avinash sir...

i m a Ist year eng.. student...
Your tutorials hv cleared lot of my problems.
Now.I am trying to implement your project of tx and receiving data..

but i m using atmega8 at the transmitting end..and atmega32 at the receiving end..
plz sir,kindly tell me is this really possible..
if yes, where do i need to make the changes in the codes..

Sorry..if i m asking smthing foolish..
bt plz help me..

have you written these codes for atmega16..????

Thank you sir..
geek..</description>
		<content:encoded><![CDATA[<p>Hello avinash sir&#8230;</p>
<p>i m a Ist year eng.. student&#8230;<br />
Your tutorials hv cleared lot of my problems.<br />
Now.I am trying to implement your project of tx and receiving data..</p>
<p>but i m using atmega8 at the transmitting end..and atmega32 at the receiving end..<br />
plz sir,kindly tell me is this really possible..<br />
if yes, where do i need to make the changes in the codes..</p>
<p>Sorry..if i m asking smthing foolish..<br />
bt plz help me..</p>
<p>have you written these codes for atmega16..????</p>
<p>Thank you sir..<br />
geek..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dvsd</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-31102</link>
		<dc:creator>dvsd</dc:creator>
		<pubDate>Sun, 30 Oct 2011 18:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-31102</guid>
		<description>Dear Avinash sir,

Firstly loads of thanks for such a great hard work and making things easy for begineer&#039;s like me:):)

Sorry if my question is silly, I hope you will answer

I am trying to experiment your RF module using Atmega32 microcontroller. But I saw in some internet pages that USART can be used only for wireless communication and even from my friends. Is it so?. The code available in this RF module Part III is for RF wireless communication only right??

Thanks in advance very much sir. Looking forward for your valuable reply asap.</description>
		<content:encoded><![CDATA[<p>Dear Avinash sir,</p>
<p>Firstly loads of thanks for such a great hard work and making things easy for begineer&#8217;s like me:):)</p>
<p>Sorry if my question is silly, I hope you will answer</p>
<p>I am trying to experiment your RF module using Atmega32 microcontroller. But I saw in some internet pages that USART can be used only for wireless communication and even from my friends. Is it so?. The code available in this RF module Part III is for RF wireless communication only right??</p>
<p>Thanks in advance very much sir. Looking forward for your valuable reply asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: esi</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-30828</link>
		<dc:creator>esi</dc:creator>
		<pubDate>Thu, 27 Oct 2011 00:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-30828</guid>
		<description>dear Avinash
this was realy a great work!thank you so much.
would you mind to put any timing diagram or datasheet of this kind of RF module here,I tried it but never found any thing!
thanks again</description>
		<content:encoded><![CDATA[<p>dear Avinash<br />
this was realy a great work!thank you so much.<br />
would you mind to put any timing diagram or datasheet of this kind of RF module here,I tried it but never found any thing!<br />
thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-30489</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sat, 22 Oct 2011 17:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-30489</guid>
		<description>Avinash,

The page on interrupts did help, thank you. I&#039;ve had to delay working on this specific tutorial for a while since the school semester started, but I have been working on an RFID system for my senior design project using many of the principles I&#039;ve learned from your tutorials. I should finish it by December and I&#039;ll try to post it on youtube so others can learn from it too. 

Thanks,
Jake</description>
		<content:encoded><![CDATA[<p>Avinash,</p>
<p>The page on interrupts did help, thank you. I&#8217;ve had to delay working on this specific tutorial for a while since the school semester started, but I have been working on an RFID system for my senior design project using many of the principles I&#8217;ve learned from your tutorials. I should finish it by December and I&#8217;ll try to post it on youtube so others can learn from it too. </p>
<p>Thanks,<br />
Jake</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skb</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-29792</link>
		<dc:creator>skb</dc:creator>
		<pubDate>Wed, 12 Oct 2011 15:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-29792</guid>
		<description>Dear Avinash Sir,
I am planning to do a wireless communications project using AT89S51 and these RF pairs...would you please suggest me what type of antenna should i use for it.As my PC will be the master and robot will be the slave..how should i interface my PC to the Tx. Thank you for all the hard works you put in to help us new robot makers.Thank u once again.</description>
		<content:encoded><![CDATA[<p>Dear Avinash Sir,<br />
I am planning to do a wireless communications project using AT89S51 and these RF pairs&#8230;would you please suggest me what type of antenna should i use for it.As my PC will be the master and robot will be the slave..how should i interface my PC to the Tx. Thank you for all the hard works you put in to help us new robot makers.Thank u once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-27565</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Sat, 20 Aug 2011 03:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-27565</guid>
		<description>@Jake

Please use this page to find out the name of ISRs

http://www.nongnu.org/avr-libc/user-manual/group__avr__interrupts.html

For ATmega328p the name for USART receive complete interrupt is &quot;&lt;strong&gt;USART_RX_vect &lt;/strong&gt;&quot;

Hope it helps.</description>
		<content:encoded><![CDATA[<p>@Jake</p>
<p>Please use this page to find out the name of ISRs</p>
<p><a href="http://www.nongnu.org/avr-libc/user-manual/group__avr__interrupts.html" rel="nofollow">http://www.nongnu.org/avr-libc/user-manual/group__avr__interrupts.html</a></p>
<p>For ATmega328p the name for USART receive complete interrupt is &#8220;<strong>USART_RX_vect </strong>&#8221;</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-27554</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 19 Aug 2011 17:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-27554</guid>
		<description>Hello Avinash,

First of all, your tutorials have helped me immensely, thank you so much.

I have been implementing many of the projects in your tutorials using Atmega328p MCU&#039;s and am trying to do the same here. For all of the registers, I have compared the Atmega16 and Atmega328p datasheets to implement the same functionality on the 328p. The problem I cannot figure out, is the USART interrupt vectors. When I compile the code, I get a warning: &quot;&#039;USART_RXC_vector&#039; appears to be a misspelled signal handler.&quot;

In both datasheets there is mention of &quot;USART_RXC&quot; in the ISR sections, however, I do not understand why USART_RXC_VECTOR is accepted by the compiler for the m16 and not the m328p. Can you please help me?

(I do see that in &quot;USART.h&quot; there is the line &quot;#define USART_RXC_VECT USART_RXC_vect&quot; which is noted to change for each MCU, but I dont know what it would change to for the 328p, if at all because the &quot;USART_RXC&quot; ISR is listed as the same thing for both MCU&#039;s)

Thank You</description>
		<content:encoded><![CDATA[<p>Hello Avinash,</p>
<p>First of all, your tutorials have helped me immensely, thank you so much.</p>
<p>I have been implementing many of the projects in your tutorials using Atmega328p MCU&#8217;s and am trying to do the same here. For all of the registers, I have compared the Atmega16 and Atmega328p datasheets to implement the same functionality on the 328p. The problem I cannot figure out, is the USART interrupt vectors. When I compile the code, I get a warning: &#8220;&#8216;USART_RXC_vector&#8217; appears to be a misspelled signal handler.&#8221;</p>
<p>In both datasheets there is mention of &#8220;USART_RXC&#8221; in the ISR sections, however, I do not understand why USART_RXC_VECTOR is accepted by the compiler for the m16 and not the m328p. Can you please help me?</p>
<p>(I do see that in &#8220;USART.h&#8221; there is the line &#8220;#define USART_RXC_VECT USART_RXC_vect&#8221; which is noted to change for each MCU, but I dont know what it would change to for the 328p, if at all because the &#8220;USART_RXC&#8221; ISR is listed as the same thing for both MCU&#8217;s)</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raaj90</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-26725</link>
		<dc:creator>raaj90</dc:creator>
		<pubDate>Thu, 28 Jul 2011 11:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-26725</guid>
		<description>can i simulate this project in proteus ??bcoz ur schematic seems to be image from proteus ...how to simulate tx and rx bcoz there are no library of them in proteus???</description>
		<content:encoded><![CDATA[<p>can i simulate this project in proteus ??bcoz ur schematic seems to be image from proteus &#8230;how to simulate tx and rx bcoz there are no library of them in proteus???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geek</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-25415</link>
		<dc:creator>geek</dc:creator>
		<pubDate>Thu, 07 Jul 2011 06:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-25415</guid>
		<description>hey avinash !!
this was realy a great tutorial.
it cleared many of my concepts.
i want to know will the settings in the usart.c and usart.h files work for atmega8 as well...
or i will have to make some changes in the codes...</description>
		<content:encoded><![CDATA[<p>hey avinash !!<br />
this was realy a great tutorial.<br />
it cleared many of my concepts.<br />
i want to know will the settings in the usart.c and usart.h files work for atmega8 as well&#8230;<br />
or i will have to make some changes in the codes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankith</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-21725</link>
		<dc:creator>ankith</dc:creator>
		<pubDate>Mon, 16 May 2011 16:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-21725</guid>
		<description>Sorry dude!!
Didnt see library properly!!
My mistake! :)</description>
		<content:encoded><![CDATA[<p>Sorry dude!!<br />
Didnt see library properly!!<br />
My mistake! <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankith</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-21072</link>
		<dc:creator>ankith</dc:creator>
		<pubDate>Fri, 29 Apr 2011 19:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-21072</guid>
		<description>hey avinash
In your usart.c library file
in USARTInit(); function you have not enabled RXEN..
Isnt it necessary?!
Although i tried this project and it worked awesomely fine :)</description>
		<content:encoded><![CDATA[<p>hey avinash<br />
In your usart.c library file<br />
in USARTInit(); function you have not enabled RXEN..<br />
Isnt it necessary?!<br />
Although i tried this project and it worked awesomely fine <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavin</title>
		<link>http://extremeelectronics.co.in/avr-tutorials/rf-communication-between-microcontrollers-%e2%80%93-part-iii/comment-page-2/#comment-19839</link>
		<dc:creator>Bhavin</dc:creator>
		<pubDate>Thu, 07 Apr 2011 05:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=281#comment-19839</guid>
		<description>Hey avinash,
That was a really helpful tutorial. I tried it with a new micro-controller called mbed and it worked out perfectly fine. Now , I wanted to have a  two way communication . So i bought 2 different pairs of transmitter and receivers working at different frequencies. One pair works at 315 Mhz and other at 433 Mhz. But there still seems to be interference caused by each other. Do you know what could be done to prevent this?</description>
		<content:encoded><![CDATA[<p>Hey avinash,<br />
That was a really helpful tutorial. I tried it with a new micro-controller called mbed and it worked out perfectly fine. Now , I wanted to have a  two way communication . So i bought 2 different pairs of transmitter and receivers working at different frequencies. One pair works at 315 Mhz and other at 433 Mhz. But there still seems to be interference caused by each other. Do you know what could be done to prevent this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 13/36 queries in 0.015 seconds using apc
Object Caching 556/562 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-02-08 11:11:30 -->
