<?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>Bluetooth mesh group reply</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42251/bluetooth-mesh-group-reply</link><description>Hi! 
 In a Bluetooth mesh, we would like to get a feedback message from a group of nodes, via a reply message, after sending a message to the group. 
 The Bluetooth blog writes: &amp;quot;Messages may be sent as replies to other messages, or they may be unsolicited</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Jan 2019 10:51:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42251/bluetooth-mesh-group-reply" /><item><title>RE: Bluetooth mesh group reply</title><link>https://devzone.nordicsemi.com/thread/164871?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 10:51:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faf3d076-57d7-4634-a429-846d2a659fde</guid><dc:creator>TYRI</dc:creator><description>&lt;p&gt;Hi Joakim!&lt;/p&gt;
&lt;p&gt;Thank you for your answer. You&amp;#39;re right, P is supposed to send feedback back to S and I wrote the wrong address for feedback, it should be C000, i.e.:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;- have S send an unacknowledged message to C001, at which point node P is publishing its feedback message to C000, which is then received by S&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;----&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Let me rewrite the question: In short, we would like to get feedback from a group of nodes back to the sender.&lt;/p&gt;
&lt;p&gt;We tried two cases for feedback when the nodes in a group received a message:&lt;/p&gt;
&lt;p&gt;- let all nodes in the group simply reply to sender&lt;/p&gt;
&lt;p&gt;- let all nodes in the group publish to another &amp;quot;feedback group&amp;quot;, which the sender is subscribing to&lt;/p&gt;
&lt;p&gt;But in both cases, the problem seems to be that feedback messages are not arriving from every node in the group (even with as little as 5 nodes in the group, at least one message may be lost). So how can we ensure that this conflict does not occur? Even though we&amp;#39;re reducing the number of nodes in the group that send a feedback message, how many would be too many?&lt;/p&gt;
&lt;p&gt;I suppose our question boils down to a more technical solution to avoid message congestion.&lt;/p&gt;
&lt;p&gt;- Could it help to send messages at random delays from multiple nodes shifted? (which we&amp;#39;ve tried without much success)&lt;/p&gt;
&lt;p&gt;- Is there any lower-level support for resending a message if it doesn&amp;#39;t arrive (even though it&amp;#39;s unacknowledged)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth mesh group reply</title><link>https://devzone.nordicsemi.com/thread/164848?ContentTypeID=1</link><pubDate>Thu, 10 Jan 2019 09:23:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3282c8ef-e37c-4bed-a11d-7713f1595c78</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to understand what you setup looks like, but I might be misunderstanding.&lt;/p&gt;
[quote user=""]- have S send an unacknowledged message to C001, at which point node P is publishing its feedback message to C001, which is then received by S[/quote]
&lt;p&gt;If Node S sends an unack&amp;#39;ed message to C001, Node P (subscribing to C001?) will publish a feedback message back to C001?&lt;br /&gt;Do you want the other nodes subscribing to C001 to relay the message to Node S?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, If you want to send something to a group, you should use access_model_publish (unreliable message). You still can receive response from multiple nodes if you configure those nodes to publish to your unicast address or to the group address you subscribed to. &lt;/p&gt;
[quote user=""]How is the situation handled if the publishing node P is lost or replaced[/quote]
&lt;p&gt;I would handle this by having more than one single node sending a response. That way, if the node is lost, there is still other nodes sending a response. &lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>