<?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>mesh2.0 coexistance with SDK15. Problem node configuartion</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33997/mesh2-0-coexistance-with-sdk15-problem-node-configuartion</link><description>Materiel and software use : 
 SDK mesh 2.0.0 
 SDK 15.0.0 
 NRF52832 with PCA10040 x5 
 
 Situation : 
 I would like to implement this network : 
 
 I follow the instruction of the tutorial : Coexistence with nRF5 SDK BLE functionality (Doc v2.0.0) 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Jun 2018 13:48:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33997/mesh2-0-coexistance-with-sdk15-problem-node-configuartion" /><item><title>RE: mesh2.0 coexistance with SDK15. Problem node configuartion</title><link>https://devzone.nordicsemi.com/thread/137924?ContentTypeID=1</link><pubDate>Wed, 27 Jun 2018 13:48:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d317c58-31ee-4f42-9fd2-0d4a99bc47b3</guid><dc:creator>Jui-Chou (Rick) Chung</dc:creator><description>&lt;p&gt;Hello Collet,&lt;/p&gt;
&lt;p&gt;I would assume this results from the heap region reservation in the memory.&lt;/p&gt;
&lt;p&gt;Since in the ble_central example, the default setting for the heap is &amp;quot;0&amp;quot;, but SAR transaction which needs by sending composition data need to use heap.&lt;/p&gt;
&lt;p&gt;Please check this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/35699/merging-ble_app_blinky_c-with-mesh-ligth_switch_server-fails-on-sending-composition-data-on-configuration-process-nrf_error_no_mem/137758#137758" rel="noopener noreferrer" target="_blank"&gt;thread&lt;/a&gt;, hope this can do help :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mesh2.0 coexistance with SDK15. Problem node configuartion</title><link>https://devzone.nordicsemi.com/thread/131335?ContentTypeID=1</link><pubDate>Tue, 08 May 2018 09:42:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:337d8a07-69e5-4c1d-8589-6161bc92555b</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The light switch proxy client example show how to set up a BLE connection in combination with Mesh. In that connection, the device is a BLE peripheral, however, it could be a starting point.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mesh2.0 coexistance with SDK15. Problem node configuartion</title><link>https://devzone.nordicsemi.com/thread/131136?ContentTypeID=1</link><pubDate>Mon, 07 May 2018 07:52:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12133156-4fb7-4fec-be13-90692de8621c</guid><dc:creator>Collet</dc:creator><description>&lt;p&gt;Hi, thanks for your answer.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve check during the week end with this values :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define MIN_CONNECTION_INTERVAL     MSEC_TO_UNITS(100, UNIT_1_25_MS)    /**&amp;lt; Determines minimum connection interval in millisecond. */
#define MAX_CONNECTION_INTERVAL     MSEC_TO_UNITS(200, UNIT_1_25_MS)   /**&amp;lt; Determines maximum connection interval in millisecond. */

#define MIN_CONNECTION_INTERVAL     MSEC_TO_UNITS(250, UNIT_1_25_MS)    /**&amp;lt; Determines minimum connection interval in millisecond. */
#define MAX_CONNECTION_INTERVAL     MSEC_TO_UNITS(500, UNIT_1_25_MS)   /**&amp;lt; Determines maximum connection interval in millisecond. */

#define MIN_CONNECTION_INTERVAL     MSEC_TO_UNITS(500, UNIT_1_25_MS)    /**&amp;lt; Determines minimum connection interval in millisecond. */
#define MAX_CONNECTION_INTERVAL     MSEC_TO_UNITS(1000, UNIT_1_25_MS)   /**&amp;lt; Determines maximum connection interval in millisecond. */
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;With each test i ve try with this two value&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define SCAN_INTERVAL 0x00A0&lt;br /&gt;#define SCAN_WINDOW&amp;nbsp; &amp;nbsp;0x0050&lt;/p&gt;
&lt;p&gt;and&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define SCAN_INTERVAL 0x0400&amp;nbsp;&lt;br /&gt;#define SCAN_WINDOW 0x000A&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve change the value of&amp;nbsp;MAX_CONN_INTERVAL&amp;nbsp; and&amp;nbsp;MIN_CONN_INTERVAL in the blinky peripheral.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve always the same error in each test. The mesh node client isn&amp;#39;t configure and I&amp;#39;ve the timeout in the provisionner&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: mesh2.0 coexistance with SDK15. Problem node configuartion</title><link>https://devzone.nordicsemi.com/thread/130916?ContentTypeID=1</link><pubDate>Fri, 04 May 2018 06:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9a09864-9cce-463c-b80e-3465502e49c3</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Could you try to increase the minimum accepted connection interval of ble_app_blinky to at least 100 ms? If that doesn&amp;#39;t work, you can try to increase it even more, 250 ms or 500ms.&amp;nbsp; The co-existence examples (SDK 14.2) in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/29108/how-to-add-mesh-into-nrf5-sdk-v14-1-ble-application"&gt;this &lt;/a&gt;thread uses a minimum connection interval of 500 ms.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>