<?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>BT840NE Amplification in ESB packet retransmissions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126621/bt840ne-amplification-in-esb-packet-retransmissions</link><description>Hello, 
 I am developping an application based on ESB protocole using BT840NE module (nrf52840 + nRF21540) SDK 3.2.0. 
 on the PTX side, I am measuring the current using the PPK2, we cut the link with PRX to see the current for packet retransmissions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Jan 2026 12:26:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126621/bt840ne-amplification-in-esb-packet-retransmissions" /><item><title>RE: BT840NE Amplification in ESB packet retransmissions</title><link>https://devzone.nordicsemi.com/thread/559897?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 12:26:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03ca20c1-3733-4d06-b012-16d75ceff314</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Yanis,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Glad to hear that this shows good results on your end as well.&lt;/p&gt;
&lt;p&gt;Please note that this is a quick-fix from my side, and it is not fully verified. As mentioned, I have reported this internally to the ESB team.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BT840NE Amplification in ESB packet retransmissions</title><link>https://devzone.nordicsemi.com/thread/559807?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 15:15:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ffb4746-76cc-4a13-85e9-98f03c42436c</guid><dc:creator>Yanis</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for your quick response.&lt;/p&gt;
&lt;p&gt;What you suggested worked, here is the new ppk2 current measurement, both the main transmission and retransmissions are at the same current levels :&lt;/p&gt;
&lt;p&gt;&lt;img style="height:215px;max-height:215px;max-width:459px;" alt=" " height="192" src="https://devzone.nordicsemi.com/resized-image/__size/918x430/__key/communityserver-discussions-components-files/4/TxPw20dBb.png" width="458" /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Yanis&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BT840NE Amplification in ESB packet retransmissions</title><link>https://devzone.nordicsemi.com/thread/559332?ContentTypeID=1</link><pubDate>Thu, 22 Jan 2026 09:38:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b43b5c93-559a-4a3c-a2d8-5048bd2d5882</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for sharing this information. I have been able to reproduce the scenario, and it looks like the issue is related to how esb handles re-transmissions when FEM is enabled.&lt;/p&gt;
&lt;p&gt;Looking at the PDN pin of the nRF21540, it indicates that the subsequent re-transmissions are not enabling the FEM:&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/pastedimage1769074563763v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have reported this internally to the ESB team.&lt;/p&gt;
&lt;p&gt;Calling &amp;quot;mpsl_fem_enable()&amp;quot; in esb.c::on_radio_disabled_tx_wait_for_ack() seems to fix the issue, but I cannot guarantee that this is does not have any unforeseen side-effects at this point.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;diff --git a/subsys/esb/esb.c b/subsys/esb/esb.c
index 9a148554a3..004f794936 100644
--- a/subsys/esb/esb.c
+++ b/subsys/esb/esb.c
@@ -1473,6 +1473,7 @@ static void on_radio_disabled_tx_wait_for_ack(void)
                update_radio_tx_power();
 
                /* Transmission is armed on TIMER&amp;#39;s CC1. */
+               mpsl_fem_enable();
                esb_fem_for_tx_retry();
                esb_ppi_for_retransmission_set();&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>