<?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 light switch Server example convertion from NRF52840 DK to NRF52840 Dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53475/mesh-light-switch-server-example-convertion-from-nrf52840-dk-to-nrf52840-dongle</link><description>Hello, 
 I&amp;#39;ve tried to convert the mesh light switch server example from NRF52840 DK to Dongle following this post. 
 Unfortunately that doesn&amp;#39;t work. 
 I&amp;#39;ve changed the BOARD_PCA10056 to BOARD_PCA10059 Preprocessor definition and added the additional</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Dec 2019 13:30:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53475/mesh-light-switch-server-example-convertion-from-nrf52840-dk-to-nrf52840-dongle" /><item><title>RE: Mesh light switch Server example convertion from NRF52840 DK to NRF52840 Dongle</title><link>https://devzone.nordicsemi.com/thread/223351?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2019 13:30:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:650d5b07-d208-427a-8875-98425fb8ed92</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Quite some time has passed, have you gotten any further in the mean time, or have anything to add?&lt;/p&gt;
&lt;p&gt;Have you tried the example provided in the other thread that you linked to, and did that one work as expected? That other example seems to work fine in my end.&lt;/p&gt;
&lt;p&gt;For figuring out where the issue is with your ported example, I am afraid you must do a debug session. You can connect to the Dongle with a TagConnect cable, or by soldering cables onto the correct pads on the Dongle, then connect to a J-Link programmer (e.g. the debug out port of a DK.)&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh light switch Server example convertion from NRF52840 DK to NRF52840 Dongle</title><link>https://devzone.nordicsemi.com/thread/216177?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 12:54:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3710eee4-e85d-4d9a-81a5-8bdb79915415</guid><dc:creator>ClassMP</dc:creator><description>&lt;p&gt;Hi Terje,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve attached a screenshot.&lt;/p&gt;
&lt;p&gt;I think it&amp;#39;s the identification of the device itself never ends!&lt;/p&gt;
&lt;p&gt;The button in top bar never changed from &amp;quot;Identifying&amp;quot; to the &amp;quot;Provision&amp;quot; button after clicking the &amp;quot;Identify&amp;quot; button. Also the &amp;quot;Element Count&amp;quot; and the other &amp;quot;Identifcation&amp;quot; data never shown.&lt;/p&gt;
&lt;p&gt;When I use the NRF52840 DK the &amp;quot;light switch server&amp;quot; code works fine. The identification process ends after a few seconds and I can&amp;nbsp;execute the&amp;nbsp;&amp;quot;Provision&amp;quot; button.&lt;/p&gt;
&lt;p&gt;As I described before, I used the &amp;quot;light switch server&amp;quot; mesh example to get it running on NRF52840 Dongle. Changed the Preprocessor definition and the other code in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46656/problem-in-setting-nrf-52840-dongle-as-proxy-server-for-light-switch-example"&gt;this&lt;/a&gt;&lt;span&gt;&amp;nbsp;post.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you&amp;#39;ve sucessfully converted the example to the NRF52840 Dongle?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_7654.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Marco&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh light switch Server example convertion from NRF52840 DK to NRF52840 Dongle</title><link>https://devzone.nordicsemi.com/thread/216163?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 12:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15e6c425-703f-4746-a369-3e7be3db0610</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What do you mean by &amp;quot;the identifying process never ends&amp;quot;? I am afraid I only have experience from Android, but the way it works is you first gets the device to identify itself, and after that the button changes to a &amp;quot;provision&amp;quot; button or similar, which you tap to continue the process. Is there no such option presented in the app?&lt;/p&gt;
&lt;p&gt;A more detailed description of what you do and what happens (and what you expected to happen) would be great! Especially a description of how it behaves differently from an unmodified example from the SDK, running on a DK.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>