<?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>nRF52832 Measuring RSSI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61033/nrf52832-measuring-rssi</link><description>I&amp;#39;m trying to understand how RSSI measurement works. 
 According to datasheet if I understood correctly I have to issue a &amp;quot; TASKS_RSSISTART &amp;quot; command and wait for the corresponding flag to finish and get the event of &amp;quot; EVENTS_RSSIEND &amp;quot; 
 Then I read the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 May 2020 17:02:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61033/nrf52832-measuring-rssi" /><item><title>RE: nRF52832 Measuring RSSI</title><link>https://devzone.nordicsemi.com/thread/248796?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 17:02:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04e406b8-24b4-4318-a902-4615813067e9</guid><dc:creator>George555</dc:creator><description>&lt;p&gt;What do you mean &amp;quot;outside of a packet&amp;quot;?&lt;/p&gt;
&lt;p&gt;Is any packet lost every time the TASKS_RSSISTART is triggered?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 Measuring RSSI</title><link>https://devzone.nordicsemi.com/thread/248669?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 09:48:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e3efc6f-d708-465a-b690-bc3698c6bfb4</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, the signal measurements in the radio will take place whenever TASKS_RSSISTART is triggered, either on a packet or outside of a packet.&lt;/p&gt;
&lt;p&gt;You can also use a shortcut between ADDRESS event and RSSISTART using &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?resultof=%22%41%44%44%52%45%53%53%5f%52%53%53%49%53%54%41%52%54%22%20"&gt;ADDRESS_RSSISTART&lt;/a&gt; short.&lt;br /&gt;&lt;br /&gt;But if you are using Bluetooth Low energy in your application you need to use the Softdevice, then you can use softdevice calls &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s140.api.v6.0.0%2Fgroup___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html&amp;amp;anchor=gac369253b7f5ce0fc0093a6133faa791f"&gt;sd_ble_gap_rssi_start&lt;/a&gt;() and &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s140.api.v6.0.0%2Fgroup___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html&amp;amp;anchor=ga63b6ec4b1af260085b8dfe5c7b02b724"&gt;sd_ble_gap_rssi_get&lt;/a&gt;() to get the the received signal strength for the last connection event.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>