<?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: Working on Zigbee API mode interface</title>
	<atom:link href="http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/</link>
	<description>My Weblog about Domotica and more</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:19:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Robert Hekkers</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-3537</link>
		<dc:creator>Robert Hekkers</dc:creator>
		<pubDate>Mon, 03 May 2010 21:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-3537</guid>
		<description>Hi Jacob,

Sorry my response took so long, i had other matters that needed my attention.
I could share my Delphi code, but it&#039;s mixed with code from the rest of my Domotica system. So i don&#039;t think it will be of much help to you. The best i can do is give you a link to the &lt;a href=&quot;http://mftoolkit.codeplex.com/&quot; rel=&quot;nofollow&quot;&gt;.NET Micro Framework Toolkit&lt;/a&gt; i used as a starting point. It&#039;s written in C#, but it should be relatively easy to translate to Delphi. That&#039;s what i did and it took me about 2-3 evenings, so it&#039;s not that hard to do :-) 
Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Jacob,</p>
<p>Sorry my response took so long, i had other matters that needed my attention.<br />
I could share my Delphi code, but it&#8217;s mixed with code from the rest of my Domotica system. So i don&#8217;t think it will be of much help to you. The best i can do is give you a link to the <a href="http://mftoolkit.codeplex.com/" rel="nofollow">.NET Micro Framework Toolkit</a> i used as a starting point. It&#8217;s written in C#, but it should be relatively easy to translate to Delphi. That&#8217;s what i did and it took me about 2-3 evenings, so it&#8217;s not that hard to do <img src='http://blog.hekkers.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-3336</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-3336</guid>
		<description>Could you share your delphi code with me? I really would like to avoid making a wrapper my self</description>
		<content:encoded><![CDATA[<p>Could you share your delphi code with me? I really would like to avoid making a wrapper my self</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hekkers</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-2819</link>
		<dc:creator>Robert Hekkers</dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-2819</guid>
		<description>Hi Dan,

I really can&#039;t tell you, since i hardly used AT command mode. Maybe the first evening, getting familiar with some of the basic AT commands to set baud rate and such. But after that i switched to API mode rather quickly cause that looked like the most suitable command mode in my case.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>I really can&#8217;t tell you, since i hardly used AT command mode. Maybe the first evening, getting familiar with some of the basic AT commands to set baud rate and such. But after that i switched to API mode rather quickly cause that looked like the most suitable command mode in my case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-2796</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-2796</guid>
		<description>Is there a notable speed difference between API and AT command mode? Obviously it needs to send more data, I am thinking of setting up a wireless sensor that would need to be very fast and wondering if it would be faster to pack my own frames or use the API mode.</description>
		<content:encoded><![CDATA[<p>Is there a notable speed difference between API and AT command mode? Obviously it needs to send more data, I am thinking of setting up a wireless sensor that would need to be very fast and wondering if it would be faster to pack my own frames or use the API mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wireless Pressure Sensor - small fix</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-1600</link>
		<dc:creator>Wireless Pressure Sensor - small fix</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-1600</guid>
		<description>[...] that are easilty interpreted. I also took the time to create a small Delphi program that uses my XBee API to log all the packets that are received in a more readable [...]</description>
		<content:encoded><![CDATA[<p>[...] that are easilty interpreted. I also took the time to create a small Delphi program that uses my XBee API to log all the packets that are received in a more readable [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hekkers</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-1557</link>
		<dc:creator>Robert Hekkers</dc:creator>
		<pubDate>Sat, 23 Jan 2010 12:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-1557</guid>
		<description>Hi Yogi,

I have 3 x XBee Pro series 2 (and 1 blown up :-( ),  3 x XBee Series 2 and 2 x XBee Series 1. Some of those were ordered by a friend of mine and i don&#039;t even know where he got them from, and some i bought myself at www.antratek.nl. No secret source :-)</description>
		<content:encoded><![CDATA[<p>Hi Yogi,</p>
<p>I have 3 x XBee Pro series 2 (and 1 blown up <img src='http://blog.hekkers.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  ),  3 x XBee Series 2 and 2 x XBee Series 1. Some of those were ordered by a friend of mine and i don&#8217;t even know where he got them from, and some i bought myself at <a href="http://www.antratek.nl" rel="nofollow">http://www.antratek.nl</a>. No secret source <img src='http://blog.hekkers.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YogiBear75</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-1555</link>
		<dc:creator>YogiBear75</dc:creator>
		<pubDate>Sat, 23 Jan 2010 00:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-1555</guid>
		<description>Hi there,

I would like to know where you buy this stuff. As it seems you bought a lot of Xbee modules and the cheapest Pro&#039;s I could find were like $40 ?

Or do you have a secret source ?

Thanks,

Yogi.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I would like to know where you buy this stuff. As it seems you bought a lot of Xbee modules and the cheapest Pro&#8217;s I could find were like $40 ?</p>
<p>Or do you have a secret source ?</p>
<p>Thanks,</p>
<p>Yogi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Hekkers</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-1550</link>
		<dc:creator>Robert Hekkers</dc:creator>
		<pubDate>Fri, 22 Jan 2010 08:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-1550</guid>
		<description>Hi Saad,

To get the XBee (Series 2) into API mode, use the X-CTU tool to write the right firmware to the XBee. That&#039;s it, basically..
I wrote my own software to be able to create, send, receive and process API packets. 
So what you&#039;re seeing is output from my own software which is part of my Domotica (Home Automation) system.

The XStick is a USB peripheral module adapter that provides short-range wireless connectivity to an XBee network. I use it as an API mode Coordinator.</description>
		<content:encoded><![CDATA[<p>Hi Saad,</p>
<p>To get the XBee (Series 2) into API mode, use the X-CTU tool to write the right firmware to the XBee. That&#8217;s it, basically..<br />
I wrote my own software to be able to create, send, receive and process API packets.<br />
So what you&#8217;re seeing is output from my own software which is part of my Domotica (Home Automation) system.</p>
<p>The XStick is a USB peripheral module adapter that provides short-range wireless connectivity to an XBee network. I use it as an API mode Coordinator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad</title>
		<link>http://blog.hekkers.net/2009/12/18/working-on-zigbee-api-mode-interface/comment-page-1/#comment-1548</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Thu, 21 Jan 2010 21:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hekkers.net/?p=635#comment-1548</guid>
		<description>Hi there,

I am doing a school project on this and I cannot figure out how to get the xbee in API mode running :-(. What did you use to view the above output?? What is XStick? I put the XBEE modules (2) on two arduino boards. Please Help. Email me at lpsaad@gmail.com. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I am doing a school project on this and I cannot figure out how to get the xbee in API mode running <img src='http://blog.hekkers.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> . What did you use to view the above output?? What is XStick? I put the XBEE modules (2) on two arduino boards. Please Help. Email me at <a href="mailto:lpsaad@gmail.com">lpsaad@gmail.com</a>. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

