<?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>How to persistently save and load values in a mesh project?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70985/how-to-persistently-save-and-load-values-in-a-mesh-project</link><description>Dear Mesh Experts. As of 2021, using nRF5_SDK_17.0.2 and nRF5_SDK_for_Mesh_v4.2.0: What&amp;#39;s the simplest way to persistently save and load some values in a mesh project? 
 Google recommends FDS (Flash Data Storage) library or flash_manager. What&amp;#39;s your</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Jan 2021 11:11:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70985/how-to-persistently-save-and-load-values-in-a-mesh-project" /><item><title>RE: How to persistently save and load values in a mesh project?</title><link>https://devzone.nordicsemi.com/thread/291964?ContentTypeID=1</link><pubDate>Fri, 29 Jan 2021 11:11:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bb369d0-1772-44ab-bab1-b383fe2f6c67</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;I can forward this internally. We always appreciate suggestions on how to improve.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to persistently save and load values in a mesh project?</title><link>https://devzone.nordicsemi.com/thread/291852?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 15:52:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a74b4e5-1b1a-4b0a-b544-497c794dc1ad</guid><dc:creator>BlueMike</dc:creator><description>&lt;p&gt;You know, it would be really useful if the docs would either explain or include a working example of how to setup flash manager, and how to read/write values. The information that&amp;#39;s spread through the various posts here on devzone is pretty much outdated...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to persistently save and load values in a mesh project?</title><link>https://devzone.nordicsemi.com/thread/291795?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 13:09:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:408d9fab-2176-44b3-abeb-d4b4506410cc</guid><dc:creator>BlueMike</dc:creator><description>&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to persistently save and load values in a mesh project?</title><link>https://devzone.nordicsemi.com/thread/291790?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 13:02:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:306245dc-4087-442b-90cd-7cd95fd6c8ff</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;My mistake:&lt;/p&gt;
&lt;p&gt;You can find the flash manager in the latest version of the documentation here: &lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_doc_user_guide_modules_flash_manager.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v5.0.0/md_doc_user_guide_modules_flash_manager.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Manually: &lt;br /&gt;nRF5 SDK for Mesh v.5.0.0 -&amp;gt; Bluetooth mesh stack user guide -&amp;gt; Modules -&amp;gt; Flash manager&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to persistently save and load values in a mesh project?</title><link>https://devzone.nordicsemi.com/thread/291779?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 12:37:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d19ea872-d71c-4ab3-ac60-013e55268a8d</guid><dc:creator>BlueMike</dc:creator><description>&lt;p&gt;Hi Joakim,&lt;/p&gt;
&lt;p&gt;Oddly enough I can&amp;#39;t find Flash manager in neither the 4.2.0 nor the 5.0.0 documentation. Is this intended? (Mesh SDK 1.0.1 (the one you&amp;#39;ve linked to) seems to be a little outdated...)&lt;/p&gt;
&lt;p&gt;So, yesterday I&amp;#39;ve decided for the FDS approach, which is documented, but, &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.2%2Ffds_example.html"&gt;if followed the documentation&lt;/a&gt;, causes the mesh_stack_init() to throw an assertion in flash_manager_add(). In other words: It&amp;#39;s just not working. &lt;br /&gt;A day wasted for something as common as saving and loading a value.... It might not be apparent to you guys, but the mesh documentation is a real big mess: OTA mesh DFU through proxy connection just not possible, but nowhere mentioned. Same here with persistent storage... A lot of information spread all over the place, but to find the one that&amp;#39;s actually relevant and working, you need to get lucky. It&amp;#39;s... frustrating!&lt;/p&gt;
&lt;p&gt;Anyway, I&amp;#39;ll migrate over to flash manager. Do you have a step-by-step tutorial about how to load and save a value? One that just works? It would be very much appreciated.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to persistently save and load values in a mesh project?</title><link>https://devzone.nordicsemi.com/thread/291751?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 11:06:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89a011a3-3462-4f90-a8ee-d91d0348f79c</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Using the nRF5 SDK for Mesh I suggest using the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v1.0.1/md_doc_libraries_flash_manager.html"&gt;Flash Manager&lt;/a&gt; to store data in Flash.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>