<?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>Development of Beacon &amp;amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52703/development-of-beacon-scanner-using-nrf</link><description>Hi 
 I was trying to build Beacon scanner application .using nrf52 Dongle as a beacon and and nrf52840 DK as a scanner to scan the beacons Kindly please guide me as im new to this thechnology 
 kindly provide me sample code for reference and what possible</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 24 Oct 2019 13:21:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52703/development-of-beacon-scanner-using-nrf" /><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/216643?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 13:21:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a7b9aef-00db-4c76-8c41-46e5e573f689</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry, but why do you need to send this twice, is it due to the range between the beacon and the central DK or what?&lt;/p&gt;
&lt;p&gt;In any case, you can take a look at the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fble_sdk_app_rscs_relay.html&amp;amp;cp=5_1_4_2_1_2"&gt;BLE Relay example&lt;/a&gt; to see how to relay data from a peripheral, via a device to a central that is further away. This example should be quite straight forward to implement to your use case.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/216474?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2019 04:36:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83a3a48a-0a29-49e4-9f4b-11a07c9d6853</guid><dc:creator>kaushik24psl</dc:creator><description>&lt;p&gt;Hi, Beacon data is being scanned by the scanner and this scanner data needs to be advertised again and needs to be captured by another DK..kindly guide me how to go about it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/215277?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 11:58:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2662d06a-5859-4755-b549-9d84f25ff8f7</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You can, for example, use the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver&lt;/a&gt; from Nordic, and connect something like the nRF52 Dongle (which can be used as the scanner, or just a receiver that gets the scanner data from your actual scanners) to the Raspberry Pi which can then be used to process the scanner data and send it to the server. I don&amp;#39;t have any Raspberry Pi examples I&amp;#39;m afraid, but &lt;a href="https://github.com/search?q=raspberry+pi+MQTT+gateway&amp;amp;type=Repositories"&gt;GitHub &lt;/a&gt;or a &lt;a href="https://www.raspberrypi.org/forums/"&gt;Raspberry Pi forum&lt;/a&gt; should be your friend on that matter.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/215193?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 04:27:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2cf190d-dcfb-4cb3-b6f7-b433d7a6aa1c</guid><dc:creator>kaushik24psl</dc:creator><description>&lt;p&gt;Thank You very much for your timely support .&lt;/p&gt;
&lt;p&gt;If i am using Pi as gateway can you guide me regarding nordic scanner connections with pi.As in how to interface this two devices with BLE&amp;nbsp; and get advertised data in Raspberry pi.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;kindly guide me regarding libraries need to be used&lt;/li&gt;
&lt;li&gt;Also u can provide sample code if available for interfacing BLE&lt;/li&gt;
&lt;li&gt;Provide me some references&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/215088?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2019 13:01:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ce2e1bf-c9f3-4a03-b1e3-6ea5f764140f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Okay, thank you for clarifying!&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t recommend using the nRF52840DK for a gateway like this. It would be way easier to send the beacon scanner data onwards to a &lt;a href="https://www.raspberrypi.org/products/"&gt;Raspberry Pi&lt;/a&gt; or similar and use that as a gateway instead.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/214950?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2019 06:31:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7e378f4-7100-4cc2-93fc-01ec5725e50d</guid><dc:creator>kaushik24psl</dc:creator><description>&lt;p&gt;We dont require to use nRF cloud and this server .we have another server with which MQTT based connection should happen.&lt;/p&gt;
&lt;p&gt;Here I have already developed beacon scanner application now that data which is advertised should get scaned by gateway and than it should it should post on our server using MQTT.&lt;/p&gt;
&lt;p&gt;any possible soultion plz rever&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/214949?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2019 06:08:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c801b5b-f1d0-403e-a63f-c29f2699390c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry, but I think I&amp;#39;ll need some more information here. A gateway to what exactly? We do have &lt;a href="https://github.com/nRFCloud/gateway-common"&gt;examples/source code for a gateway to nRFCloud,&lt;/a&gt; but I&amp;#39;m not sure if this is the server you want to send to. Please specify what you&amp;#39;re after, and I&amp;#39;ll try to help you.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/214722?ContentTypeID=1</link><pubDate>Mon, 14 Oct 2019 04:18:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a16dde8-a927-4c74-aec9-1247de176c1f</guid><dc:creator>kaushik24psl</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for providing me relevent references which solved my&amp;nbsp; problem of scanner system&lt;/p&gt;
&lt;p&gt;Now im moving on to making a Gateway using Nordic 52840 DK&lt;/p&gt;
&lt;p&gt;operation of Gateway should be such that it should detect the no of scanners in it visinity and detrmine the data and further post it to the server.&lt;/p&gt;
&lt;p&gt;kindly provide me some help&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Development of Beacon &amp; Scanner using nrf</title><link>https://devzone.nordicsemi.com/thread/212484?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2019 08:59:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2d8b792-c5ed-4e05-9fb2-7807f59cee5c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;On the Infocenter, you can download our SDK, which includes examples for both a BLE beacon (peripheral) called ble_app_beacon, and multiple central applications that should be able to configure to scan for beacons. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/21098/is-there-a-beacon-scanner-example-project"&gt;This post&lt;/a&gt; describes how you can modify the ble_app_uart_c example to scan for beacons for example.&lt;/p&gt;
&lt;p&gt;In order to make the beacon example compatible with your nRF52840 Dongle, you&amp;#39;ll have to follow the &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt;nRF52 Dongle programming tutorial&lt;/a&gt;, which shows you how to adapt a BLE example for the Dongle and flash.&lt;/p&gt;
&lt;p&gt;In &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop"&gt;nRF Connect for Desktop&lt;/a&gt;, you can also flash a scanner onto the nRF52840 DK by launching the Bluetooth Low Energy app, and confirm that you want to program the device.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>