<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88165/multi-nus-on-the-nrf21540-dk</link><description>I have succeeded in running the Multi-NUS package on the nRF52840DK. My client&amp;#39;s client learned of the nRF21540EK and wants to try using it to extend the range in the present application. Is there an equivalent of the Multi-NUS package available for this</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Tue, 14 Jun 2022 05:05:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88165/multi-nus-on-the-nrf21540-dk" /><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/372255?ContentTypeID=1</link><pubDate>Tue, 14 Jun 2022 05:05:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bde2968a-2b99-4d87-891a-a41107383888</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;Please attach your project and I will try to fix the errors and make it compile.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/372229?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 21:42:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8e30f87-b5bf-42c3-89fd-562aa334ca5c</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;The Kconfig file shows exactly the items you described. I remain skeptical that the application code need not change when adding features like the PA and the LNA, but I&amp;#39;ll run with it until I can prove otherwise. What I need right now is a way to make it compile. The error messages do not lead me to any corrections I need to make. Help?!?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/372224?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 20:52:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d7e7b11-4fd6-41f4-aafa-de86b9be3735</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;The Kconfig file shows exactly the items you described. I remain skeptical that the application code need not change when adding features like the PA and the LNA, but I&amp;#39;ll run with it until I can prove otherwise. What I need right now is a way to make it compile. The error messages do not lead me to any corrections I need to make. Help?!?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/372021?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 07:04:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93d9b5af-3971-43c6-851f-3e292e2805d8</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;In the config file&amp;nbsp;ncs\v1.9.1\nrf\subsys\mpsl\fem\Kconfig&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;config MPSL_FEM_NRF21540_TX_GAIN_DB_POUTA
	int &amp;quot;TX gain value (POUTA)&amp;quot;
	default 20
	help
	  The default value of 20 dB is based on nRF21540 Product Specification (v1.0) and it
	  corresponds to the configuration in which the pin MODE=0 and register POUTA_SEL=0.

	  Alternatively, if register POUTA_SEL=1, FEM will use TX gain value defined by the UICR.
	  In that case user must set value of this Kconfig option to match UICR content.

config MPSL_FEM_NRF21540_TX_GAIN_DB_POUTB
	int &amp;quot;TX gain value (POUTB)&amp;quot;
	default 10
	help
	  The default value of 10 dB is based on nRF21540 Product Specification (v1.0) and it
	  corresponds to the configuration in which the pin MODE=1 and register POUTB_SEL=0.

	  Alternatively, if register POUTB_SEL=1, FEM will use TX gain value defined by the UICR.
	  In that case user must set value of this Kconfig option to match UICR content.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I can understand that this configurations settings can be a bit confusing and if it feels better, there is a strong consideration of making these options easier in the coming releases.&lt;/p&gt;
&lt;p&gt;As per your question, the FEM TX gain should match either POUTA or POUTB TX_GAIN and i am guessing you are trying the TX gain in your case which is not 20 or 10 (default values of POUTA_TX_GAIN and POUTB_TX_GAIN)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/371389?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 12:08:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:704758b3-e5a8-4744-b12d-f069257aa6ad</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;The word &amp;quot;should&amp;quot; is a wonderful modifier. The tools &amp;quot;should&amp;quot; do a lot of things.&lt;/p&gt;
&lt;p&gt;By non-intuitively deleting the build configuration, and then non-intuitively selecting non-Nordic boards, notwithstanding the &amp;quot;Nordic&amp;quot; printed all over the 21540 DK, I was able to select the &amp;quot;nRF21540 DK NRF52840&amp;quot; configuration. Then doing &amp;quot;Build Configuration&amp;quot;, I get a very long string of build script, ending with this:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In file included from D:\Nordic\v1.9.1\zephyr\include\toolchain.h:50,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from D:\Nordic\v1.9.1\zephyr\include\sys\printk.h:11,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from D:\Nordic\v1.9.1\zephyr\include\sys\__assert.h:11,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from D:\Nordic\v1.9.1\zephyr\include\drivers\gpio.h:18,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from D:\Nordic\v1.9.1\nrf\subsys\mpsl\fem\mpsl_fem.c:8:&lt;br /&gt;D:/Nordic/v1.9.1/nrf/subsys/mpsl/fem/mpsl_fem.c: In function &amp;#39;fem_nrf21540_gpio_configure&amp;#39;:&lt;br /&gt;D:\Nordic\v1.9.1\zephyr\include\toolchain\gcc.h:61:36: error: static assertion failed: &amp;quot;&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 61 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert(EXPR, &amp;quot;&amp;quot; MSG)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~~~~~&lt;br /&gt;D:\Nordic\v1.9.1\nrf\subsys\mpsl\fem\mpsl_fem.c:280:2: note: in expansion of macro &amp;#39;BUILD_ASSERT&amp;#39;&lt;br /&gt;&amp;nbsp; 280 |&amp;nbsp; BUILD_ASSERT(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; ^~~~~~~~~~~~&lt;br /&gt;[194/236] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj&lt;br /&gt;[195/236] Linking C static library modules\nrf\subsys\mpsl\init\lib..__nrf__subsys__mpsl__init.a&lt;br /&gt;[196/236] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj&lt;br /&gt;[197/236] Building C object modules/nrf/subsys/bluetooth/controller/CMakeFiles/..__nrf__subsys__bluetooth__controller.dir/hci_driver.c.obj&lt;br /&gt;[198/236] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj&lt;br /&gt;[199/236] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj&lt;br /&gt;[200/236] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj&lt;br /&gt;[201/236] Building C object modules/nrf/drivers/mpsl/flash_sync/CMakeFiles/..__nrf__drivers__mpsl__flash_sync.dir/flash_sync_mpsl.c.obj&lt;br /&gt;[202/236] Building C object zephyr/subsys/bluetooth/host/CMakeFiles/subsys__bluetooth__host.dir/gatt.c.obj&lt;br /&gt;ninja: build stopped: subcommand failed.&lt;br /&gt;FATAL ERROR: command exited with status 1: &amp;#39;d:\Nordic\v1.9.1\toolchain\opt\bin\cmake.EXE&amp;#39; --build &amp;#39;d:\304\FW\Hook\examples\ble_central\multi-NUS-master21540\build&amp;#39;&lt;br /&gt;The terminal process terminated with exit code: 1.&lt;br /&gt;&lt;br /&gt;Terminal will be reused by tasks, press any key to close it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Apparently an ASSERT macro is trying to warn me about something, but I can&amp;#39;t figure out its meaning. Next??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/371376?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 11:35:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd5be894-fa6c-4e9c-90e2-8645c274158d</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;If you have used the Toolchain manager to install the SDK, then the only path that matters is the path to the toolchain folder as I showed earlier.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://test-devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1654687997647v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;If you have set it right, and removed your old build folder, then it should show up all the boards&lt;/p&gt;
&lt;p&gt;&lt;img src="https://test-devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1654688057406v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If it doesn&amp;#39;t, then your toolchain is not properly installed. I did not see that behavior myself before. So if the problem persists, you can attach your project here and I can try to resolve the dependencies.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/371350?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 10:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4b1b7f8-b314-4caa-87dd-c69615cdb4fd</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;The problem is not errors. I simply cannot find a way to set the configuration for the nRF21540. The only &amp;quot;board&amp;quot; that shows up is the nRF52840DK. There is most likely some path configured incorrectly. But what?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/371315?ContentTypeID=1</link><pubDate>Wed, 08 Jun 2022 08:36:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b10fe9e8-4306-48d0-9ec8-17a5a214e3ba</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;I thought that I have given you enough information on how to work with the nRF51540 EK and the integration notes around it. Maybe it is better to work step by step with errors you get. What error are you getting after at this point?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/371101?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 10:35:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0babe9d-f143-4b6b-8641-0e2c1ad84855</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;Thank you for responding to that much. I am still standing by for a way to configure the project for the nRF21540.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/371066?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 08:48:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:948886b9-aa50-47d3-adb9-6a4ccb8302bc</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;Even though a minor nit, but valid observation.&lt;br /&gt;&lt;br /&gt;I always assumed that this lack of highlight on the window in focus is due to the dark mode I was using. Also I thought that this highlight is a VSC native feature that we have not changed. There might be some settings in VSC that might help in the colors and&amp;nbsp; highlighted of items in focus. I have not spent time in configuration of my editor.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/370892?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 13:06:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:789de5d0-435d-4f7c-b92e-8f48db7a631e</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;One other minor nit where it doesn&amp;#39;t follow Windows standard: When the window has the focus, there should be some indication such as a change of title bar color or a highlighted border. Hard to know that I&amp;#39;m going to get the right screen when I captured the screen below.&lt;/p&gt;
&lt;p&gt;My screen looks exactly like yours, except that my toolchain is installed (automatically) in a different location, and I have the project open as well.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://test-devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1654261604126v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/370847?ContentTypeID=1</link><pubDate>Fri, 03 Jun 2022 11:00:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d34662bd-6eae-42ed-8cbc-b52004d54331</guid><dc:creator>user6207</dc:creator><description>[quote user="SteveHx"]That dialog box is well-hidden, but I found it. Whether I select Nordic Boards or All Boards, there is nothing that includes 21540 nor any permutation thereof.[/quote]
&lt;p&gt;Are you sure you have selected the right toolchain and choosing the right board genre?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://test-devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1654253919053v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;If everything is set right, and still you can&amp;#39;t see it, then I would have to assume that your toolchain is not correctly setup.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="SteveHx"]One additional small nit to pass to the developers: The system icon at the extreme top left of the window (in the caption bar) does not follow Windows standards. In any other application (except one unrelated one that I&amp;#39;ve already complained to the mfr about), a dblclk on that icon closes the application and all its windows. Here, it pops the app to full-screen.[/quote]
&lt;p&gt;Noted, feedback like this is appreciated. Ill pass it on to the team.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/370743?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 15:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39f8f623-2cda-4bae-97b0-4b234781c109</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;That dialog box is well-hidden, but I found it. Whether I select Nordic Boards or All Boards, there is nothing that includes 21540 nor any permutation thereof.&lt;/p&gt;
&lt;p&gt;I cannot find the basic set of examples for use with VS Code. I&amp;#39;d like to see if the Uart Central app would work with this board, which would at least give me a branch to swing from.&lt;/p&gt;
&lt;p&gt;One additional small nit to pass to the developers: The system icon at the extreme top left of the window (in the caption bar) does not follow Windows standards. In any other application (except one unrelated one that I&amp;#39;ve already complained to the mfr about), a dblclk on that icon closes the application and all its windows. Here, it pops the app to full-screen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/370076?ContentTypeID=1</link><pubDate>Tue, 31 May 2022 04:55:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7d5ce93-ddc3-4ca6-9102-9ceba7c79ad5</guid><dc:creator>user6207</dc:creator><description>[quote user="SteveHx"]1) I&amp;#39;m not &amp;quot;creating the project&amp;quot;, but using a supplied project, even if it&amp;#39;s not one normally supplied with nRF Connect.[/quote]
&lt;p&gt;If you are using one of our samples from the sdk as a template, then it should be a good start.&amp;nbsp;&lt;/p&gt;
[quote user="SteveHx"]2) I can&amp;#39;t find a way to select the right board (bored?) files. The only thing I see available is nRF52840DK. How do I add additional board files?[/quote]
&lt;p&gt;In the VSC (Visual Studio Code), the selection of board should be 21540 like below.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://test-devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1653972873065v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;If you are not able to do that, then there is something wrong with the path you are executing this sample.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="SteveHx"]I can see prj.conf, and I&amp;#39;m assuming it doesn&amp;#39;t matter if I add your suggestion to the beginning or end of that file.[/quote]
&lt;p&gt;It does not matter if you add FEM configs in the beginning or end of the proj.conf file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369807?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 14:22:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b529bf42-511b-433a-8ecc-100428f21d8e</guid><dc:creator>user68828</dc:creator><description>[quote userid="6207" url="~/f/nordic-q-a/88165/multi-nus-on-the-nrf21540-dk/369731#369731"]&lt;p&gt;In simple, select the right board files when creating the project and add this to proj.conf&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div class="evolution-code-editor theme-clouds"&gt;&lt;a href="#" class="fullscreen"&gt;Fullscreen&lt;/a&gt;&lt;div style="width:100%;height:72px;" class=" ace_editor ace-clouds"&gt;&lt;/div&gt;&lt;/div&gt;[/quote]
&lt;p&gt;Here we have two key issues (so I&amp;#39;m at least entering orbit around your planet):&lt;/p&gt;
&lt;p&gt;1) I&amp;#39;m not &amp;quot;creating the project&amp;quot;, but using a supplied project, even if it&amp;#39;s not one normally supplied with nRF Connect.&lt;/p&gt;
&lt;p&gt;2) I can&amp;#39;t find a way to select the right board (bored?) files. The only thing I see available is nRF52840DK. How do I add additional board files?&lt;/p&gt;
&lt;p&gt;I can see prj.conf, and I&amp;#39;m assuming it doesn&amp;#39;t matter if I add your suggestion to the beginning or end of that file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369731?ContentTypeID=1</link><pubDate>Fri, 27 May 2022 08:30:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1d8ec85-2647-45a1-af24-056d14f10951</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# FEM
CONFIG_MPSL_FEM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
CONFIG_MPSL_FEM_NRF21540_RX_GAIN_DB=0
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB=20&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Haha, very funny :&lt;span class="emoticon" data-url="https://test-devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;You said you have a Multi-NUS application that is working on nRF52840 and want to make it work on nRF21540 DK.&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;gt; For that I told you that the application remains same and you only need to change the configuration (board file and enable FEM). I asked you to enable FEM, since I thought that is the main motivation for you to move from nRF52840 DK -&amp;gt; nRF21540 DK.&lt;/p&gt;
&lt;p&gt;The resent struggle you seem is to enable FEM and seems like you have trouble understanding the documentation link I attached to my reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In simple, select the right board files when creating the project and add this to proj.conf&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# FEM
CONFIG_MPSL_FEM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y
CONFIG_MPSL_FEM_NRF21540_RX_GAIN_DB=0
CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB=0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;FEM should then be enabled pn the nRF21540 DK with TX_GAIN set to 20.&amp;nbsp;&lt;br /&gt;Hopefully you feel that we are on the same planet after this :D&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369690?ContentTypeID=1</link><pubDate>Thu, 26 May 2022 20:30:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08ead602-8072-4fd7-8011-ced70d806b0d</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;We are somehow not just on two different planets, we&amp;#39;re in two different universes. I have no idea where this CONFIG_MPSL is nor how it fits into hte scheme of things. What am I missing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369436?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 07:37:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ab39c08-6d5f-427c-9e04-0ed6f8a18276</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;Here is the documentation &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_MPSL.html"&gt;CONFIG_MPSL&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369367?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 17:49:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ad04310-f34b-4998-b95e-ee8e18f70715</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;Yes, that is correct, 1.9.1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369364?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 17:41:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13ac4153-518f-44fb-af68-010f0d666b96</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;I assumed that you are using our latest &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/index.html"&gt;nRF Connect SDKv1.9.1&lt;/a&gt;, might be a wrong assumption on my end. Can you please let me know which sdk you are using?&lt;/p&gt;
&lt;div style="left:247px;top:-20px;"&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369324?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 14:26:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d738e61a-99c9-4b65-90da-85b4e33f5dd7</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;Okay, apparently somebdoy thought further ahead than I thought. But in attempting to follow the instructions you referenced, I&amp;#39;m stuck at this step:&lt;/p&gt;
&lt;p&gt;Enable support for MPSL implementation in nRF Connect SDK by setting the &lt;a class="reference external" title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_MPSL"&gt;&lt;code class="xref kconfig kconfig-option docutils literal notranslate"&gt;&lt;span class="pre"&gt;CONFIG_MPSL&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; Kconfig option to &lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;y&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;I find no such option, and I&amp;#39;ve searched pretty thoroughly (there are certainly a BUNCH of options!).&lt;/p&gt;
&lt;p&gt;I also note that the only Board Selection option is the nRF52840 DevKit. Should there be an option for the nRF21540 DevKit?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369154?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 05:32:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54897a67-3911-41d7-974d-5f3627eb4f17</guid><dc:creator>user6207</dc:creator><description>[quote user="SteveHx"]Not true. There must be some added code to switch between tx and rx[/quote]
&lt;p&gt;Like I said before, there is no code change in the application itself but there are only build time configuration changes to enable FEM. The details of these are given &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_radio_fem.html"&gt;here&lt;/a&gt;. If you read the details carefully, you will see that there are configurations to device tree and project configurations that are needed to enable FEM.&amp;nbsp; No logical changes to the application code are needed, only configurational build time changes are needed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/369016?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 12:15:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97d45d7e-3bea-4f23-9330-953c3f9d987f</guid><dc:creator>user68828</dc:creator><description>&lt;p&gt;Not true. There must be some added code to switch between tx and rx - that is, to turn the PA and the LNA on and off. Lacking such an adaptation of Multi-NUS, I could at least study the standard NUS application code to learn where in that complex and convoluted code such action needs to happen. Is there in fact some sample code for using the nRF21450? I couldn&amp;#39;t find any.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multi-NUS on the nRF21540-DK</title><link>https://test-devzone.nordicsemi.com/thread/368994?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 11:31:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62b7781e-8e56-4574-81c6-355fbf611fee</guid><dc:creator>user6207</dc:creator><description>&lt;p&gt;The application that you made with Multi-NUS should not change when you add front end modules like nRF21540. The application remains the same and what changes is the configuration of pins that are connected to your MCU and the nRF21540.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>