<?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>migration from nRF24LE, to nRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125807/migration-from-nrf24le-to-nrf54l15</link><description>Hello, 
 I previously completed a project using the nRF24LE1 chip and the nRF24LE1_24_SDK library. It was a simple 2.4 GHz two-way communication system using the basic predefined SDK APIs such as rf_configure() , rf_read_rx_payload() , and gpio_pin_configure</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Nov 2025 00:20:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125807/migration-from-nrf24le-to-nrf54l15" /><item><title>RE: migration from nRF24LE, to nRF54L15</title><link>https://devzone.nordicsemi.com/thread/555298?ContentTypeID=1</link><pubDate>Tue, 25 Nov 2025 00:20:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc170df6-8adc-4881-8348-83057774d8cc</guid><dc:creator>alikob</dc:creator><description>&lt;p data-start="51" data-end="519"&gt;Oh wow, that&amp;rsquo;s very generous of you, and I will definitely accept your offer to help me. I&amp;rsquo;m a bit rusty with the forum&amp;mdash;I used to post a few years ago on different subjects&amp;mdash;so I&amp;rsquo;ll go ahead and open a private session to share the details of my project. I originally built it about four years ago, and I&amp;rsquo;m sure there&amp;rsquo;s room for improvement, plus recently I&amp;rsquo;ve started seeing some hiccups in the system. I&amp;rsquo;ll include the code and a simple diagram in the private session.&lt;/p&gt;
&lt;p data-start="521" data-end="718"&gt;My plan is to replace the master transmitter, which is currently an nRF24LE1 board with a small antenna, with a board I found here:&lt;br data-start="652" data-end="655" /&gt; &lt;strong data-start="655" data-end="718"&gt;&lt;a class="decorated-link" href="https://www.seeedstudio.com/XIAO-nRF54L15-Sense-p-6494.html" target="_new" data-start="657" data-end="716"&gt;https://www.seeedstudio.com/XIAO-nRF54L15-Sense-p-6494.html&lt;span class="ms-0.5 inline-block align-middle leading-none"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p data-start="720" data-end="848"&gt;I&amp;rsquo;m thinking of trying both the nRF52840 and the nRF54L15 to see which one performs better in terms of range and responsiveness.&lt;/p&gt;
&lt;p data-start="850" data-end="935"&gt;Anyway, thanks so much&amp;mdash;I&amp;rsquo;ll let you know as soon as I post it in the private session.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: migration from nRF24LE, to nRF54L15</title><link>https://devzone.nordicsemi.com/thread/555297?ContentTypeID=1</link><pubDate>Tue, 25 Nov 2025 00:06:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e6b3327-c864-4077-84c1-dd0f64514c09</guid><dc:creator>Daniel Veilleux</dc:creator><description>&lt;p&gt;I bet I can help you getting it to work. Feel free to open a private ticket if you want to discuss the details of your existing network. And keep in mind that your updated transmitter could open up new use cases like having it act as a bridge between Bluetooth Low Energy and proprietary.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: migration from nRF24LE, to nRF54L15</title><link>https://devzone.nordicsemi.com/thread/555293?ContentTypeID=1</link><pubDate>Mon, 24 Nov 2025 22:23:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:356a0790-6d70-4f44-89ea-1aae74ead15f</guid><dc:creator>alikob</dc:creator><description>&lt;p data-start="43" data-end="582"&gt;Hello Daniel,&lt;br data-start="56" data-end="59" /&gt; That was an excellent explanation regarding ESB, and the fact that all those features were built into hardware and are now software-based makes it very flexible. In my specific case, I was using the nRF24LE1 to control a group of motorized window shades mounted on a high ceiling. I was hoping to upgrade &lt;strong data-start="364" data-end="388"&gt;only the transmitter&lt;/strong&gt; to the nRF54L15 (for more range and power) while keeping all 10 receivers as nRF24LE1 devices. It looks like there may be some compatibility issues, so I guess I will have to test and find out.&lt;/p&gt;
&lt;p data-start="584" data-end="597"&gt;Thanks again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: migration from nRF24LE, to nRF54L15</title><link>https://devzone.nordicsemi.com/thread/555292?ContentTypeID=1</link><pubDate>Mon, 24 Nov 2025 22:02:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad75a19f-8358-4f8f-ae74-016b357275e0</guid><dc:creator>Daniel Veilleux</dc:creator><description>&lt;p&gt;Take a look at the &amp;quot;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v3.1-branch/samples/esb"&gt;esb&lt;/a&gt;&amp;quot; samples in NCS. The radios in the nRF52 and nRF54 series are mostly compatible with the radio in the nRF24 series, with the notable exception being that the 250kbps bitrate is no longer supported. Now the proprietary radio functionality is provided by a software library instead of being built into the silicon like it was on the nRF24 series; this provides more flexibility to add or extend features but it&amp;#39;s not 100% backwards compatible due to the absence of regular ShockBurst support. I provide some backstory in &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/intro-to-shockburstenhanced-shockburst"&gt;this blog post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>