<?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>light control mesh example not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25360/light-control-mesh-example-not-working</link><description>I&amp;#39;m trying to set up a ble mesh with 3 servers and 1 client on an nrf52 PCA10040 dev kit. Upon debugging, I&amp;#39;m getting an error that says: &amp;#39;64, APP_ERROR: C:\Users\sesa463145\Desktop\BLE\nrf5_SDK_for_Mesh_v0.9.2-Alpha\examples\light_control\client\src</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Sep 2017 04:16:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25360/light-control-mesh-example-not-working" /><item><title>RE: light control mesh example not working</title><link>https://devzone.nordicsemi.com/thread/99950?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2017 04:16:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97ab3661-c42b-464a-b046-a8694a550005</guid><dc:creator>rahul</dc:creator><description>&lt;p&gt;When I compile serial_bearer.c ,  it says &amp;#39;variably modified &amp;#39;static_assert&amp;#39; at file scope&amp;#39; against the following line:
NRF_MESH_STATIC_ASSERT(offsetof(serial_packet_t, length) == 0);&lt;/p&gt;
&lt;p&gt;Also I keep getting &amp;#39;not in RUNNING state&amp;#39; every time I do a button press on the nrf52 devkit.
what should I do?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light control mesh example not working</title><link>https://devzone.nordicsemi.com/thread/99951?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2017 14:52:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5a021a9-7cbe-423e-846b-80279439a698</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can change the server/client count using the defined &lt;code&gt;SERVER_COUNT&lt;/code&gt; and &lt;code&gt;CLIENT_COUNT&lt;/code&gt; in main.c of the light_control_client. The debug message about app_ram_base is only informal. You can change the start address of the app RAM by changing the setting &amp;quot;Section Placement Macros&amp;quot; in SES. What error do you get when compiling &amp;quot;serial_bearer.c&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light control mesh example not working</title><link>https://devzone.nordicsemi.com/thread/99947?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2017 07:28:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e013befc-a643-4e02-8095-a7deb3eca672</guid><dc:creator>rahul</dc:creator><description>&lt;p&gt;It also generates this while trying to debug: &amp;#39;app_ram_base should be adjusted to 0x200019C0&amp;#39;.
when button entry is tried, it says &amp;quot;not in RUNNING state&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light control mesh example not working</title><link>https://devzone.nordicsemi.com/thread/99949?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2017 06:30:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a56e7dd-18c4-4909-93f1-d975837f6b7d</guid><dc:creator>rahul</dc:creator><description>&lt;p&gt;I also get this error while building:
Compiling ‘serial_bearer.c’&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light control mesh example not working</title><link>https://devzone.nordicsemi.com/thread/99948?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2017 06:28:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d0ba7c4-6a14-446c-ada7-946322ee1880</guid><dc:creator>rahul</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for the prompt response. I had erased the previous build and reset the boards before trying to provision it again since the error shows up invariably on every attempt made. Also I&amp;#39;d like to know if it is mandatory for there to be 3 servers and one client or is it possible to provision with just 2 servers/1 server and a client for the same example?&lt;/p&gt;
&lt;p&gt;Sincerely
Rahul&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: light control mesh example not working</title><link>https://devzone.nordicsemi.com/thread/99946?ContentTypeID=1</link><pubDate>Fri, 22 Sep 2017 14:23:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6cf5d36-b773-4c3c-9267-a3273aaf6bad</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In &lt;code&gt;nrf5_SDK_for_Mesh_v0.9.2-Alpha\examples\light_control\client\src\main.c:301&lt;/code&gt;, there is a call to &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v0.9.2/group__DEVICE__STATE__MANAGER__KEYS.html#ga5fc7c25df6a637219147bd27c528f8bb"&gt;&lt;code&gt;dsm_devkey_add()&lt;/code&gt;&lt;/a&gt;. Error code 15 corresponds to &lt;code&gt;NRF_ERROR_FORBIDDEN&lt;/code&gt;, which according to the API documentation means &lt;em&gt;&amp;quot;The given device key has already been added before&amp;quot;&lt;/em&gt;. Are you trying to provision an allready provisioned device?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>