<?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>Is it possible to asynchronously get latest rssi value?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83233/is-it-possible-to-asynchronously-get-latest-rssi-value</link><description>Hello again Nordic World! 
 Yet another question about getting RSSI values: 
 Again, using 10028 and 10040 boards under sdk 12.3. 
 Is the adc acquisition of rssi done synchronously, in background once started, or is it acquired when the get is called</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jan 2022 17:27:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83233/is-it-possible-to-asynchronously-get-latest-rssi-value" /><item><title>RE: Is it possible to asynchronously get latest rssi value?</title><link>https://devzone.nordicsemi.com/thread/345749?ContentTypeID=1</link><pubDate>Mon, 03 Jan 2022 17:27:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:328d5651-a327-452d-abba-86527e3aa29c</guid><dc:creator>Robin</dc:creator><description>&lt;p&gt;Thank you Vidar,&lt;/p&gt;
&lt;p&gt;Exactly what I did!&lt;/p&gt;
&lt;p&gt;Thanks foe the confirmation!&lt;/p&gt;
&lt;p&gt;Robin@ TL&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to asynchronously get latest rssi value?</title><link>https://devzone.nordicsemi.com/thread/345651?ContentTypeID=1</link><pubDate>Mon, 03 Jan 2022 12:16:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59ae3be6-a863-4935-a4d1-2512feaafba5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello and happy new year!&lt;/p&gt;
&lt;p&gt;First you need to call &lt;span&gt;&lt;a title="sd_ble_gap_rssi_start" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=4_7_3_9_2_1_2_27#gac369253b7f5ce0fc0093a6133faa791f"&gt;sd_ble_gap_rssi_start&lt;/a&gt;&lt;/span&gt;() to start continuous sampling of the RSSI (you can set a high threshold level and &amp;#39;skip_count&amp;#39; if you don&amp;#39;t want to be interrupted by the BLE_GAP_EVT_RSSI_CHANGED event.&amp;nbsp; Then you can retrieve the latest RSSI sample by calling &lt;span&gt;&lt;a title="sd_ble_gap_rssi_get" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v3.0.0/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=4_7_3_9_2_1_2_26#ga51f25b5b74290f91aa92cb47dc8d4276"&gt;sd_ble_gap_rssi_get&lt;/a&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;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>