<?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>Implementing Channel Sounding concurrent distance measuring</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125727/implementing-channel-sounding-concurrent-distance-measuring</link><description>Hi, I&amp;#39;m trying to test Channel Sounding with concurrent measurements using one initiator and two reflectors on nRF54L15 DKs. 
 From replies in other DevZone threads, it seems this is now supported in the latest samples. However, the required configuration</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Nov 2025 10:06:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125727/implementing-channel-sounding-concurrent-distance-measuring" /><item><title>RE: Implementing Channel Sounding concurrent distance measuring</title><link>https://devzone.nordicsemi.com/thread/555478?ContentTypeID=1</link><pubDate>Wed, 26 Nov 2025 10:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:600f33d2-f783-4652-9664-ef1f548e07fe</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The project was tested for NCS v2.9.0, and some buffers, etc. has changed since then, so it won&amp;#39;t work out of the box in NCS v3.x.x I&amp;#39;m afraid. Other than that since it&amp;#39;s an unofficial project it is to be counted as highly experimental so any additional switching logic for now will need to be implemented for you.&lt;/p&gt;
&lt;p&gt;Just to confirm, the project is indeed meant for the nRF54L15 DK, but you probably need to follow the migration notes to make it work on NCS v.3.1.1.&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_3.0.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_3.0.html&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_3.1.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_3.1.html&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Channel Sounding concurrent distance measuring</title><link>https://devzone.nordicsemi.com/thread/555294?ContentTypeID=1</link><pubDate>Mon, 24 Nov 2025 22:25:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7983a911-a793-4fa0-b5b7-bb83ee2d8696</guid><dc:creator>Triscuit</dc:creator><description>&lt;p&gt;Hi Simon,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The code you provided, for the initiator and reflector C code, am I correct in saying that&amp;nbsp;they are both&amp;nbsp;single connection program? It does not store multiple reflectors nor is it capable of switching between multiple&amp;nbsp;devices. The Python program is made for multilateration, however, it requires multiple initiator inputs. Does this mean we have to implement the switching logic ourselves?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Channel Sounding concurrent distance measuring</title><link>https://devzone.nordicsemi.com/thread/555275?ContentTypeID=1</link><pubDate>Mon, 24 Nov 2025 18:32:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6837106c-a69c-437e-9b09-f19fbc7fdda8</guid><dc:creator>Rubix</dc:creator><description>&lt;p&gt;Hi Simon,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p data-start="1229" data-end="1303"&gt;Do you know which board this sample project was originally designed for?&lt;/p&gt;
&lt;p data-start="1310" data-end="1489"&gt;I&amp;#39;m trying to build it on the nRF54L15DK (NCS version 3.1.1), and I&amp;rsquo;m seeing some issues that make me think the configuration may have been meant for a device with more RAM.&lt;/p&gt;
&lt;p data-start="1496" data-end="1817"&gt;Examples:&lt;br data-start="1509" data-end="1512" /&gt; &amp;ndash; &lt;code data-start="1516" data-end="1567"&gt;CONFIG_BT_CHANNEL_SOUNDING_REASSEMBLY_BUFFER_SIZE&lt;/code&gt; was set to 5600, but the Kconfig range for the nRF54L series limits it to 4800.&lt;br data-start="1655" data-end="1658" /&gt; &amp;ndash; The build then fails during the final linking stage with a RAM overflow:&lt;br data-start="1734" data-end="1737" /&gt; &lt;code data-start="1741" data-end="1781"&gt;region &amp;#39;RAM&amp;#39; overflowed by 68030 bytes&lt;/code&gt; (coming from &lt;code data-start="1795" data-end="1804"&gt;.noinit&lt;/code&gt; / &lt;code data-start="1807" data-end="1813"&gt;.bss&lt;/code&gt;).&lt;/p&gt;
&lt;p data-start="1824" data-end="2012"&gt;TF-M builds fine, but the Zephyr application image never gets produced, which suggests that some of the app-side buffer sizes or Bluetooth configs exceed the available RAM for the 54L15.&lt;/p&gt;
&lt;p data-start="2019" data-end="2227"&gt;Before I start reducing buffers manually, I wanted to confirm whether this project was created for a different Nordic SoC (e.g., nRF54H20, nRF52840, or nRF5340), which would explain the mismatched ranges.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing Channel Sounding concurrent distance measuring</title><link>https://devzone.nordicsemi.com/thread/555062?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 13:59:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c0b58f5-26b5-496b-821b-00c41d67f6ed</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;We have an unofficial sample project showcasing how to have multiple connections for Channel sounding, so you can use that as reference. We are currently working on more official support for this as well.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6710.Channel_5F00_sounding_5F00_Abdir_2D00_Reflector_5F00_control_5F00_point.zip"&gt;devzone.nordicsemi.com/.../6710.Channel_5F00_sounding_5F00_Abdir_2D00_Reflector_5F00_control_5F00_point.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>