<?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>Wireless MCUのトピックHow does the terminal node send data to the coordinator node?</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869412#M6076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I successfully sent the data to the coordinator on the routing node, but failed to send the data on the terminal node using the same method.This is my sending function...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68303i5752332AFB9B5FF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68345iCA197D0AD153CD3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68477i4C5710A0630E593D/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2019 09:06:48 GMT</pubDate>
    <dc:creator>jun951753jun951</dc:creator>
    <dc:date>2019-04-01T09:06:48Z</dc:date>
    <item>
      <title>How does the terminal node send data to the coordinator node?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869412#M6076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I successfully sent the data to the coordinator on the routing node, but failed to send the data on the terminal node using the same method.This is my sending function...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68303i5752332AFB9B5FF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68345iCA197D0AD153CD3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/68477i4C5710A0630E593D/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 09:06:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869412#M6076</guid>
      <dc:creator>jun951753jun951</dc:creator>
      <dc:date>2019-04-01T09:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: How does the terminal node send data to the coordinator node?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869413#M6077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you please provide the terminal log for this node? Please define the TRACE_APP as TRUE.&lt;/P&gt;&lt;P&gt;What is the return value that you are seeing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addr16 variable, that you have, should be 0x0000 if you are trying to send data to the coordinator.&lt;/P&gt;&lt;P&gt;Then, is the end device in sleep mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 18:26:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869413#M6077</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-04-01T18:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: How does the terminal node send data to the coordinator node?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869414#M6078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="W%4DU8D_TXQSRB@C16HGA47.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/69495i430408E59D040906/image-size/large?v=v2&amp;amp;px=999" role="button" title="W%4DU8D_TXQSRB@C16HGA47.png" alt="W%4DU8D_TXQSRB@C16HGA47.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;addr16= 0x0000;&lt;/P&gt;&lt;P&gt;I don't know if the node is dormant.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;The end device&lt;/SPAN&gt; can send data directly to the coordinator?No router in between&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 01:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869414#M6078</guid>
      <dc:creator>jun951753jun951</dc:creator>
      <dc:date>2019-04-02T01:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How does the terminal node send data to the coordinator node?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869415#M6079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved&amp;nbsp; .&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 11:35:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-does-the-terminal-node-send-data-to-the-coordinator-node/m-p/869415#M6079</guid>
      <dc:creator>jun951753jun951</dc:creator>
      <dc:date>2019-04-02T11:35:53Z</dc:date>
    </item>
  </channel>
</rss>

