<?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>BLE MESH Light Switch Delay in getting data between client and server sending to a group address</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47244/ble-mesh-light-switch-delay-in-getting-data-between-client-and-server-sending-to-a-group-address</link><description>Hi, 
 I am currently using two nRF52832 SDK boards to implement text message exchange with another nRF52832 SDK board via BLE Mesh SDK 3.1.0 and nRF5_SDK_15.2.0. 
 the data i get from the UART. 
 
 The problem i have with the mesh is that when i send</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 May 2019 13:13:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47244/ble-mesh-light-switch-delay-in-getting-data-between-client-and-server-sending-to-a-group-address" /><item><title>RE: BLE MESH Light Switch Delay in getting data between client and server sending to a group address</title><link>https://devzone.nordicsemi.com/thread/186989?ContentTypeID=1</link><pubDate>Tue, 14 May 2019 13:13:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f96e847-34de-48c5-a6cc-5c2acff0ab4a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would suggest to&amp;nbsp;test using&amp;nbsp;&lt;strong&gt;generic_onoff_client_set_unack()&amp;nbsp;&lt;/strong&gt;instead of&amp;nbsp;&lt;strong&gt;generic_onoff_client_set() &lt;/strong&gt;just to&amp;nbsp;be sure it&amp;#39;s not the response being propagated and can cause network congestion.&lt;/p&gt;
&lt;p&gt;You can try&amp;nbsp; init the log module to print out debug level to find when your message actually sent and when it&amp;#39;s received on access layer:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; __LOG_INIT(LOG_SRC_APP | LOG_SRC_ACCESS | LOG_SRC_BEARER, LOG_LEVEL_DBG1, LOG_CALLBACK_DEFAULT);&lt;/p&gt;
&lt;p&gt;The log &amp;quot;TX:&amp;quot; will be printed out when the message is being sent and &amp;quot;RX:&amp;quot; will be printed when a packet being received.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you see the same thing with unmodified light switch example ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>