<?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>Channel Sounding - Event, Subevent, Procedure count, other parameters</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124711/channel-sounding---event-subevent-procedure-count-other-parameters</link><description>I have few doubts in the follwoing imoplementation: For the provided set of parameters, when procedure count is 0, the estimated distance is printed for 6/7/8 sets of 72 channels IQ data in each iteration whereas If I make procedure count =1, The distabce</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 Oct 2025 10:05:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124711/channel-sounding---event-subevent-procedure-count-other-parameters" /><item><title>RE: Channel Sounding - Event, Subevent, Procedure count, other parameters</title><link>https://devzone.nordicsemi.com/thread/550575?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2025 10:05:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2eacfb04-6d0e-44fa-a2b7-9ae93f436d5d</guid><dc:creator>parvez</dc:creator><description>&lt;p&gt;Thank you amanda for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Channel Sounding - Event, Subevent, Procedure count, other parameters</title><link>https://devzone.nordicsemi.com/thread/550510?ContentTypeID=1</link><pubDate>Thu, 02 Oct 2025 14:46:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d199d538-8d9a-4507-9253-eb5923c51925</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]1. I am unable to understand how does only one set of 72 channels is displayed when procedure count =1.&amp;nbsp;&amp;nbsp;Can anyone explain with timings howmany sets of&amp;nbsp; 72 channels data is displayed/ taekn into consideration prior giving thge estiimated distance.&amp;nbsp;[/quote]
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;max_procedure_count = 1 means there is only one procedure. See &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121442/unable-to-effectively-configure-procedure-parameters-in-channel-sounding-on-nrf54l15-dk/536875"&gt;this post&lt;/a&gt; and &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.1/include/zephyr/bluetooth/cs.h#L777-L780"&gt;these lines&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user=""]2. Can we able to change the FFT size, Can any one guide me how to cghnage these parameters./[/quote]
&lt;p&gt;Do you mean &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v3.1.1/subsys/bluetooth/cs_de/Kconfig#L26"&gt;CONFIG_BT_CS_DE_NFFT_SIZE&lt;/a&gt;? If so, it&amp;#39;s &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v3.1.1/subsys/bluetooth/cs_de/Kconfig#L33"&gt;an internal config, so it cannot be modified by the user&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
[quote user=""]3. Can anyone present the better clarity on the event/subevents/steps as per the procedure couint takes place with timings so that anyone can esaily calcute it exactly.[/quote]
&lt;p&gt;Check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121442/unable-to-effectively-configure-procedure-parameters-in-channel-sounding-on-nrf54l15-dk/536875"&gt;this post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
[quote user=""]4. Can we chaneg teh numbers channels ussed per saye from&amp;nbsp; 72 to only 36 cjhannels. can anyone guide me how to perform it.[/quote]
&lt;p&gt;&lt;span&gt;It’s possible to set the channel map used during the CS procedure to enable only 36 channels when creating the CS configuration (see bt_le_cs_create_config() API). Another way to do this is using Set CS Channel Classification command (see bt_le_cs_set_channel_classification()).&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please be aware that this may negatively impact the algorithm. The IFFT is not too happy with missing channels. Other algorithms may not suffer that much so as always, it depends.&lt;/span&gt;&lt;/p&gt;
[quote user=""]Can anyone explain the channel map repition = 3, and channel jhump&amp;nbsp; in this context.[/quote]
&lt;p&gt;Check out&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/structbt_conn_le_cs_config.html"&gt;bt_conn_le_cs_config&lt;/a&gt;.&lt;/p&gt;
[quote user=""]6. What is the maximum power which is used defaultly - 0x80. What is teh amximum distanbce, I can measure with the current default power settings. Is there any AGC to adjust the power wrt to distance.[/quote]
&lt;p&gt;&lt;span&gt;The range is limited by the regular BLE connection range. I can’t provide exact values, though.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/123565/max-tx-power-for-channel-sounding"&gt;this post&lt;/a&gt;&amp;nbsp;on how to adjust the tx power.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user=""]7. Can we perform&amp;nbsp; 2x2 antenna configuration in channel sounding. Can you please suggest the parameters to be set accordingly.[/quote]
&lt;p&gt;Check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/124064/channel-sounding-and-more-antenna-paths/550016"&gt;this post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>