<?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>get RSSI on nRF52840 with NCS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80973/get-rssi-on-nrf52840-with-ncs</link><description>I&amp;#39;m working on NCS 1.6.1. 
 I&amp;#39;d like to confirm if my method to get the RSSI is correct. 
 i test with a sample &amp;quot;peripheral_uart&amp;quot; 
 after BT connected, i printk the (NRF_RADIO-&amp;gt;RSSISAMPLE) 
 the result like: 
 42 
 40 
 46 
 39 
 is it the correct RSSI</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Oct 2021 07:53:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80973/get-rssi-on-nrf52840-with-ncs" /><item><title>RE: get RSSI on nRF52840 with NCS</title><link>https://devzone.nordicsemi.com/thread/336114?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 07:53:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d543119-892c-402e-9941-34cedf0b7da3</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;It is the connection handle as mentioned in the documentation for that API&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; * For an LE transport, a Connection_Handle is used as the Handle command
 * parameter and return parameter. The meaning of the RSSI metric is an
 * absolute receiver signal strength value in dBm to &amp;#177;6 dB accuracy. If the RSSI
 * cannot be read, the RSSI metric shall be set to 127.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: get RSSI on nRF52840 with NCS</title><link>https://devzone.nordicsemi.com/thread/336078?ContentTypeID=1</link><pubDate>Wed, 27 Oct 2021 02:59:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79540f27-9d68-460f-884d-aefb5ba960a5</guid><dc:creator>peter_liu</dc:creator><description>&lt;p&gt;&lt;span&gt;it seems hard to trace out&amp;nbsp;how to feed parameter, what is the handle?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;typedef __PACKED_STRUCT&lt;br /&gt;{&lt;br /&gt; uint16_t handle;&lt;br /&gt;} sdc_hci_cmd_sp_read_rssi_t;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;do you have a example of how to call the&amp;nbsp;sdc_hci_cmd_sp_read_rssi ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: get RSSI on nRF52840 with NCS</title><link>https://devzone.nordicsemi.com/thread/336054?ContentTypeID=1</link><pubDate>Tue, 26 Oct 2021 18:16:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89e38d0e-2e63-4287-b53b-9a514b645caf</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi instead of reading it directly from the RADIO register, it is highly recommended to use sdc_hci_cmd_sp_read_rssi&amp;nbsp;API from the nrfx library that is also available with the NCS&lt;/p&gt;
&lt;p&gt;you might need to enable the below features in config&lt;/p&gt;
&lt;p&gt;CONFIG_BT_CTLR_ADVANCED_FEATURES=y&lt;br /&gt;CONFIG_BT_CTLR_CONN_RSSI=y&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>