<?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>Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60779/server-publishing-messages-every-minute</link><description>Good day, 
 
 I am using the ANNA-B112 BLE device from ublox in a custom design. The ANNA-B112 interfaces with a host MCU over UART. The ANNA=B112 is flashed with Soft Device S132 and is set up for mesh networking. 
 The way my design works, is that Host</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 May 2020 08:57:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60779/server-publishing-messages-every-minute" /><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/249626?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 08:57:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f0dd47e-32bb-490e-bf4a-98588374d55f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Yes, your understanding is correct. The friend node has to be main powered.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But I&amp;#39;m not sure why you need a mesh network if your network is comprised of only a &amp;quot;central&amp;quot; node and a few &amp;quot;server&amp;quot; nodes that inside the central&amp;#39;s range. It&amp;#39;s a star network and you can easily do it with normal Bluetooth Low Energy. This would make it much more simple. And the client/central node can run on low energy as well.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/249601?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 07:04:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb3019ce-b685-41fc-b9a8-95e1f5c3ef15</guid><dc:creator>nish</dc:creator><description>&lt;p&gt;Hi Hung,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have been reading on the LPN feature and network topology that include LPN&amp;#39;s &amp;amp; normal nodes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From my understanding, in order to use the LPN feature, you are required to have a Friend node. This friend node can for example be the light switch server example , does this mean that the friend node will be permanently powered?&lt;br /&gt;&lt;br /&gt;In my use case, I actually have one Client node and three servers nodes. All nodes are supposed to run off a battery and should be sleeping and wake up periodically to send a message to the client.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If I understand correctly, in order to use LPN feature, I will need one friend node that is permanently powered and that friend node has a friendship with each server node as well as the client node.&amp;nbsp;&lt;br /&gt;Please advise if this is the correct network topology for my use case?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/247934?ContentTypeID=1</link><pubDate>Mon, 04 May 2020 14:33:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a40470d-46f0-4af8-a5ac-6483ccef3295</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Nishant,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From SDK v4.1 LPN has been pulled out of experimental.&amp;nbsp;&lt;br /&gt;When it&amp;#39;s experimental it meant that it&amp;#39;s not fully tested and not qualified. But please use the latest SDK v4.1 if possible.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/247560?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2020 12:43:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64b261fb-0ba8-4777-b776-b797b6df1169</guid><dc:creator>nish</dc:creator><description>&lt;p&gt;Thanks Hung,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I initially started from the Light Switch example and have built my firmware a long way from there.&amp;nbsp;&lt;br /&gt;My question is, that i see the LPN has only an &amp;quot;experimental&amp;quot; example. What exactly would be involved to now convert my project to use LPN instead of normal?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/247551?ContentTypeID=1</link><pubDate>Thu, 30 Apr 2020 12:30:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b037d8f-b2ec-4d73-888a-074d45bc06db</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;That can help a little bit as the sequence number will not be increased on each reset a&amp;nbsp;&lt;span&gt;NETWORK_SEQNUM_FLASH_BLOCK_SIZE. But it will still end up in the same situation if you don&amp;#39;t keep the device long enough to receive and perform IV index update.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you plan to have the device running on battery, you should&amp;nbsp;use set it up as LPN node instead of normal node.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m still waiting for the reply from our team.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/247304?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2020 11:17:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c2c58c7-d4c8-4dc3-a18d-ea51ce4d4cff</guid><dc:creator>nish</dc:creator><description>&lt;p&gt;Hi Hung,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Since the mesh node should stay powered all teh time, Would calling nrf_mesh_disable() and then putting the NRF to sleep (as opposed to power off), and then wake up from external interrupt and&amp;nbsp;nrf_mesh_enable() work? Will the NRF do a chip reset on wake up? or will it continue from where it went to sleep?&lt;/p&gt;
&lt;p&gt;Thus hopefully meaning the chip will not reset, and hence the sequence number will not reach the maximum so quickly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/247281?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2020 10:05:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02725280-5242-47d1-98ce-73f1b4d340de</guid><dc:creator>nish</dc:creator><description>&lt;p&gt;Hi Hung,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am using Mesh SDK 3.2.0 and&amp;nbsp;nRF5_SDK_15.3.0_59ac345.&lt;br /&gt;In our application we are running our device off a battery and thus require to unpower the NRF52 MCU to preserve battery.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I shall await for further feedback from you .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Server Publishing messages every minute</title><link>https://devzone.nordicsemi.com/thread/247269?ContentTypeID=1</link><pubDate>Wed, 29 Apr 2020 09:47:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d016627-decc-430a-8c5b-c7a07cad998b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi NIshant,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Could you let me know the SDK version you are using ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The reason you are getting this issue is that the IV update was not performed resulting in the sequence number reached max sequence number. And the root cause was that your device was sleeping most of the time and didn&amp;#39;t catch or didn&amp;#39;t perform an IV index update.&lt;/p&gt;
&lt;p&gt;Normally a mesh node is designed to stay active and listen all the time. For your use, a LPN node is a better solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I&amp;#39;m checking with the team to see what would be the best solution for this.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>