<?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 switch example not working on custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30183/light-switch-example-not-working-on-custom-board</link><description>Hi all, 
 I am using segger studio , i am trying to run examples of mesh alpha sdk that nordic provides. I can able to dump the code on board successfully. But if i try to dump light switch client example on my custom board, I will not be able to get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 24 Mar 2018 04:39:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30183/light-switch-example-not-working-on-custom-board" /><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/125826?ContentTypeID=1</link><pubDate>Sat, 24 Mar 2018 04:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7873447e-d988-4683-8f81-679c4447a0e3</guid><dc:creator>norin saiyed</dc:creator><description>&lt;p&gt;yes i am successfully compiled the code on nrf51DK and it is working properly. Is there any RAM settings required?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/125666?ContentTypeID=1</link><pubDate>Fri, 23 Mar 2018 08:40:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01444f3b-53c2-4856-a8b6-7514d17cdb3e</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;OK. It would be beneficial to rule out any problems with the code before looking further into the&amp;nbsp;RL52822-A1 module. Could you compile both the server and client on nRF51 DKs and verify that it works?&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/124894?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 06:11:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af445ca7-50a2-4971-953b-2f64d0cf3c53</guid><dc:creator>norin saiyed</dc:creator><description>&lt;p&gt;i have made changes as per post but still did not&amp;nbsp; get anything working.. client&amp;nbsp; always shows no device provisioned. I am using RL52822-A1 module&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/124693?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 08:10:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0221ed19-982b-44e7-aae1-b958ea0d1d10</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi Norin,&lt;/p&gt;
&lt;p&gt;Please take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29698/clock-config-of-the-mesh-sdk-1-0"&gt;this post&lt;/a&gt;&amp;nbsp;for details.&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/124682?ContentTypeID=1</link><pubDate>Fri, 16 Mar 2018 05:13:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8159bc06-2a80-4d2d-8eb2-ce40a3edd84f</guid><dc:creator>norin saiyed</dc:creator><description>&lt;p&gt;How can i use internal crystal oscillator?? What changes are require in code to make use of internal crystal ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/120126?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 14:22:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6472a0a5-04a2-431c-8ef5-7f680c5c4bf8</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;OK.&amp;nbsp;We suspect there might be an issue with the accuracy of the crystal oscillator used in the Radioland board.&amp;nbsp;We recommend that you develop with one of the official Nordic Development kits as it makes troubleshooting easier.&lt;/p&gt;
&lt;p&gt;However, you could try changing the required accuracy of the crystal in firmware:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;examples/nrf_mesh_sdk.c line 191
nrf_clock_lf_cfg_t lfc_cfg = {NRF_CLOCK_LF_SRC_XTAL, 0, 0, NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}; &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can find the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s130.api.v2.0.1%2Fgroup___n_r_f___c_l_o_c_k___l_f___x_t_a_l___a_c_c_u_r_a_c_y.html&amp;amp;resultof=%22NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM%22%20"&gt;valid defines&lt;/a&gt; in Infocenter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/120101?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 12:31:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02fe9101-cbd3-4369-b6d3-7a922c310b3b</guid><dc:creator>norin saiyed</dc:creator><description>&lt;p&gt;no i don&amp;#39;t get any error messages. and i follow all the steps mentioned in&amp;nbsp; above link. i dump client code on&amp;nbsp; NRF51 development board and server on my custom board..on client side i receive no device provisioned.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/120096?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 12:26:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7cda4c7-b628-44db-bcda-0b5ae4c930a5</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Are you getting any error messages? Did you follow all the steps in&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v1.0.1%2Fmd_doc_getting_started_how_to_build.html"&gt;Building the mesh stack&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/120080?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 10:23:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffb3c3aa-7a8f-4b81-91ec-48c69ea639f6</guid><dc:creator>norin saiyed</dc:creator><description>&lt;p&gt;yes i have tried.. it is working properly&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light switch example not working on custom board</title><link>https://devzone.nordicsemi.com/thread/120078?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 10:17:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a14c3df9-b5f2-46ac-87c5-6a4a43fa3d1b</guid><dc:creator>ketil</dc:creator><description>&lt;p&gt;Hi Norin,&lt;/p&gt;
&lt;p&gt;Could you try to program one of the &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.3.0%2Fexamples_ble_peripheral.html&amp;amp;cp=4_0_5_4_2_2"&gt;BLE Peripheral examples from the SDK&lt;/a&gt; and see if that works?&lt;/p&gt;
&lt;p&gt;Ketil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>