<?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>nrf51822 ble s110 scan another device get RSSI value</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6662/nrf51822-ble-s110-scan-another-device-get-rssi-value</link><description>Hi everyone :
I have some questions about nrf51822 ble S110 ,I have two ble device ,both device used S110,is it possible use the first device to scan the second device to get the RSSI value?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Apr 2015 10:36:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6662/nrf51822-ble-s110-scan-another-device-get-rssi-value" /><item><title>RE: nrf51822 ble s110 scan another device get RSSI value</title><link>https://devzone.nordicsemi.com/thread/23372?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2015 10:36:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c41be430-fc1c-4e4a-8091-c001cabe02ba</guid><dc:creator>Hung Bui</dc:creator><description>&lt;ol&gt;
&lt;li&gt;Yes, it can&lt;/li&gt;
&lt;li&gt;To be able to let other device detect and read RSSI one must advertise. To do that you can use S130 that can advertise and scan at the same time. Or you can use S110 and timeslot API so that you can do scanning manually. &lt;a href="https://github.com/NordicSemiconductor/nRF51-multi-role-conn-observer-advertiser"&gt;Here&lt;/a&gt; is an example.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 ble s110 scan another device get RSSI value</title><link>https://devzone.nordicsemi.com/thread/23371?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2015 09:26:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68c1a1a2-0dda-412d-83f3-768e2d0d1274</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;@Hung Bui :
1.so in S130 device can be connected by smartphone and it also can scan another devices in the same time?
3.i have two device i want to know their distance(use rssi) without connect and both device are peripheral&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 ble s110 scan another device get RSSI value</title><link>https://devzone.nordicsemi.com/thread/23370?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2015 08:51:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:993905fa-15e9-4477-8363-578ca52a56dc</guid><dc:creator>Hung Bui</dc:creator><description>&lt;ol&gt;
&lt;li&gt;You can switch between central or peripheral, or you can do both at the same time.&lt;/li&gt;
&lt;li&gt;If it does the same task as S110 then the current consumption should be the same&lt;/li&gt;
&lt;li&gt;Please provide the topology, what is first device, second device, their roles (connected or simply broadcasting ?)&lt;/li&gt;
&lt;li&gt;There should be no different if the setting of proprietary RF are the same with BLE.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 ble s110 scan another device get RSSI value</title><link>https://devzone.nordicsemi.com/thread/23369?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2015 07:53:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7ea7115-c5e9-4e30-ad57-71d27de3f554</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;@Hung Bui :
I have some question want to ask
1.if i use S130 (central+peripheral stack) device can be switch central or peripheral what i want ?
2.is S130 (central+peripheral stack)power consumption higher than S110?
3.radio method is  use first device&amp;#39;s RF to scan second device&amp;#39;s RF to get second device&amp;#39;s RSSI value ?
what different between BLE RSSI and RF RSSI ?
thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 ble s110 scan another device get RSSI value</title><link>https://devzone.nordicsemi.com/thread/23368?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 13:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d56a128-93b4-4295-ba34-b1bd40d24f57</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Peter: The S110 (peripheral) stack is not made to be able to scan for a device. You can think of having one device running S120 (central stack) to scan for the other device running S110.
If you want the central device be able to be peripheral also, you can think of using S130 (central+peripheral stack).&lt;/p&gt;
&lt;p&gt;Alternativelly, if you don&amp;#39;t want to use S130/S120, you can use S110 and  access radio directly using timeslot API to scan for packet with S110, but it&amp;#39;s more complicated. You can have a look at &lt;a href="https://github.com/NordicSemiconductor/nRF51-multi-role-conn-observer-advertiser"&gt;this example&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 ble s110 scan another device get RSSI value</title><link>https://devzone.nordicsemi.com/thread/23367?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 13:14:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f338b10b-8c65-4783-8faf-fd85b47f9507</guid><dc:creator>shibshab</dc:creator><description>&lt;p&gt;If you start scanning by calling &lt;code&gt;sd_ble_gap_scan_start&lt;/code&gt; (&lt;a href="http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.0.0/s110/html/a01045.html#ga3db84fa4870b155489187103906cf318"&gt;link&lt;/a&gt;) you will get a &lt;code&gt;BLE_GAP_ADV_REPORT&lt;/code&gt; event upon receiving an advertisement packet. This event contains RSSI information.&lt;/p&gt;
&lt;p&gt;This event also contains the devices address, which you can use to select only RSSI values from the correct device.&lt;/p&gt;
&lt;p&gt;Note that the other device needs to be advertising for this to work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>