<?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>Authentication process</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41332/authentication-process</link><description>Hello folks, 
 I&amp;#39;m newbie on NRF, I have NRF51422 with Keil IDE and I want to create a mesh network on that kit which will continuously broadcast the data of sensors to the connected phones via BLE, It may be Temperature sensor or something else. 
 Actual</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Dec 2018 09:44:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41332/authentication-process" /><item><title>RE: Authentication process</title><link>https://devzone.nordicsemi.com/thread/161830?ContentTypeID=1</link><pubDate>Fri, 14 Dec 2018 09:44:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bb8ecc8-e9a5-44c2-be82-41ee92aaec2f</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;If you only want pairing, you can have a look at the &lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/nRF5_SDK/v12-3-0/ble_sdk_app_nus_eval" rel="noopener noreferrer" target="_blank"&gt;UART example&lt;/a&gt; we have in the SDK.&lt;/p&gt;
&lt;p&gt;You can also do bonding, this can be done after the devices are paired. Bonding means that&amp;nbsp;&lt;span&gt;the devices store the keys that have already been exchanged when they paired and use those again the next time they connect.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You want your device to act as a peripheral, right? We don&amp;#39;t have an example that let a peripheral connect to multiple centrals for nRF51. But you can look at this &lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/nRF5_SDK/v14-0-0/ble_sdk_app_multiperipheral" rel="noopener noreferrer" target="_blank"&gt;example&lt;/a&gt;, it is from a newer SDK but it might give you an idea of how to do it.&lt;/p&gt;
&lt;p&gt;Just a heads up, in our later SDKs for Mesh, support for nRF51 series is being dropped. You can still build the examples using CMake build system.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Authentication process</title><link>https://devzone.nordicsemi.com/thread/161579?ContentTypeID=1</link><pubDate>Thu, 13 Dec 2018 04:53:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46eb717b-8359-4f23-8bba-c014cd733d3d</guid><dc:creator>Huzaifa</dc:creator><description>&lt;p&gt;Yeah I learned about the whitelisting, but I want a mechanism like bluetooth pairing between devices.&lt;/p&gt;
&lt;p&gt;If it possible please guide me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Do you want to have multple phones connected simultaneously?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I want to connect in that way with single module transmit to multiple phones.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Authentication process</title><link>https://devzone.nordicsemi.com/thread/161511?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 16:25:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91996ee2-9c76-46e2-b139-dc9e8709532d</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Do you want to have some kind of passkey? You can also consider whitelisting,&amp;nbsp;it&amp;nbsp;&lt;span&gt;is used to restrict connection or scanning from any other than predetermined (known) devices.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you want to have multple phones connected simultaneously?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Authentication process</title><link>https://devzone.nordicsemi.com/thread/161108?ContentTypeID=1</link><pubDate>Tue, 11 Dec 2018 04:24:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:abc23682-410a-4be9-abcc-bc0bdf7480a5</guid><dc:creator>Huzaifa</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/mttrinh"&gt;Mttrinh&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your reply,&lt;/p&gt;
&lt;p&gt;Basically I want to send the data to the multiple device which are connected to the NRF module.&lt;/p&gt;
&lt;p&gt;Later I will proceed towards the creation of the mesh network.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Authentication process</title><link>https://devzone.nordicsemi.com/thread/160997?ContentTypeID=1</link><pubDate>Mon, 10 Dec 2018 13:19:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:366df545-94ec-4384-9149-f3b6f35d36c7</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m a little bit confused on what you want to do. Do you want to create a &lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-0-0/md_doc_introduction_basic_concepts" rel="noopener noreferrer" target="_blank"&gt;Bluetooth Mesh Network&lt;/a&gt;, or do you want to send data from your device to multiple phones via BLE? Can you give me more details about your use-case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>