<?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>Confusion about stack compatibilities</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55596/confusion-about-stack-compatibilities</link><description>Hi, 
 I am a little bit confused about the different supported stack for the nRF52833 when using BLE Mesh. With the current example, there is only support for the S113. Can I somehow also use the S132 or the S140, since it seems, S113 does not support</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Dec 2019 14:57:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55596/confusion-about-stack-compatibilities" /><item><title>RE: Confusion about stack compatibilities</title><link>https://devzone.nordicsemi.com/thread/225424?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2019 14:57:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7324bd03-3160-4837-a0ef-2744a3e18a85</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;nRF5 SDK for Mesh supports the nRF52833 with SoftDevice S140 v7.0.1 or S113 v7.0.1, ref. &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v4.0.0%2Fmd_doc_introduction_mesh_compatibility.html"&gt;Compatibility documentation&lt;/a&gt; on Infocenter.&lt;/p&gt;
&lt;p&gt;What range are you getting, and is it for the ADV bearer or is it for the connections from GATT proxy nodes to e.g. smartphone?&lt;/p&gt;
&lt;p&gt;You can increase reliability of the mesh network by increasing the number of times a packet gets repeated when sent from the originating node, and for how many times a packet gets repeated when relayed by relay nodes. The default setting of 1 repeat is defined in nrf_mesh_config_core.h as CORE_TX_REPEAT_RELAY_DEFAULT (for relaying in relay nodes) and CORE_TX_REPEAT_ORIGINATOR_DEFAULT (for number of repeats from the original sender of the message.) These settings can then be configured to other values trough the configuration model on each node, from the provisioner.&lt;/p&gt;
&lt;p&gt;In addition to the above settings, in the examples in the SDK we use a setting APP_UNACK_MSG_REPEAT_COUNT (usually set in main.c) for repeating unacknowledged messages on the application level.&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>