<?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: Playing Xbee. Part 4 &#8211; API.</title>
	<atom:link href="http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/feed" rel="self" type="application/rss+xml" />
	<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api</link>
	<description>A Solder Joint</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:29:35 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hape</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-5950</link>
		<dc:creator>Hape</dc:creator>
		<pubDate>Fri, 21 May 2010 08:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-5950</guid>
		<description>Hi Oleg,

I want to send data from end node to coordinator in API mode. The end node is connected to PIC18f452, I&#039;m trying to send simple data ASCII 1 (API frame = 7E 000F 10 01 0000 0000 0000 0000 FFFE 00 00 31 C0) to coordinator, but the coordinator can not receive the data (the coordinator is connected to computer using X-CTU). Then i&#039;m trying to use your code from this page (with some modification so it can fit my circuit), but it still can not send the data. I think there is no problem with the XBee firmware, cause i&#039;ve tried to connect both device by using two computers, the data can be sent. Is there any additional requirement that i&#039;ve missed in order to connect XBee with MCU ?

Thx</description>
		<content:encoded><![CDATA[<p>Hi Oleg,</p>
<p>I want to send data from end node to coordinator in API mode. The end node is connected to PIC18f452, I&#8217;m trying to send simple data ASCII 1 (API frame = 7E 000F 10 01 0000 0000 0000 0000 FFFE 00 00 31 C0) to coordinator, but the coordinator can not receive the data (the coordinator is connected to computer using X-CTU). Then i&#8217;m trying to use your code from this page (with some modification so it can fit my circuit), but it still can not send the data. I think there is no problem with the XBee firmware, cause i&#8217;ve tried to connect both device by using two computers, the data can be sent. Is there any additional requirement that i&#8217;ve missed in order to connect XBee with MCU ?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelo</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-5907</link>
		<dc:creator>Angelo</dc:creator>
		<pubDate>Tue, 11 May 2010 16:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-5907</guid>
		<description>Hi, i&#039;have developped an application for pic18f2620 with xbee series 2.
my application works fine when I use the method of reading parameters COMMAND MODE (I write &quot;+ + +&quot; , &quot;ATNI&quot;, &quot;ATDH&quot;, &quot;ATDL&quot; .... etc) and I can read perfectly by micorcontroler interrupts the Xbee module parameters. When I start to use frames Xbee API in the microcontroller is blocked in this line  &quot;while (DataRdyUSART ())&quot;.. The Xbee module not respond to API frame.. 
For example if i send the following array CArray char [] = (0x7e, 0x00, 0x04, 0x08, 0x01, 0x6e, 0x69, 0x1f); &quot; i want to read the NODE IDENITFIER PARAMETER device from the Xbee Device but not respond ... DataRdyUSART() dont receives nothing.
Whi?</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;have developped an application for pic18f2620 with xbee series 2.<br />
my application works fine when I use the method of reading parameters COMMAND MODE (I write &#8220;+ + +&#8221; , &#8220;ATNI&#8221;, &#8220;ATDH&#8221;, &#8220;ATDL&#8221; &#8230;. etc) and I can read perfectly by micorcontroler interrupts the Xbee module parameters. When I start to use frames Xbee API in the microcontroller is blocked in this line  &#8220;while (DataRdyUSART ())&#8221;.. The Xbee module not respond to API frame..<br />
For example if i send the following array CArray char [] = (0&#215;7e, 0&#215;00, 0&#215;04, 0&#215;08, 0&#215;01, 0&#215;6e, 0&#215;69, 0&#215;1f); &#8221; i want to read the NODE IDENITFIER PARAMETER device from the Xbee Device but not respond &#8230; DataRdyUSART() dont receives nothing.<br />
Whi?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-5210</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Fri, 26 Mar 2010 19:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-5210</guid>
		<description>There are several different firmware images for Xbee - coordinator, end device, etc. By design, two end devices won&#039;t talk to each other,  and two coordinators won&#039;t talk to each other either. They come from the factory flashed as end devices, you need to reflash one of your Xbees to coordinator.

This is true for Xbees I&#039;m talking about here, i.e., ver.2.[0,5] and API mode. There are many others, which are different.</description>
		<content:encoded><![CDATA[<p>There are several different firmware images for Xbee &#8211; coordinator, end device, etc. By design, two end devices won&#8217;t talk to each other,  and two coordinators won&#8217;t talk to each other either. They come from the factory flashed as end devices, you need to reflash one of your Xbees to coordinator.</p>
<p>This is true for Xbees I&#8217;m talking about here, i.e., ver.2.[0,5] and API mode. There are many others, which are different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.Or</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-5203</link>
		<dc:creator>K.Or</dc:creator>
		<pubDate>Fri, 26 Mar 2010 16:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-5203</guid>
		<description>I don&#039;t upgrade firmware of xbee. I don&#039;t know that why ??? Please,described for me
Thank you.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t upgrade firmware of xbee. I don&#8217;t know that why ??? Please,described for me<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-4601</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Fri, 05 Mar 2010 21:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-4601</guid>
		<description>Were you able to make your two Xbees talk in serial emulation mode? Also, are you using proper firmware, i.e., coordinator on one of Xbees, router/end device on the other?</description>
		<content:encoded><![CDATA[<p>Were you able to make your two Xbees talk in serial emulation mode? Also, are you using proper firmware, i.e., coordinator on one of Xbees, router/end device on the other?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-4572</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 04 Mar 2010 20:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-4572</guid>
		<description>I&#039;m using a PIC24HJ64GP502, I&#039;ve configured two XBees using X-CTU to be in API mode. I&#039;ve used libraries that have written by another person plus some of my own code for PIC24 in order to get it to write to UART_TX. I&#039;ve connected one XBee to the PIC and the other to the comp running X-CTU terminal. The code I have creates a packet (as far as I know) and it is sending something to the XBee, but it&#039;s not transmitting anything at all and the second XBee isn&#039;t receiving anything, for obvious reasons. I&#039;ve tried everything I know of, which really isn&#039;t much, I&#039;ve no idea what else to try.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using a PIC24HJ64GP502, I&#8217;ve configured two XBees using X-CTU to be in API mode. I&#8217;ve used libraries that have written by another person plus some of my own code for PIC24 in order to get it to write to UART_TX. I&#8217;ve connected one XBee to the PIC and the other to the comp running X-CTU terminal. The code I have creates a packet (as far as I know) and it is sending something to the XBee, but it&#8217;s not transmitting anything at all and the second XBee isn&#8217;t receiving anything, for obvious reasons. I&#8217;ve tried everything I know of, which really isn&#8217;t much, I&#8217;ve no idea what else to try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: natanel</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-4049</link>
		<dc:creator>natanel</dc:creator>
		<pubDate>Sun, 31 Jan 2010 14:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-4049</guid>
		<description>I just finished my first project connecting avr32 with XBee

hope it can help someone. 

http://snatgassensor.blogspot.com/

Oleg tried to post you first in private but didn&#039;t found how</description>
		<content:encoded><![CDATA[<p>I just finished my first project connecting avr32 with XBee</p>
<p>hope it can help someone. </p>
<p><a href="http://snatgassensor.blogspot.com/" rel="nofollow">http://snatgassensor.blogspot.com/</a></p>
<p>Oleg tried to post you first in private but didn&#8217;t found how</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DUNG</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-3880</link>
		<dc:creator>DUNG</dc:creator>
		<pubDate>Thu, 21 Jan 2010 08:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-3880</guid>
		<description>Hi!I dont know how to use AS in AT command. Can you explain to me in detail. Thankyou very much!</description>
		<content:encoded><![CDATA[<p>Hi!I dont know how to use AS in AT command. Can you explain to me in detail. Thankyou very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denz</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-#comment-3554</link>
		<dc:creator>Denz</dc:creator>
		<pubDate>Sat, 14 Nov 2009 07:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-3554</guid>
		<description>The website below explains how to load API firmware onto your xbee. It&#039;s not mention in the XBee product manual.
http://ftp1.digi.com/support/firmware/Instructions%20for%20firmware%20upgrades.pdf

To understand better of API modes, refer to Chapter 9 of API operation from the Xbee product manual</description>
		<content:encoded><![CDATA[<p>The website below explains how to load API firmware onto your xbee. It&#8217;s not mention in the XBee product manual.<br />
<a href="http://ftp1.digi.com/support/firmware/Instructions%20for%20firmware%20upgrades.pdf" rel="nofollow">http://ftp1.digi.com/support/firmware/Instructions%20for%20firmware%20upgrades.pdf</a></p>
<p>To understand better of API modes, refer to Chapter 9 of API operation from the Xbee product manual</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TUYEN PHUNG</title>
		<link>http://www.circuitsathome.com/mcu/programming/playing-xbee-part-4-api/comment-page-1#comment-3553</link>
		<dc:creator>TUYEN PHUNG</dc:creator>
		<pubDate>Tue, 10 Nov 2009 18:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=555#comment-3553</guid>
		<description>My system is very simple, I have three Zigbee modules , all of them will transmit data to one Zigbee center, it looks like multi-point to point.How can i configure xbee.I want to use API mode in X-CTU?
Please show me the way to load API firmware to my modules.
Thanks for your help!</description>
		<content:encoded><![CDATA[<p>My system is very simple, I have three Zigbee modules , all of them will transmit data to one Zigbee center, it looks like multi-point to point.How can i configure xbee.I want to use API mode in X-CTU?<br />
Please show me the way to load API firmware to my modules.<br />
Thanks for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
