<?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 How can I get the child node information? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1317379#M11489</link>
    <description>&lt;P&gt;I'm using zigbee coordinator example from SDK_2_6_3_ JN5189DK6.&lt;/P&gt;&lt;P&gt;But, I'm hard to get the child node's information.&lt;/P&gt;&lt;P&gt;How can I get it?&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 13:21:53 GMT</pubDate>
    <dc:creator>sChameleoNz</dc:creator>
    <dc:date>2021-08-03T13:21:53Z</dc:date>
    <item>
      <title>How can I get the child node information?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1317379#M11489</link>
      <description>&lt;P&gt;I'm using zigbee coordinator example from SDK_2_6_3_ JN5189DK6.&lt;/P&gt;&lt;P&gt;But, I'm hard to get the child node's information.&lt;/P&gt;&lt;P&gt;How can I get it?&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 13:21:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1317379#M11489</guid>
      <dc:creator>sChameleoNz</dc:creator>
      <dc:date>2021-08-03T13:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the child node information?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1317477#M11490</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189515"&gt;@sChameleoNz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please look at the ZPS_eAplZdpMgmtLqiRequest API that could help you requesting the information of your node.&lt;/P&gt;
&lt;P&gt;If the device is the coordinator you could send the request to the address 0x0000 and increase the index if you don't know the child's address.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 16:23:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1317477#M11490</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2021-08-03T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the child node information?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1317746#M11518</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think my question had a lack of explanation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As far as I know, zigbee coordinator keeps its child table.&lt;/P&gt;&lt;P&gt;I want to see this on my coordinator example.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 05:21:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1317746#M11518</guid>
      <dc:creator>sChameleoNz</dc:creator>
      <dc:date>2021-08-04T05:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the child node information?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1318392#M11549</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189515"&gt;@sChameleoNz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sure, if you send this command to the coordinator, you will receive a response about the information that you have and the information that you need. You will receive a response ZPS_tsAplZdpMgmtLqiRsp. &lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/JN-UG-3113.pdf&lt;/A&gt; 8.2.3.34 ZPS_tsAplZdpMgmtLqiRsp&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 18:02:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1318392#M11549</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2021-08-04T18:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the child node information?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1319066#M11588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I literally don't know about the nxp's framework.&lt;/P&gt;&lt;P&gt;I created the serial command for this.&lt;/P&gt;&lt;P&gt;But I don't know where to put my code for requesting.&lt;/P&gt;&lt;P&gt;And I don't know where to get the response as well.&lt;/P&gt;&lt;P&gt;Is there any example for this?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 12:58:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1319066#M11588</guid>
      <dc:creator>sChameleoNz</dc:creator>
      <dc:date>2021-08-05T12:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the child node information?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1319240#M11594</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189515"&gt;@sChameleoNz&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sure please look at the coordinator examples that we provide. &lt;A href="https://www.nxp.com/products/wireless/thread/jn5189-88-t-high-performance-and-ultra-low-power-mcus-for-zigbee-and-thread-with-built-in-nfc-option:JN5189_88_T?fpsp=1&amp;amp;tab=Documentation_Tab" target="_self"&gt;JN5189/88.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;JN-AN-1243 Base device Template&lt;/P&gt;
&lt;P&gt;JN-AN-1247 IoT Control Bridge&lt;/P&gt;
&lt;P&gt;To import this examples please follow the JN-AN-1260&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 17:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1319240#M11594</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2021-08-05T17:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the child node information?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1319734#M11606</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/86938"&gt;@mario_castaneda&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It was very kind support.&lt;/P&gt;&lt;P&gt;I appreciate you.&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;sChameleoNz&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 14:20:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-can-I-get-the-child-node-information/m-p/1319734#M11606</guid>
      <dc:creator>sChameleoNz</dc:creator>
      <dc:date>2021-08-06T14:20:28Z</dc:date>
    </item>
  </channel>
</rss>

