<?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: where can i find the right version of Zig Bee stack user guide ? in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928986#M7069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly thanks for the reply. I do not have a specific use for the function. I was working on adapting the example light bulbs application for my application and in the process trying to understand the existing code. I looked up what the function does in the stack user guide but could not find . I faced such functions , also in the past , and started doubting if I was using right version of the user guide. So I put up this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2019 14:57:15 GMT</pubDate>
    <dc:creator>mailraghunathan</dc:creator>
    <dc:date>2019-10-25T14:57:15Z</dc:date>
    <item>
      <title>where can i find the right version of Zig Bee stack user guide ?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928983#M7066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with the zigbee lightbulbs application example - JN-AN-1218-Zigbee-3-0-Light-Bulb. I see that the function ZPS_vNwkNibSetPanId is used in the code (funciton declaration is also present in the SDK - JN-SW-4170) and tried to find the documentation about the function in the ZigBee stack userguide - JN-UG-3113, but i could not find it. This has happened to me with some other functions also. It looks like i do not have the correct version of the Zig Bee Stack user guide. I have version 1.5 from september 2018. I am not also able to find any latter version on the NXP site. I would be thankful for any ideas to get to the correct documentation version. Thanks !!#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2019 03:38:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928983#M7066</guid>
      <dc:creator>mailraghunathan</dc:creator>
      <dc:date>2019-10-17T03:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find the right version of Zig Bee stack user guide ?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928984#M7067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi Ragunathan, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value for PAN ID is generated randomly by the PHY 802.15.4 layer, and the ZPS_vNwkNibSetPanId function calls the MAC_vPibSetPanId function of the 802.15.4 stack to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a specific reason as to why you want to use that function?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 17:41:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928984#M7067</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-10-18T17:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find the right version of Zig Bee stack user guide ?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928985#M7068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly thanks for the reply. I have no specific purpose for this function right now. I was trying to adapt the lightbulbs application for my application and was trying to understand the existing code when I came across this function. I looked up for the user guide to find out what this would do and was unable to find . I had come across such functions in the past also and just started doubting if I am using the right documents. So I put up this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2019 14:10:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928985#M7068</guid>
      <dc:creator>mailraghunathan</dc:creator>
      <dc:date>2019-10-25T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find the right version of Zig Bee stack user guide ?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928986#M7069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly thanks for the reply. I do not have a specific use for the function. I was working on adapting the example light bulbs application for my application and in the process trying to understand the existing code. I looked up what the function does in the stack user guide but could not find . I faced such functions , also in the past , and started doubting if I was using right version of the user guide. So I put up this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2019 14:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928986#M7069</guid>
      <dc:creator>mailraghunathan</dc:creator>
      <dc:date>2019-10-25T14:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find the right version of Zig Bee stack user guide ?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928987#M7070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghunathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's the documentation that we have available to share right now. Some functions are not described in the API guides because they use proprietary NXP code and cannot be shared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additional documentation can be found in the following page of our website:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/products/wireless/zigbee/zigbee/zigbee-3.0:ZIGBEE-3-0"&gt;ZigBee 3.0 Software, Documentation and Resources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 16:22:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/where-can-i-find-the-right-version-of-Zig-Bee-stack-user-guide/m-p/928987#M7070</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-10-28T16:22:10Z</dc:date>
    </item>
  </channel>
</rss>

