<?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>nRF54L15DK ChannelSounding Test</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126785/nrf54l15dk-channelsounding-test</link><description>Hello, 
 
 I would like to use the official hci_uart sample to send Channel Sounding test-related HCI commands (specifically HCI_LE_CS_TEST and HCI_LE_CS_TEST_END ) to the Nordic nRF54L15 DK. Could you please advise on the required configurations I need</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Feb 2026 09:01:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126785/nrf54l15dk-channelsounding-test" /><item><title>RE: nRF54L15DK ChannelSounding Test</title><link>https://devzone.nordicsemi.com/thread/560088?ContentTypeID=1</link><pubDate>Mon, 02 Feb 2026 09:01:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30dd178a-2d90-45fb-9bda-e8d633f2e666</guid><dc:creator>Lee1823</dc:creator><description>&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF54L15DK ChannelSounding Test</title><link>https://devzone.nordicsemi.com/thread/560011?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 13:22:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f93c590-3888-450d-9bde-e961158efdcd</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;1) You need to first enable Channel sounding in the controller when building hci_uart. This must be done via Kconfig:&lt;/p&gt;
&lt;p&gt;west build -b nrf54l15dk/nrf54l15/cpuapp --pristine -- -DCONFIG_BT_CTLR_CHANNEL_SOUNDING=y&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2) Ensure that the CS controller options are set as needed (this is optional):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;BT_CTLR_CHANNEL_SOUNDING=y&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;BT_CTLR_SDC_CS_COUNT&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;BT_CTRL_SDC_CS_ROLE_*&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;BT_CTRL_SDC_CS_STEP_MODE3&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3) Then you can flash the hci_uart image to your DK. After building, you can program the DK via west flash&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4) You can then send CS test HCI commands over UART:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;HCI_LE_CS_TEST&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;HCI_LE_CS_TEST_END&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:monospace;"&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I recommend you to take a look at our following documentations:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/channel_sounding.html"&gt;LE CS doc&lt;/a&gt; - Explains about Channel Sounding, which capabilities are supported, how its enabled with Kconfig.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/channel_sounding.html#developing_with_cs"&gt;Developing with CS&lt;/a&gt; - Lists Kconfig options for channel sounding&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/softdevice_controller/doc/channel_sounding.html#testing_cs_implementation"&gt;Testing CS implementation&lt;/a&gt; - Mentions using HCI UART sample&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Samruddhi&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>