<?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>Eddystone receiver</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61160/eddystone-receiver</link><description>Hello, 
 
 I need example code or guidance in how to receive eddystone advetising packets on the nRF52832. 
 In my project, I can send standard eddystone packets to a app on my phone and this works great. I have not been able to receive the same standard</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 10 May 2020 20:39:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61160/eddystone-receiver" /><item><title>RE: Eddystone receiver</title><link>https://devzone.nordicsemi.com/thread/249075?ContentTypeID=1</link><pubDate>Sun, 10 May 2020 20:39:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9083a18-7192-4ce7-974f-8753557843c5</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;ble_gap_adv_data_t is used to supply advertising to the stack when starting advertising. You&amp;#39;re interested in the data received from an advertiser when scanning, which is in the ble_gap_evt_adv_report_t struct. You should take a look at the nrf_ble_scan module, which deals with scanning and connecting (even though you&amp;#39;re just interested in the scanning).&lt;/p&gt;
&lt;p&gt;Also note that the different softdevices have different header files, so be sure to look at the ble_gap.h file appropriate for the softdevice you&amp;#39;re using.&lt;/p&gt;
&lt;p&gt;Finally, I believe this community is meant to deal with one question at the time and find the best answers, Stack Overflow-style rather than forum-style, so accepting an answer for all questions is appreciated, and perhaps creating new questions instead of adding to an old one, when you have a new problem. :-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eddystone receiver</title><link>https://devzone.nordicsemi.com/thread/249049?ContentTypeID=1</link><pubDate>Sat, 09 May 2020 23:43:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbad4764-e968-4f59-8582-dc5039f660cb</guid><dc:creator>Phillip Jacobs</dc:creator><description>&lt;p&gt;So I have managed to get the transmitting eddystone beacon address using the blinky example. I just cannot seem to find the data... &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;. I though I got it using this line which I added to the blinky example:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;ble_gap_adv_data_t                *p_adv_data        = &amp;amp;gap_ble_evt-&amp;gt;evt.gap_adv_data.adv_data.p_data;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Now I am not sure where to find it...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eddystone receiver</title><link>https://devzone.nordicsemi.com/thread/248821?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 21:04:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90bb25eb-2b21-4461-8527-6c4a8b1ca6a5</guid><dc:creator>Phillip Jacobs</dc:creator><description>&lt;p&gt;Thank you I will try that &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eddystone receiver</title><link>https://devzone.nordicsemi.com/thread/248819?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 20:57:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4631952-097d-49b5-94c3-2700daf40c64</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;To receive advertising packets, you need to be a Central device (strictly speaking a Scanner), and use a &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fsoftdevices.html"&gt;corresponding softdevice&lt;/a&gt;, which for the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fsoftdevices.html"&gt;nRF52832 is S132&lt;/a&gt;. You should then take a look at one of the examples that implements a Central, for instance &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fsoftdevices.html"&gt;the Blinky Client&lt;/a&gt;, but remove everything that has to do with establishing a connection.&lt;/p&gt;
&lt;p&gt;Note that I&amp;#39;m not intimately familiar with Eddystone beacons, so if they are something else than ordinary advertising devices, you may need additional guidance. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>