<?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 communication from server to client</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33759/light-switch-example-communication-from-server-to-client</link><description>Dear all, 
 I have two nRF52 Preview DK boards with the SoC nRF52840. I am testing the light switch example on both boards. I have changed the light_switch_server, such that after pressing &amp;quot;Button1&amp;quot; the server send a message to the client, unfortunately</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Jul 2019 04:38:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33759/light-switch-example-communication-from-server-to-client" /><item><title>RE: Light Switch example communication from server to client</title><link>https://devzone.nordicsemi.com/thread/195786?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2019 04:38:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3de03c3e-682e-46bb-8c8f-b306b16e4225</guid><dc:creator>surya_mp</dc:creator><description>&lt;p&gt;can this is implemented using the new SDK version?&lt;/p&gt;
&lt;p&gt;mesh 3.1.0&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Light Switch example communication from server to client</title><link>https://devzone.nordicsemi.com/thread/129934?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 12:01:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f3ad3c3-bdc7-4dcf-bc0e-7300568b5337</guid><dc:creator>rcosta</dc:creator><description>&lt;p&gt;Problem solved! The problem was on the following function:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;static const access_opcode_handler_t m_opcode_handlers[] =
{
    {{SIMPLE_ON_OFF_OPCODE_STATUS, ACCESS_COMPANY_ID_NORDIC}, handle_status_cb},
    {{SIMPLE_ON_OFF_OPCODE_DATA, SIMPLE_ON_OFF_OPCODE_DATA}, handle_data_cb}
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The company ID is wrong, this should be &amp;quot;ACCESS_COMPANY_ID_NORDIC&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>