<?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>Why the power consumption is lower when using nrf21540 (20 dBm) lower than no FEM (8dBm)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126269/why-the-power-consumption-is-lower-when-using-nrf21540-20-dbm-lower-than-no-fem-8dbm</link><description>Hello, I observed that under low-throughput conditions (2 kbps), the power consumption of the nRF21540 combined with the 54L15 (at 20 dBm) is actually lower than that of using the 54L15 alone (at 8 dBm). When using the front-end module (FEM), my project</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Dec 2025 01:41:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126269/why-the-power-consumption-is-lower-when-using-nrf21540-20-dbm-lower-than-no-fem-8dbm" /><item><title>RE: Why the power consumption is lower when using nrf21540 (20 dBm) lower than no FEM (8dBm)</title><link>https://devzone.nordicsemi.com/thread/557705?ContentTypeID=1</link><pubDate>Tue, 30 Dec 2025 01:41:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5736d74-16b9-49e7-a08d-2f2776e1a7fd</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;I think I find the problems, the FEM is powered by VDDIO, which is not included in the current measurement pin.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why the power consumption is lower when using nrf21540 (20 dBm) lower than no FEM (8dBm)</title><link>https://devzone.nordicsemi.com/thread/557651?ContentTypeID=1</link><pubDate>Mon, 29 Dec 2025 10:55:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25a90d0e-6ee1-4118-b791-865a45a80580</guid><dc:creator>PaKa</dc:creator><description>&lt;p&gt;The PPK2 in your setup will only measure the nRF54L15 current, not anything else as far as I can see in the picture. Draw up a diagram of your connections and we can double check. That includes where exactly on the DK you tap the power to the FEM&lt;/p&gt;
&lt;p&gt;With just the picture it&amp;#39;s easy to make wrong assumptions so could lead to longer time for a correct answer.&lt;/p&gt;
&lt;p&gt;With the FEM, the nRF54L15 output power &amp;quot;should&amp;quot; be 0dBm but can be anything less than 2dBm or so, if you request less than 20dBm then it will be lower.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why the power consumption is lower when using nrf21540 (20 dBm) lower than no FEM (8dBm)</title><link>https://devzone.nordicsemi.com/thread/557643?ContentTypeID=1</link><pubDate>Mon, 29 Dec 2025 10:01:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7aaa0824-1779-44e5-bbb0-7636960bfd27</guid><dc:creator>Ressa</dc:creator><description>&lt;p&gt;Thank you!&lt;br /&gt;&lt;br /&gt;Thanks for clarification. According to your code, it seems you are not continuously transmitting or sending data (regardless of data rate), so it means you will have some peak instantaneous current consumption when BLE is active but most of the time(&amp;nbsp;&lt;span&gt;k_sleep(K_MSEC(666))&lt;/span&gt; ) the radio is idle and then the current consumption will be for other subsystems rather than radio. I would recommend to monitor instantaneous current consumption to get a better overview and comparison. Nordic PPK II kits are a good one for monitoring current consumption, if you have any around please check with that. But in general as I mentioned, because the radio is not on all the time, then the current consumption will be dominant with other subsystems.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Ressa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why the power consumption is lower when using nrf21540 (20 dBm) lower than no FEM (8dBm)</title><link>https://devzone.nordicsemi.com/thread/557632?ContentTypeID=1</link><pubDate>Fri, 26 Dec 2025 14:51:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b15d6c6-d1d8-4715-8232-a081b0138665</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Today, I conducted an experiment and discovered something quite unexpected: under maximum throughput conditions, the system with an amplifier consumed significantly less power than the one without. This result was counterintuitive. Upon further investigation, I realized that I had previously failed to fully disable the amplifier. It is not sufficient to simply turn it off in the project configuration; the overlay configuration must also be properly disabled.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;amp;dppic10 {
//       status = &amp;quot;okay&amp;quot;;
// };

// &amp;amp;ppib11 {
//       status = &amp;quot;okay&amp;quot;;
// };

// &amp;amp;ppib21 {
//       status = &amp;quot;okay&amp;quot;;
// };

// &amp;amp;dppic20 {
//       status = &amp;quot;okay&amp;quot;;
// };

// &amp;amp;ppib22 {
//       status = &amp;quot;okay&amp;quot;;
// };

// &amp;amp;ppib30 {
//       status = &amp;quot;okay&amp;quot;;
// };

// &amp;amp;dppic30 {
//       status = &amp;quot;okay&amp;quot;;
// };

// / {
// 	nrf_radio_fem: name_of_fem_node {
// 	   compatible  = &amp;quot;nordic,nrf21540-fem&amp;quot;;
// 	   tx-en-gpios = &amp;lt;&amp;amp;gpio1 11 GPIO_ACTIVE_HIGH&amp;gt;;
// 	   rx-en-gpios = &amp;lt;&amp;amp;gpio1 12 GPIO_ACTIVE_HIGH&amp;gt;;
// 	   pdn-gpios   = &amp;lt;&amp;amp;gpio1 2 GPIO_ACTIVE_HIGH&amp;gt;;
// 		mode-gpios   = &amp;lt;&amp;amp;gpio1 3 GPIO_ACTIVE_HIGH&amp;gt;;
// 		tx-en-settle-time-us = &amp;lt;27&amp;gt;;
// 		rx-en-settle-time-us = &amp;lt;12&amp;gt;;
//  };
// }; //54L15
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I found that&amp;nbsp;with FEM the average current is 7.04 mA, max is 20.91mA&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/withFEM1300.ppk2"&gt;devzone.nordicsemi.com/.../withFEM1300.ppk2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The average of without FEM is 17.08 mA, maxis 29.31 mA.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/noFEM1300.ppk2"&gt;devzone.nordicsemi.com/.../noFEM1300.ppk2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My peripheral and central code is:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/central_5F00_uart_2D00_main.zip"&gt;devzone.nordicsemi.com/.../central_5F00_uart_2D00_main.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/peripheral_5F00_uart_2D00_master.zip"&gt;devzone.nordicsemi.com/.../peripheral_5F00_uart_2D00_master.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am using PPK to monitor the current of total nRF54L15 DK+FEM like this, the FEM is connected to VDDIO and GND.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/IMG_5F00_5218.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Could you plz help me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why the power consumption is lower when using nrf21540 (20 dBm) lower than no FEM (8dBm)</title><link>https://devzone.nordicsemi.com/thread/557606?ContentTypeID=1</link><pubDate>Wed, 24 Dec 2025 01:27:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b149a0db-3648-4406-af19-fca6db66347d</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for your reply, but here I am measuring the power of FEM+nRF54L15, as the FEM is powered by the VDDIO and GND on nRF54l15 DK&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;div class="QpPSMb"&gt;
&lt;div class="DoxwDb"&gt;
&lt;div class="PZPZlf ssJ7i B5dxMb" data-attrid="title"&gt;Merry Christmas! Could you give me more information?&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="nwVKo"&gt;
&lt;div class="loJjTe"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Why the power consumption is lower when using nrf21540 (20 dBm) lower than no FEM (8dBm)</title><link>https://devzone.nordicsemi.com/thread/557586?ContentTypeID=1</link><pubDate>Tue, 23 Dec 2025 13:53:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d12d7957-d9cb-411a-902e-40a0ce79df15</guid><dc:creator>Ressa</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;If you are only measuring nRF54L15 power consumption in both scenarios then it makes sense. When using FEM the output power of the nRF54L15 will be lower and most of the power consumption will be on FEM side not nRF54L15 side. So when you set it for +20dBm, the nRF54L15 output power will be less than 8 dBm and probably around 2 , 3 dBm and then FEM amplifies it to 20 dBm. So the SoC will actually consume less and the rest will be consumed by FEM.&amp;nbsp;&lt;br /&gt;&lt;br /&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/pastedimage1766497960303v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Ressa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>