<?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>hi, i am using nrf52840, i need to get a rssi value from the near by mobile phones. is there any example for that. where can i get the example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26007/hi-i-am-using-nrf52840-i-need-to-get-a-rssi-value-from-the-near-by-mobile-phones-is-there-any-example-for-that-where-can-i-get-the-example</link><description>i am using ble_app_multilink_central example. is this enough to get rssi value.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Oct 2017 06:22:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26007/hi-i-am-using-nrf52840-i-need-to-get-a-rssi-value-from-the-near-by-mobile-phones-is-there-any-example-for-that-where-can-i-get-the-example" /><item><title>RE: hi, i am using nrf52840, i need to get a rssi value from the near by mobile phones. is there any example for that. where can i get the example</title><link>https://devzone.nordicsemi.com/thread/102491?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 06:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2b80265-ec54-460b-95db-cb6d0c5aa150</guid><dc:creator>karthikeyan</dc:creator><description>&lt;p&gt;thank you very much jorgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: hi, i am using nrf52840, i need to get a rssi value from the near by mobile phones. is there any example for that. where can i get the example</title><link>https://devzone.nordicsemi.com/thread/102490?ContentTypeID=1</link><pubDate>Tue, 17 Oct 2017 13:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:061b43d2-62c2-4077-8801-7ded2579ef88</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To be able to get RSSI from nearby devices, the devices will have to transmitt something that your central can receive. If you setup the phone to do BLE advertising like a peripheral device, you can get the RSSI from the advertising report that you receive with the &lt;code&gt;BLE_GAP_EVT_ADV_REPORT&lt;/code&gt; event in the &lt;code&gt;ble_evt_handler&lt;/code&gt; in the central examples. You can print the RSSI value using the following line:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_LOG_INFO(&amp;quot;RSSI: %d&amp;quot;, p_ble_evt-&amp;gt;evt.gap_evt.params.adv_report.rssi);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>