<?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>Frequency of publishing mesh message</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54535/frequency-of-publishing-mesh-message</link><description>Hi, 
 I am working on BLE mesh using nRF52832. I am publishing custom BLE message in a group using generic client model. I am able to publish only one message for every 3 seconds using a timer. If I am publishing it less than 3 seconds, I am getting an</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Nov 2019 05:20:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54535/frequency-of-publishing-mesh-message" /><item><title>RE: Frequency of publishing mesh message</title><link>https://devzone.nordicsemi.com/thread/222207?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2019 05:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffe9f65d-160f-40c3-88e4-70f1d334cd3c</guid><dc:creator>P Sumanth</dc:creator><description>&lt;p&gt;For example take two nodes, node 1 is sending device and node 2 is receiving device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you mentioned above I am sending message frequently for every one second from node 1, but node 2 is only able to receive for once in three seconds. The size of application data is 10 bytes, I would like to know how to receive the data frequently.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequency of publishing mesh message</title><link>https://devzone.nordicsemi.com/thread/222082?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2019 12:37:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20c48b8a-7671-4489-8f6f-660c2a0f81e2</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1.&lt;/p&gt;
&lt;p&gt;You can find more information in this ticket:&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/36389/mesh-unreliable-and-reliable"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/36389/mesh-unreliable-and-reliable&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you add some more information about this. How often to you miss packets? Are multiple nodes missing a packet sent from a single node? Are you sure that the packet is sent at all?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequency of publishing mesh message</title><link>https://devzone.nordicsemi.com/thread/221543?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2019 12:16:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:480478cb-bdb2-4803-b449-48bb75fc5861</guid><dc:creator>P Sumanth</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;I have found out the problem, From the above mentioned thread I got it and able to send frequently.&lt;/p&gt;
&lt;p&gt;1. With out using NRF_MESH_EVT_TX_COMPLETE, If&amp;nbsp;I am sending data less than 8 bytes, I am able to&amp;nbsp;send message for every 1 second, If am sending data more than 8 bytes, it is taking three seconds to send data. How is the reliable packet re-transmitting timeout varies with packet length. Can I know how this is happening??&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. I am also facing one more problem i.e some times data is not received by other&amp;nbsp;nodes even they are in near&amp;nbsp;to sending devices&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Sumanth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Frequency of publishing mesh message</title><link>https://devzone.nordicsemi.com/thread/221362?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 14:36:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7311d921-b7a1-438a-8849-5d8912786eb5</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have much information about your application so it&amp;#39;s hard to say what is causing this error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are sending a reliable message that isn&amp;#39;t replied to, this message might occur. &lt;span&gt;A reliable packet will be re-transmitted 3 times (configurable) before it&amp;#39;s timeout. If you try to send another packet before this, you can get the Device busy error.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please take a look at this previous thread:&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/43897/how-to-use-nrf_mesh_evt_tx_complete-to-stop-device-busy-condition-mesh-3-1-s140-nrf52840"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/43897/how-to-use-nrf_mesh_evt_tx_complete-to-stop-device-busy-condition-mesh-3-1-s140-nrf52840&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&amp;nbsp;&lt;br /&gt;Joakim&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>