<?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: Tree or Mesh network demo? in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142620#M6325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Enrique,&lt;BR /&gt;&lt;BR /&gt;For my application:&lt;BR /&gt;The RFD's don't know who to send their data to. It is more like a Producer/Consumer Architecture. All FFD's/controllers have a list of which devices to listen to.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know anything about the beaconing.&lt;BR /&gt;should your coordinator only resend, or first filter for messages directed to himself.&lt;BR /&gt;If the tree splits (3 other coordinator), how would the router know which other coordinators acknowledge to wait for?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Udo&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 18:00:50 GMT</pubDate>
    <dc:creator>UdovdM</dc:creator>
    <dc:date>2007-01-19T18:00:50Z</dc:date>
    <item>
      <title>Tree or Mesh network demo?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142616#M6321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to make a tree or mesh network which will do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End devices act as triggers. They only send data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;An end device (RFD) will send data to his nearby receiver (FFD).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That reciever then forwards the data to an other reciever connected to a computer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the computer reciever may not phisically be in the center, I think it must be a mesh network between the FFDs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any FFD may be coordinator, depending on which powers up first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MyWirelessApp can only be used to connect 2 devices as PAN coordinator and end device?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know were to find the MyStarNetworkApp demo code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already got the User's Guide (802154MSNAUG.pdf)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any other MyApp demos?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Udo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;13192-SARD (MC9S08GT60 + MC13192); CodeWarrior HC08 SE 3.1 ; PEMicro USB HCS08 Multilink&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 18:56:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142616#M6321</guid>
      <dc:creator>UdovdM</dc:creator>
      <dc:date>2007-01-12T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tree or Mesh network demo?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142617#M6322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi, I do made a tree network. There's three kind of node in the PAN: PAN Coordinator, Common Coordinator and End device.&amp;nbsp; Any node can send data to another by tree mode routing.&amp;nbsp; And I wish I can construct a mesh network too, that must be better than tree mode...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I wish I can help u.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jan 2007 10:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142617#M6322</guid>
      <dc:creator>EvanYin</dc:creator>
      <dc:date>2007-01-13T10:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tree or Mesh network demo?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142618#M6323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Evan Yin,&lt;BR /&gt;&lt;BR /&gt;So a common Coordinator is any AC-powered FFD, e.g., router.&lt;BR /&gt;&lt;BR /&gt;Any FFD may be PAN coordinator, depending on which powers up first.&lt;BR /&gt;But does the PAN coordinator have to be at the top/bottom of the tree?&lt;BR /&gt;&lt;BR /&gt;I think a tree-network will work.&lt;BR /&gt;&lt;BR /&gt;Udo&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 15:48:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142618#M6323</guid>
      <dc:creator>UdovdM</dc:creator>
      <dc:date>2007-01-15T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tree or Mesh network demo?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142619#M6324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Udo.&lt;BR /&gt;I am also trying to establish a tree network. Currently I have the PAN coordinator&lt;BR /&gt;and some devices which are sending information to the PAN coordinator.&lt;BR /&gt;The coordinator is the root of the tree and I want to have some coordinators (routers) associated to that PAN coordinator, but no success!&lt;BR /&gt;( As soon as the coordinator is associated to the PAN coordinator and tracks the beacon,&lt;BR /&gt;it looses the sychronization to the PAN coordinator when it sends the MLME.start-Request. )&lt;BR /&gt;&lt;BR /&gt;Maybe Evan could help us?&lt;BR /&gt;&lt;BR /&gt;I would also be very interested in the steps to take for such a tree establishment.&lt;BR /&gt;&lt;BR /&gt;I could also paste some code snippets if desired.&lt;BR /&gt;&lt;BR /&gt;1000 Thanks in advance and maybe we can exchange some info/experience, Udo.&lt;BR /&gt;&lt;BR /&gt;Best regards, Enrique Marcial-Simon&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 05:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142619#M6324</guid>
      <dc:creator>marcial</dc:creator>
      <dc:date>2007-01-18T05:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tree or Mesh network demo?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142620#M6325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Enrique,&lt;BR /&gt;&lt;BR /&gt;For my application:&lt;BR /&gt;The RFD's don't know who to send their data to. It is more like a Producer/Consumer Architecture. All FFD's/controllers have a list of which devices to listen to.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't know anything about the beaconing.&lt;BR /&gt;should your coordinator only resend, or first filter for messages directed to himself.&lt;BR /&gt;If the tree splits (3 other coordinator), how would the router know which other coordinators acknowledge to wait for?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Udo&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 18:00:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142620#M6325</guid>
      <dc:creator>UdovdM</dc:creator>
      <dc:date>2007-01-19T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tree or Mesh network demo?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142621#M6326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well beaconed tree ist explained in the Freescale IEEE 80215.4 reference documentation.&lt;BR /&gt;The PAN coordinator sends a signal within a certain period.&lt;BR /&gt;Very simply explained:&lt;BR /&gt;Devices and coordinators listen to that signal.&lt;BR /&gt;And as soon as here the signal, they send some information to the PAN coordinator or to a coordinator an association request. If they receive an 'OK' they just listen to the signal periodically and look if their parent node have some new info for them.&lt;BR /&gt;&lt;BR /&gt;Using this synchronization scheme there is no collision and that's we wanted to use.&lt;BR /&gt;&lt;BR /&gt;Enrique&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 01:53:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142621#M6326</guid>
      <dc:creator>marcial</dc:creator>
      <dc:date>2007-01-24T01:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Tree or Mesh network demo?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142622#M6327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;sorry the documentation is in the IEEE user manual.&lt;BR /&gt;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 01:54:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Tree-or-Mesh-network-demo/m-p/142622#M6327</guid>
      <dc:creator>marcial</dc:creator>
      <dc:date>2007-01-24T01:54:49Z</dc:date>
    </item>
  </channel>
</rss>

