<?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>How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52487/how-do-i-make-receiver-application-which-scans-the-beacons-in-the-vicinity</link><description>I have developed a beacon application which transmits the required data from an analog device. I want one more application which scans the transmitted information from the transmitter beacon . So basically we can call it as multiple beacon scanner or</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Nov 2019 06:48:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52487/how-do-i-make-receiver-application-which-scans-the-beacons-in-the-vicinity" /><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/221202?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 06:48:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83bba038-4af4-4b2b-9c85-d897d5a82c27</guid><dc:creator>Jaydev Borkar</dc:creator><description>&lt;p&gt;Thanks for the timely help ! got the solution&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211750?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2019 09:33:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7cbcd7c-9ab4-4ca9-8ef4-bcbe7cf3a76a</guid><dc:creator>awneil</dc:creator><description>[quote userid="83202" url="~/f/nordic-q-a/52487/how-do-i-make-receiver-application-which-scans-the-beacons-in-the-vicinity/211487"]My beacon name shows N/A(Nordic)[/quote]
&lt;p&gt;I think the &amp;quot;N/A&amp;quot; just means that your device is not advertising any name at all - &amp;quot;N/A&amp;quot; = &amp;quot;Not Available&amp;quot;.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s probably adding the &amp;quot;(Nordic)&amp;quot; because it&amp;#39;s getting that from the Manufacturer-Specific Data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211747?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2019 09:29:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9e134cc-26a0-4ded-a163-24c2c922a43e</guid><dc:creator>awneil</dc:creator><description>[quote userid="83202" url="~/f/nordic-q-a/52487/how-do-i-make-receiver-application-which-scans-the-beacons-in-the-vicinity/211487"]So u mean I need to add ble_advertising.c , ble_conn_state.c , ble_db_discovery.c from ble_app_multilink central in my receiver project ?[/quote]
&lt;p&gt;Not necessarily.&lt;/p&gt;
&lt;p&gt;I mean that you need to spend time studying the code in the Multilink example (or any other example) to see how it handles the advertising events, and how to access the data in them.&lt;/p&gt;
&lt;p&gt;From there, you can work out what you need to do in your own application.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re just doing a beacon scanner, you won&amp;#39;t be connecting - so highly unlikely that you&amp;#39;ll need anything from&amp;nbsp;&lt;span&gt;ble_conn_state.c or ble_db_discovery.c !&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211730?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2019 08:54:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df343925-6ca2-40f5-b57b-65ba0af0b6bb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Jaydev Borkar"]So u mean I need to add ble_advertising.c , ble_conn_state.c , ble_db_discovery.c from ble_app_multilink central in my receiver project ?[/quote]
&lt;p&gt;I do not see why you would need to add these files for a simple scanner. I am not 100% sure what you are asking for. If you want a very simple BLE scanner example, you can refer to for instance &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/38260/how-to-get-the-scan-response-datafor-the-center/149047#149047"&gt;this post&lt;/a&gt;. This does not use the SDK can module, so you have to do filtering yourself (which may be simpler).&lt;/p&gt;
[quote user="Jaydev Borkar"]My beacon name shows N/A(Nordic) . What do I give as input for scanning device name ?[/quote]
&lt;p&gt;You can filter on any information that is in the advertising packet. If you put the name (which you have not done in this case), then you can filter on that. Or you can filter on some UUID. Or you can filter on MAC address. Or just some other part of the advertising data that makes sense in your case. It is application dependent and up to you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211487?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2019 09:40:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4e8e23d-45dc-46b6-a68d-0a830b8f96e1</guid><dc:creator>Jaydev Borkar</dc:creator><description>&lt;p&gt;So u mean I need to add ble_advertising.c , ble_conn_state.c , ble_db_discovery.c from ble_app_multilink central in my receiver project ? I see that the Multilink_central scans for the device name . Such as Nordic_Blinky . I need to change it as per my beacon name.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/4276.beacon.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My beacon name shows N/A(Nordic) . What do I give as input for scanning device name ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211228?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 12:00:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:705ca68a-0bc4-4f0a-af94-ffa8546d927d</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Go on.&lt;/p&gt;
&lt;p&gt;You said you&amp;#39;ve used the&amp;nbsp;&lt;span&gt;ble_app_multilink_central - it has to use the events to know when it&amp;#39;s seen an Advertisement!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hint: look for functions with names suggesting&amp;nbsp; &amp;quot;event handler&amp;quot; ...&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Use RTT or UART to put out log messages so that you can see what&amp;#39;s happening.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211225?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:56:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54c53912-ae66-4690-8654-8e115f1a1bb7</guid><dc:creator>Jaydev Borkar</dc:creator><description>&lt;p&gt;Thanks . Can you please let me know the examples which use Scan Report Events.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211208?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:20:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79e81730-6787-4813-87a7-c70a7eb2afbd</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;As mentioned, the data is in the Advertising packets.&lt;/p&gt;
&lt;p&gt;So look at the code which handles the&amp;nbsp;Scan Report events ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211206?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:11:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:725d64d9-b117-4daf-b5df-3c64d1399b05</guid><dc:creator>Jaydev Borkar</dc:creator><description>&lt;p&gt;Thanks for the link . I have used the same example to transmit the data . Now am stuck at receiving the same data using receiver .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211205?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:09:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c0f2723-38ef-4498-a223-846855762723</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;A beacon basically just advertises - so your Central just needs to scan for Advertisements, and get the Advertising Data data from those Advertisements.&lt;/p&gt;
&lt;p&gt;beacon example:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_beacon.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_beacon.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211202?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:05:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56b4e305-8970-4bf9-bfbf-3db111aaee8c</guid><dc:creator>Jaydev Borkar</dc:creator><description>&lt;p&gt;I have tried with Blinky example as peripheral and ble_app_multilink_central as central device. I had flashed blinky code in one module and the central code in another . The central master could control the LED&amp;#39;s in first module. But the blinky application is service based. I am afraid beacon is not service based communication.So is there any other go ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I make receiver application which scans the beacons in the vicinity ?</title><link>https://devzone.nordicsemi.com/thread/211197?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 10:59:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:386285a3-634c-43e6-b021-e6c692ec7e2e</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;That would be a &lt;strong&gt;Central&lt;/strong&gt; in BLE terms - so look at the BLE Central examples in the SDK ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>