<?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>lightcontrol demo in Bluetooth Mesh SDK v0.9.1-alpha, why is there &amp;quot;Not in RUNNING state&amp;quot; on RTT?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23911/lightcontrol-demo-in-bluetooth-mesh-sdk-v0-9-1-alpha-why-is-there-not-in-running-state-on-rtt</link><description>Hi there,
I have four nRF52 DKs, 52832 board. I make one board as client and three boards as server. After flashing corresponding softdevice and application firmware, they can start to run.
But after provisioning, I tried to press button to control</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 31 Jul 2017 06:23:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23911/lightcontrol-demo-in-bluetooth-mesh-sdk-v0-9-1-alpha-why-is-there-not-in-running-state-on-rtt" /><item><title>RE: lightcontrol demo in Bluetooth Mesh SDK v0.9.1-alpha, why is there "Not in RUNNING state" on RTT?</title><link>https://devzone.nordicsemi.com/thread/94110?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2017 06:23:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b86b7f84-bd93-44b8-a8d3-f972aa290d55</guid><dc:creator>Thomas Stenersen</dc:creator><description>&lt;p&gt;Hi Ameer,&lt;/p&gt;
&lt;p&gt;Setting the &lt;code&gt;SERVER_COUNT&lt;/code&gt; to 1 works if you have less than three servers available. Note that other parameters in the &lt;code&gt;nrf_mesh_config_app.h&lt;/code&gt; in the &lt;code&gt;examples/light_control/client/include&lt;/code&gt; directory aren&amp;#39;t scaled with the &lt;code&gt;SERVER_COUNT&lt;/code&gt;. E.g., with only one server, you really only need 1 element, 2 models (configuration client and 1 light control client) and 1 device key.&lt;/p&gt;
&lt;p&gt;Best,&lt;br /&gt;
Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lightcontrol demo in Bluetooth Mesh SDK v0.9.1-alpha, why is there "Not in RUNNING state" on RTT?</title><link>https://devzone.nordicsemi.com/thread/94114?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2017 05:18:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e30d6d43-ef5c-4b1c-aa56-8ab61b29d816</guid><dc:creator>kren</dc:creator><description>&lt;p&gt;After re-flashing servers firmware, they can work well, one client and three server.
Thanks for the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lightcontrol demo in Bluetooth Mesh SDK v0.9.1-alpha, why is there "Not in RUNNING state" on RTT?</title><link>https://devzone.nordicsemi.com/thread/94112?ContentTypeID=1</link><pubDate>Sun, 30 Jul 2017 23:50:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:badd37d1-2288-40e3-a421-f6ccad248763</guid><dc:creator>kren</dc:creator><description>&lt;p&gt;I think it&amp;#39;s a good idea, I may try to set SERVER_COUNT as 2. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lightcontrol demo in Bluetooth Mesh SDK v0.9.1-alpha, why is there "Not in RUNNING state" on RTT?</title><link>https://devzone.nordicsemi.com/thread/94111?ContentTypeID=1</link><pubDate>Sun, 30 Jul 2017 13:51:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:375e598d-546d-4f96-8a98-64f457c98c09</guid><dc:creator>Ameer.Sheik</dc:creator><description>&lt;p&gt;Hi kren,&lt;/p&gt;
&lt;p&gt;while testing following Demo &amp;quot;lightcontrol demo in Bluetooth Mesh&amp;quot;.  i am also facing same issue then i did some small changes in source code then it working  properly&lt;/p&gt;
&lt;p&gt;in the Client side program i did the change in &amp;quot;#define SERVER_COUNT (3)&amp;quot; instead of 3 i put 1 because i am using two nRF51-DK board..then  it working fine&lt;/p&gt;
&lt;p&gt;Note&lt;/p&gt;
&lt;p&gt;@Nordic Developer Zone Community member please correct me if i did anything is wrong in above code changes&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ameer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: lightcontrol demo in Bluetooth Mesh SDK v0.9.1-alpha, why is there "Not in RUNNING state" on RTT?</title><link>https://devzone.nordicsemi.com/thread/94113?ContentTypeID=1</link><pubDate>Sat, 29 Jul 2017 09:38:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fae28809-0820-4c8b-83b6-98c90055bf34</guid><dc:creator>Thomas Stenersen</dc:creator><description>&lt;p&gt;Hi kren,&lt;/p&gt;
&lt;p&gt;From the client log, it seems like only two servers are being provisioned and configured. The client will not transition to the running state until all three servers are provisioned and configured.&lt;/p&gt;
&lt;p&gt;Could one of the servers have a pre-stored configuration? If the applications are compiled with &lt;code&gt;#define PERSISTENT_STORAGE 1&lt;/code&gt;, provisioning data will be stored in flash and not erased across power cycles. Use&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog -e
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;on each device to erase all the flash memory, then re-flash the firmware again.&lt;/p&gt;
&lt;p&gt;Best,&lt;br /&gt;
Thomas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>