<?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>secure connect 52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31837/secure-connect-52832</link><description>I urgently need to decide on the use of the chip in future developments and deliveries. There was no problem with the 51822 chip in the connection between 51822 to BlueGiga (using oob), but we want to use a newer chip. I can not establish the same secure</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Mar 2018 09:56:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31837/secure-connect-52832" /><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/124327?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 09:56:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3ca770f-eadc-4b42-a9b0-ce040fd3d990</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I would recommend you&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.2.0%2Flib_crypto.html&amp;amp;anchor=lib_crypto_installing"&gt; to install micro-ecc&lt;/a&gt; and test the example, it only takes a few minutes to do so.&lt;/p&gt;
&lt;p&gt;The NFC data is set in nfc_ble_pair_init() --&amp;gt;nfc_ble_pair_data_set().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/124140?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 11:12:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb5cbcfa-cba6-4aa2-8f05-9601fb06ad80</guid><dc:creator>AndSin</dc:creator><description>&lt;p&gt;is it really difficult to make two examples (central and periphary) for a secure connection using oob? I can not use the proposed examples because they require an additional library.But it&amp;#39;s easy to do two main files with all the settings.Please do it. On your site a huge number of questions on this topic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/124118?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 10:15:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a25ddd07-91e7-4178-bde4-de10ac118be8</guid><dc:creator>AndSin</dc:creator><description>&lt;p&gt;but... &lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class=""&gt;where oob is initialized? (in global struct or functions?)&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/124115?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 10:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11c99a77-6588-42b0-b152-ff69c9b73262</guid><dc:creator>AndSin</dc:creator><description>&lt;p&gt;&lt;span lang="en-US"&gt;Yes look up (log from nRF)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_SEC_PARAMS_REQUEST, bond 1 mitm 1&amp;nbsp; oob 1&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/124106?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 09:31:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1706b631-2dee-4d45-b513-69ef340c42f6</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;PM_EVT_CONN_SEC_PARAMS_REQ is &amp;quot;peer managers&amp;quot; handling of the event&amp;nbsp;BLE_GAP_EVT_SEC_PARAMS_REQUEST. If you are using peer_manager, which we recommend, handling of the pairing/bonding&amp;nbsp; is done by that&amp;nbsp; module and not something that you should take care of.&amp;nbsp; What you need to do is to make sure that the application has the correct security settings according to what security level you want to use, and that pairing/bonding will be initiated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/124100?ContentTypeID=1</link><pubDate>Tue, 13 Mar 2018 09:19:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3735b0c2-dcd7-4363-ad50-b24572879227</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;In the nRF-nRF connction, there is no security setup in the&amp;nbsp; connection. From the above log, I suspect that the peripheral (BlueGiga) initiates pairing by sending a &amp;quot;security request&amp;quot;, where the nRF52832 ble_app_hrs peripheral doesn&amp;#39;t.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the case with BlueGiga, does the central receive the event BLE_GAP_EVT_SEC_REQUEST?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/123959?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 14:16:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffde0ecd-10ed-4faa-b995-e883410275db</guid><dc:creator>AndSin</dc:creator><description>&lt;p&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class=""&gt;where the oob data is stored&lt;/span&gt;&lt;/span&gt; ?&lt;/p&gt;
&lt;p&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class=""&gt;what should the program respond to the event&lt;/span&gt;&lt;/span&gt; (on periph device)&amp;nbsp; on PM_EVT_CONN_SEC_PARAMS_REQ&lt;/p&gt;
&lt;p&gt;sd_ble_gap_sec_params_reply(current_connection, BLE_GAP_SEC_STATUS_SUCCESS, ???,&amp;nbsp; ???)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/123878?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 10:48:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76b3da4d-42e4-4dcb-acb8-cb11ddf227b5</guid><dc:creator>AndSin</dc:creator><description>&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;This is LOG nRF52832(central)&amp;nbsp; connect to BlueGiga:&amp;nbsp; (all working GOOD)&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;I&amp;#39;m using and correct project (central/ble_app_hrs_c).&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Try connect to MAC:4D24C9800700&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Connected to a previously bonded device.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Connected&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: GATT ATT MTU on connection 0x0 changed to 23.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GATTC_EVT_EXCHANGE_MTU_RSP&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_SEC_PARAMS_REQUEST, bond 1 mitm 1&amp;nbsp; oob 1&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_AUTH_KEY_REQUEST&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Data length for connection 0x0 updated to 27.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_DATA_LENGTH_UPDATE&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Connection secured: role: 2, conn_handle: 0x0, procedure: 0.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_CONN_SEC_UPDATE&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Connection secured: role: 2, conn_handle: 0x0, procedure: 1.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_AUTH_STATUS 0&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;" lang="en-US"&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;" lang="en-US"&gt;This is LOG nRF52832 connect to nRF52832 (for second device &lt;span lang="en-US"&gt;I&amp;#39;m using and correct project&lt;/span&gt;&amp;nbsp; periph/ ble_app_hrs)&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Try connect to MAC:6B12F8E4DEDC&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Connected&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: GATT ATT MTU on connection 0x0 changed to 247.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GATTC_EVT_EXCHANGE_MTU_RSP&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: Data length for connection 0x0 updated to 251.&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_DATA_LENGTH_UPDATE&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;a name="_GoBack"&gt;&lt;/a&gt; &lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&amp;lt;info&amp;gt; app: BLE_GAP_EVT_CONN_PARAM_UPDATE&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:108%;margin-bottom:0.28cm;"&gt;&lt;span lang="en-US"&gt;At which stage a secure connection is established. Which command (EVT) is used for this code.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: secure connect 52832</title><link>https://devzone.nordicsemi.com/thread/123850?ContentTypeID=1</link><pubDate>Mon, 12 Mar 2018 09:10:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ef8f43b-e27e-4235-a0e9-b176ed2ad7ac</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;In the SDK there are a some examples showing how to do OOB pairing using NFC. The examples are located in the &amp;nbsp;ble_central/experimental&amp;nbsp;and&amp;nbsp; ble_peripheral/experimental folder, and explained &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.2.0%2Fexamples_nfc.html&amp;amp;cp=4_0_0_4_7"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>