<?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: kw41z with sky66112 in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911899#M6786</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 Gaetano,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tx power can change depending on external factors, such as physical obstructions, network congestion, and possible electronic interference on the same range of frequencies that you're working in. You could try changing the connection channel, or testing in a different environment to see if there are any changes to transmission power.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SKY66112 gets initialized in the ApplMain.c source file of the project, by calling the sky66112Init function. This function only gets executed if the "FEM_SKY66112" macro gets defined as 1.&lt;/P&gt;&lt;P&gt;The PA is also initialized inside this function by calling the&amp;nbsp; XCVR_ExternalPAInit function.&lt;/P&gt;&lt;P&gt;To see how this is done, I would recommend checking one of the provided examples and locating the functions I described previously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, you will need to implement this in your ZigBee project yourself, based on the provided examples of the PA SDK provided for this reference design, since the PA SDK version didn’t include support for ZigBee, but the current one (that can be found &lt;A href="http://mcuxpresso.nxp.com/"&gt;here&lt;/A&gt;) does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need more information.&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>Mon, 30 Sep 2019 15:59:48 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2019-09-30T15:59:48Z</dc:date>
    <item>
      <title>kw41z with sky66112</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911896#M6783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i'm trying to connect the KW41Z with SKY66112. on my prototype board the pin of skywork are connected to the following pin:&lt;/P&gt;&lt;P&gt;CTX -&amp;gt; PTC2&lt;/P&gt;&lt;P&gt;CRX -&amp;gt; PTB3&lt;/P&gt;&lt;P&gt;ANT_SEL-&amp;gt; PTC4&lt;/P&gt;&lt;P&gt;CHL -&amp;gt;PTC6&lt;/P&gt;&lt;P&gt;CPS-&amp;gt;PTC5&lt;/P&gt;&lt;P&gt;CSD -&amp;gt;PTB2&lt;/P&gt;&lt;P&gt;I'm trying to configure the chip with FAD of kw41z. I have enabled the FAD algorithm, setted the Timing49 (FFFFF01) and Timing50 (FF01FFFF), i m using FAD (FAD_EN=1,ANTX_EN = 11, NOT_GPIO = 0111). In this configuration the rx_switch is disabled because the pin crx was mounted with wrong pin(I put ptb3 pin always high).&lt;/P&gt;&lt;P&gt;My problem is that the signal is very low.&lt;/P&gt;&lt;P&gt;My board can't communicate with external router if is not near the sensor.&lt;/P&gt;&lt;P&gt;I noticed that the PTC6 is always low, even if set as gpio and high. But this should&amp;nbsp;not interfere with the behavior of the PA/LNA.&lt;/P&gt;&lt;P&gt;Any help is very appreciate.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2019 04:44:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911896#M6783</guid>
      <dc:creator>gaetanonugnes</dc:creator>
      <dc:date>2019-09-26T04:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: kw41z with sky66112</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911897#M6784</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 Gaetano, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please take a look at &lt;A href="https://www.nxp.com/design/designs/power-amplifier-reference-design-for-the-kw41z-platform:KW41Z-PA-RD?tab=Design_Tools_Tab"&gt;this&lt;/A&gt; Reference Design? It's using the same SKY6612 that you're using.&lt;/P&gt;&lt;P&gt;There you will find to use as a reference the layout, schematic, Gerber files and BoM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, in the software side, you can use the configurations used in the SDK-FRDM-KW41Z_PA as a base, but please take into account that the included SDK is not the latest one. You will need to download the latest SDK and migrate the changes in the examples code to the newest version of the software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps you.&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>Thu, 26 Sep 2019 17:59:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911897#M6784</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-09-26T17:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: kw41z with sky66112</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911898#M6785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i checked the reference design and i ported in my SDK the commands to activate the FAD.&lt;/P&gt;&lt;P&gt;I was using the zigbee application demo "end device".&lt;/P&gt;&lt;P&gt;With oscilloscope all works fine. I see the ctx pin moving when trasmit something..&lt;/P&gt;&lt;P&gt;But i have 2 question:&lt;/P&gt;&lt;P&gt;1) my tx power seems too low, i can't reach the receiver if it is not very near to trasmitter, so i think that sky66 is not working well or i have to modify something on db gain parameter in nxp.&lt;/P&gt;&lt;P&gt;2) in the example demo there isn't a radio init function, so i don't know when the radio is initialized. In my main i need to insert xcvr_init to access and modify FAD register.&lt;/P&gt;&lt;P&gt;Could you help me to find the power amplifier settings in nxp and how to init correctly radio module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2019 06:44:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911898#M6785</guid>
      <dc:creator>gaetanonugnes</dc:creator>
      <dc:date>2019-09-28T06:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: kw41z with sky66112</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911899#M6786</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 Gaetano,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tx power can change depending on external factors, such as physical obstructions, network congestion, and possible electronic interference on the same range of frequencies that you're working in. You could try changing the connection channel, or testing in a different environment to see if there are any changes to transmission power.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SKY66112 gets initialized in the ApplMain.c source file of the project, by calling the sky66112Init function. This function only gets executed if the "FEM_SKY66112" macro gets defined as 1.&lt;/P&gt;&lt;P&gt;The PA is also initialized inside this function by calling the&amp;nbsp; XCVR_ExternalPAInit function.&lt;/P&gt;&lt;P&gt;To see how this is done, I would recommend checking one of the provided examples and locating the functions I described previously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, you will need to implement this in your ZigBee project yourself, based on the provided examples of the PA SDK provided for this reference design, since the PA SDK version didn’t include support for ZigBee, but the current one (that can be found &lt;A href="http://mcuxpresso.nxp.com/"&gt;here&lt;/A&gt;) does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need more information.&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>Mon, 30 Sep 2019 15:59:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911899#M6786</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-09-30T15:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: kw41z with sky66112</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911900#M6787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i check the project and&amp;nbsp;implemented it on my SDK.&lt;/P&gt;&lt;P&gt;The function that you indicate call&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;XCVR_ExternalPAInit, that call&amp;nbsp;&lt;SPAN&gt;XCVR_Init..I would know when in the stack the PHY is initialized.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;In main of "end_device" sample there is no init function for PHY. So where is the right place to put the SKY66112 Init function?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;In order to manage the stack zigbee i need to know how it initialize the phy, and when..&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Best regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff; "&gt;Gaetano&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 16:13:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911900#M6787</guid>
      <dc:creator>gaetanonugnes</dc:creator>
      <dc:date>2019-09-30T16:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: kw41z with sky66112</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911901#M6788</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 Gaetano,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The setup for the SKY66112 can be done during the hardware setup part of the MCU's initialization process, for example, when the Pin Mux is getting initialized or in the ApplMain.c source file.&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>Tue, 01 Oct 2019 20:04:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/kw41z-with-sky66112/m-p/911901#M6788</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-10-01T20:04:37Z</dc:date>
    </item>
  </channel>
</rss>

