<?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>Nordic Mesh 2.2.0 Lightswitch example. controlling the lights through multiple mobile application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41348/nordic-mesh-2-2-0-lightswitch-example-controlling-the-lights-through-multiple-mobile-application</link><description>Hi, 
 
 I&amp;#39;m using Nordic Mesh 2.2.0 Lightswitch example. 
 is there possibility of controlling the mesh from a Mobile application which is not a provisioner (basically not part of the mesh n/w ) 
 
 For example: I have provisioned and configured lights</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Dec 2018 15:53:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41348/nordic-mesh-2-2-0-lightswitch-example-controlling-the-lights-through-multiple-mobile-application" /><item><title>RE: Nordic Mesh 2.2.0 Lightswitch example. controlling the lights through multiple mobile application</title><link>https://devzone.nordicsemi.com/thread/162716?ContentTypeID=1</link><pubDate>Thu, 20 Dec 2018 15:53:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de7a423c-2a8a-412c-9f18-f2d6759b759d</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;What I meant was that you don&amp;#39;t&amp;nbsp;necessarily have to provision the mobile application. For a device to be able to communicate in the mesh network, they will need to have access to the network key and app key.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To get access to these keys, you can either provision the phone or&amp;nbsp;share these keys some other way. In this case your family won&amp;#39;t have access to the provisioner. A solution could be instead of storing the provisioning data locally on the phone, it can be stored on a cloud solution for example. You can then have an app that have access to this cloud and get a hold of the keys. The important part is to have some sort of authentication in the app, so that not anybody can access the cloud and get the keys.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Mesh 2.2.0 Lightswitch example. controlling the lights through multiple mobile application</title><link>https://devzone.nordicsemi.com/thread/161983?ContentTypeID=1</link><pubDate>Mon, 17 Dec 2018 06:43:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1665346e-5c69-4c5a-ae50-09f84d873b4a</guid><dc:creator>Pavan_Hr</dc:creator><description>&lt;p&gt;can you please elaborate this. Because as par as my understanding goes, the unprovisioned devices cannot communicate in the mesh. How can the security be given if any mobile application could control my lighting setup?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Mesh 2.2.0 Lightswitch example. controlling the lights through multiple mobile application</title><link>https://devzone.nordicsemi.com/thread/161458?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 13:23:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5396c15f-6005-4dd8-964c-9a644612b1f4</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;No, you don&amp;#39;t have to provision it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Mesh 2.2.0 Lightswitch example. controlling the lights through multiple mobile application</title><link>https://devzone.nordicsemi.com/thread/161407?ContentTypeID=1</link><pubDate>Wed, 12 Dec 2018 11:34:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e952d37e-33a2-4ace-88e9-38f31d4ac6ad</guid><dc:creator>Pavan_Hr</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it like the mobile application also has to be provisioned when all the lights and switches are provisioned?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic Mesh 2.2.0 Lightswitch example. controlling the lights through multiple mobile application</title><link>https://devzone.nordicsemi.com/thread/161049?ContentTypeID=1</link><pubDate>Mon, 10 Dec 2018 15:45:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63ad7945-d4f3-4601-9e9a-97b4385f1a6c</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can control the Mesh from a Mobile application using the proxy feature. Letting your phone act as a proxy client it will have an address in the network and acts like any other mesh device,&amp;nbsp;&lt;span&gt;but sends all its mesh communication over a BLE connection to a Proxy Server, which relays it into the mesh. You can&amp;#39;t do this with nRF Mesh at the moment so you have to develop your own app.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will also suggest you to have a look at the &lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/Mesh_SDK/v3-0-0/md_examples_sdk_coexist_ble_app_uart_coexist_README" rel="noopener noreferrer" target="_blank"&gt;SDK UART coexistence example&lt;/a&gt;&amp;nbsp;and &lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/Mesh_SDK/v3-0-0/md_doc_getting_started_how_to_nordicSDK" rel="noopener noreferrer" target="_blank"&gt;Integrating Mesh into nRF5 SDK examples&lt;/a&gt;, this will allow you to create a BLE link and send messages over UART.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>