<?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>Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37798/mesh-app-provisioner-client</link><description>Hello everyone, 
 I want to develop an android app, which is able to control multiple LED Lamps in a Mesh Network. 
 There is an app for provisioning provided by Nordic. Is it possible, to also set this app up both as a client and a provisioner, so I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Sep 2018 08:06:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37798/mesh-app-provisioner-client" /><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/147496?ContentTypeID=1</link><pubDate>Thu, 06 Sep 2018 08:06:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f3fcad2-e853-4afc-9374-a4149171e8a7</guid><dc:creator>julian.demicoli</dc:creator><description>&lt;p&gt;Hello technical, sorry for my late answer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;- In the&lt;strong&gt; simple_on_off_common.h&lt;/strong&gt; you have to change the opcodes to:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;typedef enum&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIMPLE_ON_OFF_OPCODE_SET = 0x8202,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /**&amp;lt; Simple OnOff Acknowledged Set. */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIMPLE_ON_OFF_OPCODE_GET = 0x8201,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /**&amp;lt; Simple OnOff Get. */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIMPLE_ON_OFF_OPCODE_SET_UNRELIABLE = 0x8203, /**&amp;lt; Simple OnOff Set Unreliable. */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIMPLE_ON_OFF_OPCODE_STATUS = 0x8204&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /**&amp;lt; Simple OnOff Status. */&lt;br /&gt;} simple_on_off_opcode_t;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;- I also changed the ACCESS_COMPANY_ID_NORDIC in &lt;strong&gt;access.h&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define ACCESS_COMPANY_ID_NORDIC (0xFFFF)&lt;/p&gt;
&lt;p&gt;(It was just for testing purposes, you shouldn&amp;#39;t change the nordic ID to the generic ID)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;--&amp;gt; you could also change the&amp;nbsp;#define SIMPLE_ON_OFF_COMPANY_ID &amp;nbsp; 0xFFFF&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;- Last but not least you have to change the simple_on_off_server_model_id in &lt;strong&gt;simple_on_off_server.h&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;#define SIMPLE_ON_OFF_SERVER_MODEL_ID (0x1000)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/146827?ContentTypeID=1</link><pubDate>Fri, 31 Aug 2018 17:33:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bb0bcb6-9287-493c-8570-54fa31057d78</guid><dc:creator>PM Bubblynet</dc:creator><description>&lt;p&gt;Hi! I am trying to provision the dev boards but the light switch uses simple_on_off model and the app uses generic... The example that comes with the provisioning app is for thingy, so thats not so useful... can I ask if you know where I could find the firmware for the dev boards that use generic on off? or how to modify the sample from the sdk for mesh?&lt;/p&gt;
&lt;p&gt;I think I manage to modify the client but I am stuck with the server... :(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/146826?ContentTypeID=1</link><pubDate>Fri, 31 Aug 2018 17:28:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d1c921a-b1da-4b95-a074-d431d485d765</guid><dc:creator>PM Bubblynet</dc:creator><description>&lt;p&gt;Hey Julian,&lt;/p&gt;
&lt;p&gt;Can I ask your help? I am stuck on this issue, the firmwares that comes with the provisioning app are for thingy, and I cant provision the light switch example from the SDK for Mesh for the nRF52 dev boards either... can I ask how did you manage to provision the dev boards with the app? which firmware you used? any chance to share the code? &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/146363?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 15:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4a7381a-d207-430c-b43d-4e83fef4ee3e</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Unfortunately, only GenericOnOff model is supported as of now. If you mean to implement your own model in the nRF Mesh, then no.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/146328?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 13:16:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6eb84808-311f-43b2-a6db-c127156ac600</guid><dc:creator>julian.demicoli</dc:creator><description>&lt;p&gt;Thank you very much, it is working now.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you know if this is also implemented for other models + Are there any APIs/Documentation of the App to implement your own model?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/146311?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 12:43:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bef7a7e0-730b-426b-8e47-98514b87810f</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should be able to turn on the LED of the server with the app. Follow the guide in the link from the previous answer. You have to replace the SimpleOnOff model with the GenericOnOff model, then it will work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/146267?ContentTypeID=1</link><pubDate>Wed, 29 Aug 2018 09:44:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12876c4f-d3e1-4e4b-a9d3-292babb6f107</guid><dc:creator>julian.demicoli</dc:creator><description>&lt;p&gt;Thank you for your answer,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was able to provision two DKs using the Android App. One device has been configured as a Client and one as a Server. I can now control the LED of the Server DK by pressing a button on the Client DK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My Question was if i could skip the Client and directly turn on the LED of the Server by using the Android app. Is it possible to configure an app to be both provisioner and client?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh App Provisioner + Client</title><link>https://devzone.nordicsemi.com/thread/145951?ContentTypeID=1</link><pubDate>Mon, 27 Aug 2018 13:43:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa316a83-b11d-444b-8303-9acf9ebe363b</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF Mesh supports controlling GenericOnOff models. So you should be able to turn on/off a LED on the DK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/34931/provisionning-using-nrf-mesh" target="_blank" rel="noopener noreferrer"&gt;this&lt;/a&gt;, it is for iOS but I think it should be the same with the Android app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>