<?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>RF noise connection issues between two NRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127272/rf-noise-connection-issues-between-two-nrf54l15</link><description>Hello, 
 We are observing intermittent connection failures when using two nRF54L15 DK boards. Occasionally the connection fails with the warning: 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 We first observed this in our channel sounding application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Mar 2026 13:13:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127272/rf-noise-connection-issues-between-two-nrf54l15" /><item><title>RE: RF noise connection issues between two NRF54L15</title><link>https://devzone.nordicsemi.com/thread/563445?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2026 13:13:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8ca1f95-5990-4f54-80cd-c204222c3593</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes, this behavior is consistent with a collision scenario where the advertiser receives both a &lt;code&gt;SCAN_REQ&lt;/code&gt; and a &lt;code&gt;CONNECT_IND&lt;/code&gt; within the same receive window. Since the device cannot process both simultaneously, one of the procedures may be disrupted, leading to a failed connection attempt.&lt;/p&gt;
&lt;p&gt;Configuring the advertiser as non-scannable removes &lt;code&gt;SCAN_REQ&lt;/code&gt; packets from the equation, which avoids this overlap and improves connection reliability.&lt;/p&gt;
&lt;p&gt;With extended advertising, this situation is addressed differently: scannable and connectable roles are separated, and the connection procedure includes an acknowledgment (&lt;code&gt;AUX_CONNECT_RSP&lt;/code&gt;), allowing the central to determine whether the connection request was successfully received.&lt;/p&gt;
&lt;p&gt;If extended advertising is not used, a similar effect can be achieved at the application level by leveraging QoS feedback after connection events. By monitoring whether packets are successfully received in the first few events, the application can decide to terminate and retry the connection earlier, rather than waiting for the controller’s default timeout.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF noise connection issues between two NRF54L15</title><link>https://devzone.nordicsemi.com/thread/563417?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2026 10:20:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8f264ce-406b-4831-bd1f-82a1aa5b599c</guid><dc:creator>nikeub</dc:creator><description>&lt;p&gt;I can confirm that the issue disappears when I configure the advertiser as non-scannable.&lt;br /&gt;&lt;br /&gt;Does this indicate a collision when the advertiser receives both a SCAN_REQ and a CONNECT_IND in the same receive window?&lt;br /&gt;&lt;br /&gt;Is this a known issue? Can you investigate further and fix this on your end?&lt;br /&gt;&lt;br /&gt;If this cannot be resolved, then since legacy advertising does not support undirected connectable non-scannable mode, the options seem to be either moving to extended advertising or handling this with retry logic at the application level?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF noise connection issues between two NRF54L15</title><link>https://devzone.nordicsemi.com/thread/562993?ContentTypeID=1</link><pubDate>Wed, 11 Mar 2026 07:52:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abea87f8-cb52-4a70-aeb8-234c5f081205</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you check whether any nearby device, such as a phone, PC, BLE sniffer, or any tool is performing active scanning?&lt;/p&gt;
&lt;p&gt;The issue might be related to the advertiser using scan response data, which means it is configured as scannable. If something nearby is actively scanning, it could interfere with connection establishment.&lt;/p&gt;
&lt;p&gt;To narrow down the issue, please try changing the advertising mode to non-scannable (extended advertising) or directed advertising, and check whether the same issue still occurs. This may help determine whether the problem is related to the BLE procedure or to hardware/RF conditions.&lt;/p&gt;
[quote user="nikeub"]I don&amp;#39;t have access on that old DevZone ticket you linked.[/quote]
&lt;p&gt;&amp;nbsp;I am not sure why the DevZone ticket I shared earlier could not be accessed. I will update the link again and share it here. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121784/rf-noise-during-connection-to-nrf54l15-from-windows"&gt;Devzone ticket.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF noise connection issues between two NRF54L15</title><link>https://devzone.nordicsemi.com/thread/562920?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2026 13:29:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ca44aff-728d-4241-90e4-41fb46a131ed</guid><dc:creator>nikeub</dc:creator><description>&lt;p&gt;I don&amp;#39;t have access on that old DevZone ticket you linked.&lt;br /&gt;&lt;br /&gt;But I did capture traffic when this happens now:&lt;br /&gt;&lt;br /&gt;First a successful one where you can see the peripheral responds, followed by a failed attempt where RF noise? warning appears (BT_HCI_ERR_CONN_FAIL_TO_ESTAB).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Extract from pcap in wireshark:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;1662	3.766076	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
1663	3.766701	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
1664	3.805002	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
1665	3.805629	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
1666	3.806138	c6:62:ff:50:5a:38	d8:8c:fc:c2:21:41	LE LL	60	CONNECT_IND
1667	3.807741	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
1668	3.807971	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
1669	3.816491	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
1670	3.816721	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	35	Control Opcode: LL_PERIPHERAL_FEATURE_REQ
1671	3.825241	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	35	Control Opcode: LL_FEATURE_RSP
1672	3.825543	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
1673	3.833991	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	35	Control Opcode: LL_FEATURE_REQ
1674	3.842741	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	28	Control Opcode: LL_UNKNOWN_RSP
1675	3.851490	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
1676	3.851720	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	35	Control Opcode: LL_FEATURE_RSP
1677	3.860240	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	29	Control Opcode: LL_PHY_REQ
1678	3.860494	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
1679	3.868990	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
1680	3.869220	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	29	Control Opcode: LL_PHY_RSP
1681	3.877740	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	31	Control Opcode: LL_PHY_UPDATE_IND
1682	3.878010	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
1683	3.886490	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
1684	3.886719	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
1685	3.895240	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
1686	3.895469	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
// Lots of Empty PDUs removed for brevity...
2332	6.747886	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2333	6.756440	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2334	6.756635	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2335	6.765190	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2336	6.765385	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2337	6.773940	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2338	6.774135	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2339	6.782690	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2340	6.782885	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2341	6.791440	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2342	6.791635	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2343	6.800190	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2344	6.808940	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2345	6.817689	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	26	Empty PDU
2346	6.817884	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2347	6.826439	Central_0x2ccd10bd	Peripheral_0x2ccd10bd	LE LL	28	Control Opcode: LL_TERMINATE_IND
2348	6.826642	Peripheral_0x2ccd10bd	Central_0x2ccd10bd	LE LL	26	Empty PDU
2349	6.838940	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2350	6.839567	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2351	6.840077	78:2b:87:87:79:97	d8:8c:fc:c2:21:41	LE LL	38	SCAN_REQ
2352	6.840402	d8:8c:fc:c2:21:41	Broadcast	LE LL	63	SCAN_RSP
2353	6.874982	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2354	6.947456	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2355	6.948083	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
// Central sends CONNECT (but no response from peripheral...)
2356	6.948592	c6:62:ff:50:5a:38	d8:8c:fc:c2:21:41	LE LL	60	CONNECT_IND
2357	6.950196	Central_0x141c5211	Peripheral_0x141c5211	LE LL	26	Empty PDU
2358	6.958946	Central_0x141c5211	Peripheral_0x141c5211	LE LL	26	Empty PDU
2359	6.967696	Central_0x141c5211	Peripheral_0x141c5211	LE LL	26	Empty PDU
2360	6.976445	Central_0x141c5211	Peripheral_0x141c5211	LE LL	26	Empty PDU
2361	6.985195	Central_0x141c5211	Peripheral_0x141c5211	LE LL	26	Empty PDU
2362	6.993945	Central_0x141c5211	Peripheral_0x141c5211	LE LL	26	Empty PDU
2363	10.997653	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2364	10.998279	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2365	11.038178	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2366	11.038688	78:2b:87:87:79:97	d8:8c:fc:c2:21:41	LE LL	38	SCAN_REQ
2367	11.039013	d8:8c:fc:c2:21:41	Broadcast	LE LL	63	SCAN_RSP
2368	11.076078	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
2369	11.076705	d8:8c:fc:c2:21:41	Broadcast	LE LL	61	ADV_IND
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Attached pcap file:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/20260310_2D00_T132435.498122409UTC_2D00_capture.pcap"&gt;devzone.nordicsemi.com/.../20260310_2D00_T132435.498122409UTC_2D00_capture.pcap&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF noise connection issues between two NRF54L15</title><link>https://devzone.nordicsemi.com/thread/562736?ContentTypeID=1</link><pubDate>Fri, 06 Mar 2026 14:13:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f41d7e0-4e56-40af-8694-a80bbd85a80a</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am not exactly sure what might be going on here. I found an &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121784/rf-noise-during-connection-to-nrf54l15-from-windows"&gt;old devzone ticket&amp;nbsp;&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121784/rf-noise-during-connection-to-nrf54l15-from-windowshttps://devzone.nordicsemi.com/f/nordic-q-a/121784/rf-noise-during-connection-to-nrf54l15-from-windows"&gt;&amp;nbsp;&lt;/a&gt;that discusses a very similar issue with the nRF54L15. I also recommend collecting sniffer traces and sharing them here so we can get more details about the issue. I am also checking internally to get more details on this.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RF noise connection issues between two NRF54L15</title><link>https://devzone.nordicsemi.com/thread/562682?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2026 19:34:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1123a046-4634-4228-bcfb-7732177ecc0c</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am looking into this and will get back to you.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>