<?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>activate pass on nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7016/activate-pass-on-nrf51822</link><description>how I can to activate the password on nRF51822 for connect to BLE?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Nov 2015 12:40:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7016/activate-pass-on-nrf51822" /><item><title>RE: activate pass on nRF51822</title><link>https://devzone.nordicsemi.com/thread/24754?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2015 12:40:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f1953f5-2dd7-40aa-ad5b-91b6b75586e6</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What are you testing this with? Are you actually pairing? Please use MCP or nRF MCP. If you want to use nRF UART you need to change the permission of the attributes permissions with BLE_GAP_CONN_SEC_MODE_SET_ENC_WITH_MITM(), like &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-app-uart-static-passkey/blob/master/ble_nus.c"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: activate pass on nRF51822</title><link>https://devzone.nordicsemi.com/thread/24753?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2015 18:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff219f1e-e937-4668-92f7-584db945d6e0</guid><dc:creator>vineeshvs</dc:creator><description>&lt;p&gt;Same here also. It doesn&amp;#39;t give prompt for passkey. I opened the project from the directory &lt;code&gt;ble_app_uart_static_passkey_ver2\pca10028\s110\arm5_no_packs&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;@Nomi: Any luck?
@Petter Myhre: Any suggestions&lt;/p&gt;
&lt;p&gt;I am using nRF51822AA MDBT40 chip from Raytac&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: activate pass on nRF51822</title><link>https://devzone.nordicsemi.com/thread/24752?ContentTypeID=1</link><pubDate>Sat, 29 Aug 2015 09:30:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c886750-78b1-49e1-a943-5b5d4a283bd2</guid><dc:creator>Nomi</dc:creator><description>&lt;p&gt;just copy pasted your code to my project but it did not asked for a static pass. it works as a ble_app_uart_example with no static pass key&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: activate pass on nRF51822</title><link>https://devzone.nordicsemi.com/thread/24751?ContentTypeID=1</link><pubDate>Mon, 18 May 2015 09:20:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3d45c93-15d6-4ed9-9056-b99fc930dcd5</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;The BLE Pairing Algorithms are described in Vol 3, Part H, Section 2.3.5 in the Bluetooth Core specification, v4.2.&lt;/p&gt;
&lt;p&gt;In short, you need to set that MITM protection is required in the GAP security parameters (see the ble_gap_sec_params_t struct). Then the IO capabilities of the devices will be used in the pairing process. Table 2.9 displays what IO combinations that will trigger a passkey entry. I&amp;#39;m assuming you are using a nRF51 DK, this doesn&amp;#39;t have a keyboard or display, so NoInputNoOutput should be used as IO capability. This does not however trigger a passkey entry.&lt;/p&gt;
&lt;p&gt;You could however set the IO capability to DisplayOnly and set the passkey to a static value. Then you don&amp;#39;t need to actually display the key to know what it is. Please see &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a01073.html"&gt;this&lt;/a&gt; MSC.&lt;/p&gt;
&lt;p&gt;I have added this static passkey functionality in the ble_app_uart example in SDK 8.1.0, please examine &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8078.ble_5F00_app_5F00_uart_5F00_static_5F00_passkey.rar"&gt;this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Edit 21.05.2015: Fixed a mistake in the project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: activate pass on nRF51822</title><link>https://devzone.nordicsemi.com/thread/24750?ContentTypeID=1</link><pubDate>Thu, 14 May 2015 08:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ecde937-35dc-4757-bdcb-e29f78966fcc</guid><dc:creator>hayden92</dc:creator><description>&lt;p&gt;Sorry, yes I wanted to say passkey. I´m running S110, and trying connect a smart phone.&lt;/p&gt;
&lt;p&gt;I need a secure connection, I want a passkey to connect the smart phone to the nRF5122.&lt;/p&gt;
&lt;p&gt;I hope I have been more specific.
Thanks for yor help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: activate pass on nRF51822</title><link>https://devzone.nordicsemi.com/thread/24749?ContentTypeID=1</link><pubDate>Wed, 13 May 2015 13:33:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0485a4ba-56af-401b-a37b-7dd94d33f3b2</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Do you mean passkey? Could you be a bit more specific regarding your setup? What are you running on the nRF51822? S110? What are you connecting it to? A smart phone? PC? Have you connected anything to the nRF51822 so you can input or display a passkey?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>