<?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 to pair exact two nrf52832 central and peripheral.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37814/how-to-pair-exact-two-nrf52832-central-and-peripheral</link><description>Hello, 
 I have two nrf52832 own boards. First is BLE_central receiver, second is BLE_peripheral transmiter. 
 SDK 15, SD-140. 
 I need to pair specyfic transmiter with specyfic receiver for few pairs of them. 
 I cant find any example or tutorial how</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Aug 2018 13:58:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37814/how-to-pair-exact-two-nrf52832-central-and-peripheral" /><item><title>RE: How to pair exact two nrf52832 central and peripheral.</title><link>https://devzone.nordicsemi.com/thread/146344?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 13:58:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f117601a-db88-477e-943d-70d67ce3f20f</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;This is probably because you are changing the&amp;nbsp;128-bit vendor-specific UUID of the Nordic UART Service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pair exact two nrf52832 central and peripheral.</title><link>https://devzone.nordicsemi.com/thread/146342?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 13:57:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b1e5477-55f8-44aa-9f82-d27a84bed904</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;If you have multiple peripheral devices with the same application, it won&amp;#39;t be enough to just have the UUID. Since the central will scan for devices with matching UUID.&amp;nbsp;You could also scan for name or peer address, have a look at this &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_hrc.html?cp=4_0_1_4_1_0_1" target="_blank" rel="noopener noreferrer"&gt;example&lt;/a&gt;. The&amp;nbsp;BLE_UUID_NUS_RX_CHARACTERISTIC is like it says in the comment &amp;quot;the UUID of the RX characteristic&amp;quot;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pair exact two nrf52832 central and peripheral.</title><link>https://devzone.nordicsemi.com/thread/145930?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 12:18:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53c935e0-b2d9-4e21-91c4-28ecdc0aaa4b</guid><dc:creator>n.izdebski</dc:creator><description>&lt;p&gt;I have&amp;nbsp;NUS_BASE_UUID&amp;nbsp; both on central and pherypheral devices -&amp;nbsp;{{0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0, 0x93, 0xF3, 0xA3, 0xB5, 0x00, 0x00, 0x40, 0x6E}}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When i change for example last bajt&amp;nbsp;&lt;span&gt;0x6E to 0x01 on both there is no data receiving then. Where is mistake in my thinking?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pair exact two nrf52832 central and peripheral.</title><link>https://devzone.nordicsemi.com/thread/145886?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 10:22:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6538b961-fefd-4506-9ff4-6a70984df065</guid><dc:creator>n.izdebski</dc:creator><description>&lt;p&gt;#define BLE_UUID_NUS_SERVICE 0x0001 /**&amp;lt; The UUID of the Nordic UART Service. */&lt;br /&gt;#define BLE_UUID_NUS_RX_CHARACTERISTIC 0x0002 /**&amp;lt; The UUID of the RX Characteristic. */&lt;br /&gt;#define BLE_UUID_NUS_TX_CHARACTERISTIC 0x0003&lt;span&gt;/**&amp;lt; The UUID of the TX Characteristic. */&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I see that&amp;nbsp; i con match&amp;nbsp;&lt;span&gt;BLE_UUID_NUS_SERVICE&amp;nbsp;adress on peripheral and central. But what is&amp;nbsp;BLE_UUID_NUS_RX_CHARACTERISTIC.?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pair exact two nrf52832 central and peripheral.</title><link>https://devzone.nordicsemi.com/thread/145883?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 10:16:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f99b5ec-7735-4f68-ae7a-f065beac14c2</guid><dc:creator>n.izdebski</dc:creator><description>&lt;p&gt;Yea, im using this examples as basic for my application.&amp;nbsp;Matching UUISs both central and peripheral in one pair of devices is enough to avoid pairing another peripheral same application?&amp;nbsp;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to pair exact two nrf52832 central and peripheral.</title><link>https://devzone.nordicsemi.com/thread/145867?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 09:09:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44a200d0-da18-4f11-9c0c-197f35d5075b</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have a look at &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_nus_c.html?cp=4_0_1_4_1_0_7" target="_blank" rel="noopener noreferrer"&gt;UART central example&lt;/a&gt; and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_nus_eval.html?cp=4_0_1_4_1_2_24" target="_blank" rel="noopener noreferrer"&gt;UART peripheral example&lt;/a&gt;. Is it what you are looking for?&lt;/p&gt;
&lt;p&gt;The central application will scan and connect to peripheral devices that advertises with a specific UUID in its advertisement report, that is NUS UUID in this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>