<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[ncs 2.7.0] Simple GPIO to control SKY85303 FEM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114154/ncs-2-7-0-simple-gpio-to-control-sky85303-fem</link><description>Hi， 
 I have a custom board with nRF52833 and sky85303-21 FEM. To control the FEM, I have added the following code to my app.overlay file and enabled simple GPIO configs. 
 
 
 
 Build issue: 
 I’m not sure if there are any other configurations that need</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Aug 2024 01:06:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114154/ncs-2-7-0-simple-gpio-to-control-sky85303-fem" /><item><title>RE: [ncs 2.7.0] Simple GPIO to control SKY85303 FEM</title><link>https://devzone.nordicsemi.com/thread/500087?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2024 01:06:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e703f75-d2e5-42b9-b41a-63d55e1d4865</guid><dc:creator>Gavin</dc:creator><description>&lt;p&gt;Hello Vidar,&lt;/p&gt;
&lt;p&gt;Thanks for your reply.&lt;/p&gt;
&lt;p&gt;It works well.&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
# CONFIG_LOG_BACKEND_UART=y
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n

CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME=&amp;quot;PA_LNA_TEST&amp;quot;

CONFIG_MPSL=y
CONFIG_MPSL_FEM=y
CONFIG_MPSL_FEM_SIMPLE_GPIO=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
/ {
   
    // SKY85303-21
    nrf_radio_fem: sky_pa-lna {
       compatible = &amp;quot;generic-fem-two-ctrl-pins&amp;quot;;
       ctx-gpios = &amp;lt;&amp;amp;gpio0 3 GPIO_ACTIVE_HIGH&amp;gt;;
       crx-gpios = &amp;lt;&amp;amp;gpio0 2 GPIO_ACTIVE_HIGH&amp;gt;;
       ctx-settle-time-us = &amp;lt;10&amp;gt;;
       crx-settle-time-us = &amp;lt;10&amp;gt;;
       tx-gain-db = &amp;lt;4&amp;gt;;
       rx-gain-db = &amp;lt;4&amp;gt;;
    };
 };
 
 

&amp;amp;radio {
    fem = &amp;lt;&amp;amp;nrf_radio_fem&amp;gt;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1724807167950v1.jpeg" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [ncs 2.7.0] Simple GPIO to control SKY85303 FEM</title><link>https://devzone.nordicsemi.com/thread/499506?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 10:10:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0cdba40-ea3d-4da1-94ea-131ad4f7373f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello Gavin,&lt;/p&gt;
&lt;p&gt;The SoftDevice controller depends on services from the MPSL library, but these services are disabled when the CONFIG_MPSL_FEM_ONLY symbol is enabled. To&amp;nbsp;fix the build error, please remove the &amp;#39;CONFIG_MPSL_FEM_ONLY=y&amp;#39; line from your project configuration file.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/e2152662f8c1a8954804670417926d07c82037dc/subsys/mpsl/Kconfig#L9"&gt;https://github.com/nrfconnect/sdk-nrf/blob/e2152662f8c1a8954804670417926d07c82037dc/subsys/mpsl/Kconfig#L9&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [ncs 2.7.0] Simple GPIO to control SKY85303 FEM</title><link>https://devzone.nordicsemi.com/thread/499460?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2024 04:20:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02212aea-5b90-4c26-8362-d9c7c6cfec5c</guid><dc:creator>Gavin</dc:creator><description>&lt;p&gt;Build error:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1724386837280v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>