<?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: How to send ZDP commands? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313315#M11433</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;I hope you are doing great. I recommend to look at the JN-AN-1247 Control Bridge Example. We implement the request that you need. For example.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;            case (E_SL_MSG_ACTIVE_ENDPOINT_REQUEST):
            {
                u16TargetAddress    =  ZNC_RTN_U16 ( au8LinkRxBuffer, 0 );
                u8Status            =  APP_eZdpActiveEndpointReq ( u16TargetAddress,
                                                               &amp;amp;u8SeqNum );
            }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 17:24:57 GMT</pubDate>
    <dc:creator>mario_castaneda</dc:creator>
    <dc:date>2021-07-26T17:24:57Z</dc:date>
    <item>
      <title>How to send ZDP commands?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313257#M11428</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I'm currently using &lt;STRONG&gt;SDK_2_6_3_JN5189DK6&lt;/STRONG&gt; on MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;In addition, I'm using the &lt;STRONG&gt;zigbee_coordinator&lt;/STRONG&gt; wireless_examples.&lt;/P&gt;&lt;P&gt;I want to know how to send the ZDP commands like &lt;STRONG&gt;ActiveEPReq&lt;/STRONG&gt;, &lt;STRONG&gt;SimpleDescReq&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Is there any example of this?&lt;/P&gt;&lt;P&gt;On the contrary, if I want to know about the receiving ZDP commands like &lt;STRONG&gt;NodeDescReq&lt;/STRONG&gt;, where can I get this information?&lt;/P&gt;&lt;P&gt;I tried to print debug message in the&amp;nbsp;&lt;STRONG&gt;ZPS_eAplAfGetNodeDescriptor&lt;/STRONG&gt; function, but it was not possible.&lt;/P&gt;&lt;P&gt;I'd like to appreciate if you help me this.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 14:23:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313257#M11428</guid>
      <dc:creator>sChameleoNz</dc:creator>
      <dc:date>2021-07-26T14:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to send ZDP commands?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313315#M11433</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;I hope you are doing great. I recommend to look at the JN-AN-1247 Control Bridge Example. We implement the request that you need. For example.&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;            case (E_SL_MSG_ACTIVE_ENDPOINT_REQUEST):
            {
                u16TargetAddress    =  ZNC_RTN_U16 ( au8LinkRxBuffer, 0 );
                u8Status            =  APP_eZdpActiveEndpointReq ( u16TargetAddress,
                                                               &amp;amp;u8SeqNum );
            }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 17:24:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313315#M11433</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2021-07-26T17:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to send ZDP commands?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313922#M11441</link>
      <description>&lt;P&gt;Could you give me the file?&lt;/P&gt;&lt;P&gt;I searched in the nxp.com, but the file link was broken.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 13:21:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313922#M11441</guid>
      <dc:creator>sChameleoNz</dc:creator>
      <dc:date>2021-07-27T13:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to send ZDP commands?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313989#M11443</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;You can find the example following the next link &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?tab=Documentation_Tab" target="_self"&gt;JN5189/88.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please look at the Documentation part and you will find the JN-AN-1247.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 14:57:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/How-to-send-ZDP-commands/m-p/1313989#M11443</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2021-07-27T14:57:57Z</dc:date>
    </item>
  </channel>
</rss>

