<?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>Proximity Monitor</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1599/proximity-monitor</link><description>Hi there, 
 Im wondering if its possible to implement a proximity monitor with the new s120. Having one nrf51822 acting as a central and several (up to 8 I guess) nrf51822 only advertising. 
 With the s120 scanning is possible to get the RSSI? and also</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Apr 2014 11:44:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1599/proximity-monitor" /><item><title>RE: Proximity Monitor</title><link>https://devzone.nordicsemi.com/thread/7064?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2014 11:44:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6307b82d-fbea-4d93-a2e3-3ed319cd9154</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;This is what I explained above. I don&amp;#39;t have any example code for this, but by looking at the struct definition, it shouldn&amp;#39;t be very problematic to get the raw advertising data. You&amp;#39;ll then have to parse the data yourself, from the format as defined in spec. See Volume 3, Part C, chapter 11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Proximity Monitor</title><link>https://devzone.nordicsemi.com/thread/7063?ContentTypeID=1</link><pubDate>Wed, 23 Apr 2014 18:18:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ee27a74-679c-49b6-81e1-29a73810129f</guid><dc:creator>Gabriel</dc:creator><description>&lt;p&gt;To explain a little bit more my question. I am doing a Proximity monitor. I have one central(nRF5182-s120) that act as the monitor, and several peripherals (nRF51822-s110) that are only advertising.
In the advertising package of the peripherals I also include the battery level with this:&lt;/p&gt;
&lt;p&gt;advdata.name_type                           = BLE_ADVDATA_FULL_NAME;
advdata.include_appearance   	  = false;
advdata.flags.size                              = sizeof(flags);
advdata.flags.p_data                         = &amp;amp;flags;
[b]advdata.service_data_count          = 1;
advdata.p_service_data_array          = service_data;[/b]&lt;/p&gt;
&lt;p&gt;So in the central side I want to read this value without connection. How can I do that?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Proximity Monitor</title><link>https://devzone.nordicsemi.com/thread/7062?ContentTypeID=1</link><pubDate>Mon, 21 Apr 2014 22:30:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b2a643b-2312-4f32-a55e-b820bf003b3e</guid><dc:creator>Gabriel</dc:creator><description>&lt;p&gt;Hi Ole,
Thank you for the answer. Can you tell me if it is also possible to obtain with the s120 the service data being advertised by a peripheral?
Basically what I am doing in the peripheral side is include the battery level in the advertising package. So I need to read this value in the central side without connect. Like the nRF Master Control Panel app does.
Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Proximity Monitor</title><link>https://devzone.nordicsemi.com/thread/7061?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2014 16:26:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1feda0a7-d54a-4804-90ea-05eb166e8fcd</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;You can do scanning with the S120, and when doing so, you&amp;#39;ll get back an ADV_REPORT for each advertising packet received. This will include the address the advertiser used, along with the RSSI. Take a look at the definition of the struct &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/5.1.0/html/a00216.html"&gt;ble_gap_evt_adv_report_t&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>