<?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>[SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26354/sdk-mesh-0-9-2-alpha-nrf52832-is-it-possible-to-sleep-reconnect-without-repeated-provisioning</link><description>I want to use several sensors that makes a measurement send the data to server (same as provisioner) and fall asleep. Wake up after 20 minutes and process repeats.
Does all sensors need to be provisioned again by provisioner after wake up?
Is there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Oct 2017 08:29:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26354/sdk-mesh-0-9-2-alpha-nrf52832-is-it-possible-to-sleep-reconnect-without-repeated-provisioning" /><item><title>RE: [SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/thread/103711?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2017 08:29:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9ad2d30-6a65-46ae-87b9-ebd3de1c19ba</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;It&amp;#39;s hard to guarantee mesh operation if there is no guarantee that there will be relays nodes to cover all the network. If the range from a node to the clients doesn&amp;#39;t require any hop, you may want to think about normal BLE/RF solution in which a central scans all the time and server sends data directly when it wakes up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/thread/103712?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2017 13:19:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:778bf07c-c440-4816-8555-4c4ba1328eae</guid><dc:creator>godmode</dc:creator><description>&lt;p&gt;I am aware of Friend node feature. Still we can not use it because all devices will run on batteries. All the devices will go to sleep and then wake up the same time just to send the data. We only update from servers to one client.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/thread/103710?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2017 12:48:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d68c880c-3ccf-465e-adf0-cf03a58b659d</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Seems like you are trying to do Low Power Node without Friend node.&lt;/p&gt;
&lt;p&gt;The problem of this solution is that, if all devices most of the time stay in sleep mode, who will relay the data ?
You would need a number of nodes which provide full coverage to act as relay nodes.&lt;/p&gt;
&lt;p&gt;Also this is only when your data is on single direction, from the server to client, if you want to query data/command from a node, and it&amp;#39;s sleeping, you won&amp;#39;t be able to cache the packet for it when it is waking up.&lt;/p&gt;
&lt;p&gt;Other than that it should work fine, you can hard code configuration&amp;amp;provisioning and let the devices work out of the box.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/thread/103707?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2017 10:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce7422a2-770c-41e2-bca3-1e056a1f8c63</guid><dc:creator>godmode</dc:creator><description>&lt;p&gt;Background: I want to make a network of about 50-100 measurements device&amp;#39;s (servers) and one device (client) that gathers all the data. It is possible that some device&amp;#39;s will run out of battery, so power ups and downs are possible. All devices make measurements in seconds and fall to sleep for 15 minutes. The best would be if all the devices would have static keys, static subscription and publication addresses. As far as I understand reading &amp;quot;Mesh Profile&amp;quot; chapter 3.10.4 &amp;quot;Key refresh procedure&amp;quot; I don&amp;#39;t need that feature even If my device will go down It will be powered up later with same credentials. Subscription/publication addresses won&amp;#39;t change. 3.10.5 &amp;quot;IV Update procedure&amp;quot; do not need the provisioner as long as device is not out of network longer than 48 weeks.
Is it correct for above scenario that I can flash everything and skip provisioner?
@Hung Bui Thank you for your answers!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/thread/103709?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2017 09:26:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:931117e4-f871-453e-8784-b8e5c113e071</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;It is correct, you can do that. As far as you can make sure there won&amp;#39;t be any conflict on the address distributing.&lt;/p&gt;
&lt;p&gt;Provisioner/Configuration client is still needed when you want to do Key Refresh, or re-configure subscription/publication addresses.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/thread/103708?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2017 09:16:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:164db0a4-5bef-4f27-80c7-5f3577e1f649</guid><dc:creator>godmode</dc:creator><description>&lt;p&gt;Yes it is set. I have had a problem with this setting but that is the other story.
Do I understand correctly that provisioning is only needed once to deploy the keys from provisioner/client to servers (light control example) and then after power cycle or sleep provisioner is not needed anymore? If so can I store generated keys and flash them on production stage and skip provisioning?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [SDK Mesh 0.9.2 Alpha] [nRF52832] Is it possible to sleep/reconnect without repeated provisioning?</title><link>https://devzone.nordicsemi.com/thread/103706?ContentTypeID=1</link><pubDate>Fri, 27 Oct 2017 08:58:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6c624d0-ed1c-43ba-aa8d-cf0b247c6d2f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Godmode,&lt;/p&gt;
&lt;p&gt;No, provisioning only needed once. Provisioning and configuration data are already stored in flash by default. Please check if PERSISTENT_STORAGE set = 1 in nrf_mesh_config_core.h&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>