<?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 configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50204/mesh-configuration</link><description>Dear support, 
 We have built a ble mesh network running the light_switch_client/server application (mesh sdk 3.1.0). We are using the Android application for provisioning the nodes and configuring the network. From the Android application, we are trying</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Aug 2019 12:14:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50204/mesh-configuration" /><item><title>RE: Mesh configuration</title><link>https://devzone.nordicsemi.com/thread/204501?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2019 12:14:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb1f1fc1-7798-45f9-9643-fdc96e5d84aa</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;I suggest that you take a look at the Publish Retransmit Count definition in the latest version of the Spec. (v1.0.1). The &amp;quot;original message is received&amp;quot; part is removed, and it should be less confusing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh configuration</title><link>https://devzone.nordicsemi.com/thread/204089?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2019 13:07:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d248ab14-c244-4b56-bb99-139b12f9de78</guid><dc:creator>Joakim Jakobsen</dc:creator><description>[quote user=""]P&lt;span&gt;ublish Retransmit Count&lt;/span&gt;[/quote]
&lt;p&gt;&amp;nbsp;So, this is not related to relay-nodes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s about the Access model publication, and you can find the use of it in access.c: line 1256, inside access_model_publish().&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We check if&amp;nbsp;m_model_pool[handle].model_info.publication_retransmit.count &amp;gt; 0 and the call to access_publish_retransmission_message_add() i made.&amp;nbsp;&lt;/p&gt;
[quote user=""]Furthermore, we could not find any clear relation between the value set and the number of messages sent by the client node.[/quote]
&lt;p&gt;&amp;nbsp;I don&amp;#39;t understand what you mean by this. Are you not seeing the number of retransmissions to match the &amp;quot;Retransmit Count&amp;quot;?&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh configuration</title><link>https://devzone.nordicsemi.com/thread/202778?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2019 09:39:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ac2b2d9-f059-466c-abed-f61a24fa66c8</guid><dc:creator>Serge.Ayer</dc:creator><description>&lt;p&gt;Thank you for your answers.&lt;/p&gt;
&lt;p&gt;Since to our understanding the &amp;quot;Network transmit count&amp;quot; is not the same as the &amp;quot;&lt;span&gt;&amp;nbsp;P&lt;/span&gt;&lt;span&gt;ublish Retransmit Count&amp;quot;, then only the &amp;quot;Publish Restransmit Count&amp;quot; can be set from the Android application. But this is somehow related to the other questions and also to the implementation of the sdk, for which answers are still expected.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh configuration</title><link>https://devzone.nordicsemi.com/thread/202648?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 13:24:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11c5de05-5cae-4662-8f13-caeb195a171c</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Got some feedback from our developers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Question 2: Yes, they mean the same, however the latest app to be released will have the names inline.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Question 3. It does set the configuration to the node, and it should work. You need to verify this on the node side.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Question 4. This should work. Could you elaborate on why you believe that &amp;quot;it seems not possible&amp;quot;.?&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh configuration</title><link>https://devzone.nordicsemi.com/thread/202529?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2019 07:44:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40d77cbd-f82d-4d91-b3ab-6f944892b0c7</guid><dc:creator>Serge.Ayer</dc:creator><description>&lt;p&gt;Hello Joakim,&lt;/p&gt;
&lt;p&gt;Thank you for your answer. Waiting for answer to the other questions.&lt;/p&gt;
&lt;p&gt;It is still not clear to me in which case a message can be retransmitted if it is not relaying a message (Relay node) or acting as a Proxy. Could you be more specific on this ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And it is not clear to me why a message sent by the switch client is using the &lt;span&gt;P&lt;/span&gt;&lt;span&gt;ublish Retransmit Count for determining in a way or another the number of times that the message must be sent by the node (as original messages).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Serge&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Mesh configuration</title><link>https://devzone.nordicsemi.com/thread/201667?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2019 15:30:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3804b3a-a841-4b1b-b4a0-dfcd3c39348b</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
[quote user=""]- we understand the P&lt;span&gt;ublish Retransmit Count (4.2.2.6) to be the number of times a relaying node will retransmit a message after it receives the original message.&lt;/span&gt;[/quote]
&lt;p&gt;The Publish Retransmit Count state is the number of times that a message published by a model will be retransmitted after the original message is received. But not specific to a relay node.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Network transmit count is similar but it is how many times a node is sending a message.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""] we understand the Publish Period (4.2.2.2) to be the period (interval) at which status messages are published by a node (no need for a state change).[/quote]
&lt;p&gt;&amp;nbsp;That sounds correct.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For question 2-4, I&amp;#39;ll forward these to our nRF Mesh mobile app developers and get back to you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>