<?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>I want to connect 2 nrf52 to each other every time without pairing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79787/i-want-to-connect-2-nrf52-to-each-other-every-time-without-pairing</link><description>I want to pair 2 nrf52 to each other, automatically whenever they are powered ON. Please help</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Sep 2021 07:42:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79787/i-want-to-connect-2-nrf52-to-each-other-every-time-without-pairing" /><item><title>RE: I want to connect 2 nrf52 to each other every time without pairing</title><link>https://devzone.nordicsemi.com/thread/330175?ContentTypeID=1</link><pubDate>Mon, 20 Sep 2021 07:42:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:753ea1bd-8e09-44a7-8110-85a3381065db</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;In order for the central to only initiate connections with a specific device you should&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Flib_ble_scan.html&amp;amp;anchor=scan_filters"&gt;use scanning filters&lt;/a&gt; on the central so that it filters out any non-target device advertisings, and only attempts to connect if the filter(s) are matched. The peripheral needs to be set up so that its advertisements matches the filter requirements of the central device, and that it advertises as CONNECTABLE.&lt;br /&gt;&lt;br /&gt;You could see this demonstrated in some of the ble_peripheral and ble_central examples from the SDK. For instance, take a look at how &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_nus_c.html"&gt;the Nordic UART central&lt;/a&gt;&amp;nbsp;scans for &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_nus_eval.html"&gt;Nordic UART peripheral devices&lt;/a&gt; advertising the name NORDIC_UART, and connects to it if found.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>