<?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>Beaconing and periodic Pairing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78480/beaconing-and-periodic-pairing</link><description>I have two nRF52832 feather boards. Trying to set a simple connection between them so that board 1 sends beacons and board 2 receive them. Every few minutes, board 1 pair with board 2 and receive some data to update some data in board 1. 
 Are there any</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Aug 2021 08:54:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78480/beaconing-and-periodic-pairing" /><item><title>RE: Beaconing and periodic Pairing</title><link>https://devzone.nordicsemi.com/thread/325427?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 08:54:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86996071-0477-4b59-aa0f-c9b53ecb2d02</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Please check out our &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt;Dongle Programming tutorial,&lt;/a&gt; it explains how you can easily edit pca10056 projects to fit the pca10059.&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: Beaconing and periodic Pairing</title><link>https://devzone.nordicsemi.com/thread/325367?ContentTypeID=1</link><pubDate>Tue, 17 Aug 2021 16:42:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:064ae146-bacb-4b2a-b040-1d603bf12ea1</guid><dc:creator>Kaveh.M</dc:creator><description>&lt;p&gt;My Board 2 is nRF52840 Dongle PCA10059. None of the examples in&amp;nbsp;nRF5_SDK_17.0.2_d674dde\examples\ble_central folder are developments for PCA10059. How can I use code for other boards in this folder for my pca10059? I want my dongle receive beacons and print it to the serial port.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaconing and periodic Pairing</title><link>https://devzone.nordicsemi.com/thread/325018?ContentTypeID=1</link><pubDate>Mon, 16 Aug 2021 07:36:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:862688d1-e32f-47e6-9d8b-e2eefe8f12f9</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have a beacon scanner example in our SDK, but most examples shouldn&amp;#39;t need too many modifications to be able to scan for beacon devices. Please check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/67550/beacon-scanner-example"&gt;this case&lt;/a&gt;, where this is explained by my colleague Terje.&lt;/p&gt;
&lt;p&gt;Please note that this scanner probably won&amp;#39;t need to be uninitialized and initialized with new configurations, as a scanner should be able to both detect beacons and connectable devices.&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: Beaconing and periodic Pairing</title><link>https://devzone.nordicsemi.com/thread/324888?ContentTypeID=1</link><pubDate>Fri, 13 Aug 2021 14:41:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c2890de-096c-4113-b543-b5c92c97c4e5</guid><dc:creator>Kaveh.M</dc:creator><description>&lt;p&gt;Thanks. How about the other board#2. My board2 is nRF52840 dongle. Are there examples to&amp;nbsp;program dongle&amp;nbsp;as a receiver of beacons for the period board1 is beaconing and then upon board1 connection request (timer based), this dongle pair with board1 (feather) and communicate some data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beaconing and periodic Pairing</title><link>https://devzone.nordicsemi.com/thread/324669?ContentTypeID=1</link><pubDate>Thu, 12 Aug 2021 12:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b86fb0e5-eb1f-464d-94ce-2101a07cf1fa</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;The distinguishing feature of a beacon is usually that only broadcasts data, and does not accept connections. A &amp;quot;connectable beacon&amp;quot; will just be a normal BLE peripheral. If you want it to advertise as a beacon for a time, and then switch to connectable, you will need to stop advertising and reinitialize the advertising module with &amp;quot;connectable&amp;quot; settings. I&amp;#39;m afraid we don&amp;#39;t have any examples doing exactly this already, but you can check out the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_multiperipheral.html"&gt;BLE multiperipheral application&lt;/a&gt; and try implementing the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_beacon.html"&gt;beacon feature &lt;/a&gt;so the device switches between beacon and &amp;quot;connectable&amp;quot; mode. Either by the press of a button, or a timer/event being called.&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>