<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Beginner - Trying to Create a Tree Network - MC1321X in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188109#M14256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Mads, thanks for your reply.&amp;nbsp; I'm not sure how I missed that documentation, but it is indeed useful and I am currently working through it.&lt;BR /&gt;&lt;BR /&gt;Rick- PopNet looks great, thank you so much for suggesting it.&amp;nbsp; If its as good as they say it is, it looks like it will be very useful for us.&amp;nbsp; I'm waiting to hear back from them on obtaining an evaluation of their codebase.&lt;BR /&gt;&lt;BR /&gt;Thank you all again,&lt;BR /&gt;Kurt&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2008 13:04:53 GMT</pubDate>
    <dc:creator>wareagle</dc:creator>
    <dc:date>2008-02-12T13:04:53Z</dc:date>
    <item>
      <title>Beginner - Trying to Create a Tree Network - MC1321X</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188104#M14251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;P&gt;Hello,&lt;BR /&gt;My team and I are working on a senior design project where we are attempting to create a building access control system using the 802.15.4/Zigbee standard.&amp;nbsp; We have been playing with one of the Freescale development kits (MC1321x) and have been able to do some of the basic demos, but now we are trying to create a multi-hop network.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;Basically, we are trying to cover a 4-story building with approximately 6 nodes per floor, and each node consists of something like a keypad or cardswipe to allow a user to authenticate themselves in order to gain access to a room.&amp;nbsp; We know that a simple star network will not provide sufficient coverage, so we are planning on constructing some sort of tree topology.&amp;nbsp; There will be one PAN coordinator on the 1st floor, and the rest of the nodes (ideally) will only be the individual FFDs at each door capable of routing traffic from other nodes to the coordinator (i.e. no nodes that are simply routers).&amp;nbsp; Also, I assume this will be a non-beaconed network as the majority of the data flow will be randomly originating from the nodes (as opposed to a constant flow of data in a typical sensor network).&lt;BR /&gt;&lt;BR /&gt;The problem is that my team is made up mainly of EE majors, not software engineers, so I feel a little overwhelmed.&amp;nbsp; As far as I can tell, there are not any demos in the Beekit for tree or mesh networks (all I've seen are the star network demo for MAC and the home automation stuff for Beestack).&amp;nbsp; Have I missed them? Does anyone know of some simple demo code that we can download and have a look at, or a good resource for learning to program a simple tree/mesh network? At this point we are planning to stick with the simplicity of the MAC codebase, but we can move to Beestack if that makes things easier. Thank you very much, and I apologize for such a long post!&lt;BR /&gt;&lt;BR /&gt;Kurt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Added p/n to subject.&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by NLFSJ on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-02-11&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;01:54 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2008 13:54:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188104#M14251</guid>
      <dc:creator>wareagle</dc:creator>
      <dc:date>2008-02-10T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner - Trying to Create a Tree Network</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188105#M14252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The MAC layer only provide support for one-to-one and one-to-many message passing between devices, synchronization and other low level functionality. You will need to write your own NWK layer and implement any network topology your application requires. The easiest alternative is to use BeeStack, the Freescale full implementation of the ZigBee stack. In BeeStack are implement both mesh and tree networks. You can change the type of network from: Stack library configuration (without mesh routing = tree routing).&amp;nbsp; You can select any demo applications from BeeStack to learn more about mesh/tree network. Also I recommend you to read documents that are finding in: \BeeKit Documentation\BeeStack Documents (folder where BeeKit is installed).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 18:41:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188105#M14252</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2008-02-11T18:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner - Trying to Create a Tree Network</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188106#M14253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thank you addiyi, I was afraid we would probably have to move up to Beestack.&amp;nbsp; One more question about the Beestack demos:&amp;nbsp; Most of them are for the home automation example.&amp;nbsp; Is there something peculiar or unique&amp;nbsp;about these HA demos, or would they make good starting points that we could take one and modify it for our project? Thanks again.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 01:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188106#M14253</guid>
      <dc:creator>wareagle</dc:creator>
      <dc:date>2008-02-12T01:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner - Trying to Create a Tree Network</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188107#M14254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;wareagle,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It depends on what you want to do. If you plan of using Home automation/lighting applications the HA demo apps are a good starting point. But If you plan to make a proparitary application the Generic App is the best starting point.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would highly recommend that you read and perform the steps descibed in the ZigBee Applications User's guide (to learn how to use the applications) and the Beestack Application Development guide (to learn how to develop a small example ZigBee application).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BR,&lt;/DIV&gt;&lt;DIV&gt;Mads&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 06:12:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188107#M14254</guid>
      <dc:creator>Mads</dc:creator>
      <dc:date>2008-02-12T06:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner - Trying to Create a Tree Network - MC1321X</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188108#M14255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Kurt,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Another possible option is the PopNet protocol from San Juan Software.&amp;nbsp; Check it out at &lt;A href="http://www.sanjaunsw.com" rel="nofollow" target="_blank"&gt;www.sanjaunsw.com&lt;/A&gt;.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; PopNet uses 802.15.4 transceivers, like the MC1321x, includes full mesh networking, and is supposed to be easy for developers&amp;nbsp;to work with.&amp;nbsp; I haven't used it,&amp;nbsp;but it&amp;nbsp;may be useful for your situation.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rick&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 10:38:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188108#M14255</guid>
      <dc:creator>RickN</dc:creator>
      <dc:date>2008-02-12T10:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner - Trying to Create a Tree Network - MC1321X</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188109#M14256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Mads, thanks for your reply.&amp;nbsp; I'm not sure how I missed that documentation, but it is indeed useful and I am currently working through it.&lt;BR /&gt;&lt;BR /&gt;Rick- PopNet looks great, thank you so much for suggesting it.&amp;nbsp; If its as good as they say it is, it looks like it will be very useful for us.&amp;nbsp; I'm waiting to hear back from them on obtaining an evaluation of their codebase.&lt;BR /&gt;&lt;BR /&gt;Thank you all again,&lt;BR /&gt;Kurt&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 13:04:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188109#M14256</guid>
      <dc:creator>wareagle</dc:creator>
      <dc:date>2008-02-12T13:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner - Trying to Create a Tree Network - MC1321X</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188110#M14257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Kurt,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; Please let me know how things go with PopNet.&amp;nbsp; I am very interested in this protocol, and think it should be useful for a lot of my&amp;nbsp;customers.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; Feel free to contact me directly,&amp;nbsp; &lt;A href="mailto:Richard.Nardone@freescale.com" rel="nofollow" target="_blank"&gt;Richard.Nardone@freescale.com&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rick&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 21:50:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Beginner-Trying-to-Create-a-Tree-Network-MC1321X/m-p/188110#M14257</guid>
      <dc:creator>RickN</dc:creator>
      <dc:date>2008-02-13T21:50:52Z</dc:date>
    </item>
  </channel>
</rss>

