<?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 change DEVICE_NAME by nRF Connect APP?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64815/how-to-change-device_name-by-nrf-connect-app</link><description>Device: nRF52832 
 SoftDevice: S132, 7.0.1 
 SDK: 16.0.0 
 I want change DEVICE_NAME by nRF Connect APP, then I add below code, but I found it die here &amp;quot;wait_for_flash_ready&amp;quot;. 
 Can&amp;#39;t call nrf_fstorage_write functions in ble_evt_handler function? 
 Or</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 18 Aug 2020 02:11:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64815/how-to-change-device_name-by-nrf-connect-app" /><item><title>RE: How to change DEVICE_NAME by nRF Connect APP?</title><link>https://devzone.nordicsemi.com/thread/264967?ContentTypeID=1</link><pubDate>Tue, 18 Aug 2020 02:11:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e3e2e76-7353-4503-9131-dd8f6923000f</guid><dc:creator>role_2099</dc:creator><description>&lt;h1 class=" d-flex flex-wrap flex-items-center break-word f3 text-normal"&gt;I found that the source code of this code warehouse is more effective, it referred to the TCS service in thingy52.&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://github.com/jimmywong2003/nrf5-modify-device-parameter-through-host"&gt;https://github.com/jimmywong2003/nrf5-modify-device-parameter-through-host&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change DEVICE_NAME by nRF Connect APP?</title><link>https://devzone.nordicsemi.com/thread/264658?ContentTypeID=1</link><pubDate>Fri, 14 Aug 2020 15:09:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e47d9b2-0a59-4027-9109-ba41aa9964f0</guid><dc:creator>role_2099</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;Thanks for your advice, because my hardware is in office, I&amp;#39;ll try it on 17th, August.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change DEVICE_NAME by nRF Connect APP?</title><link>https://devzone.nordicsemi.com/thread/264585?ContentTypeID=1</link><pubDate>Fri, 14 Aug 2020 09:37:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:880515b8-861e-4386-9aeb-6a62a5889089</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;The fstorage callback will become blocked when you run wait_for_flash_ready() inside the ble_evt_handler() because they share the same interrupt priority, and I think the solution here is to simply remove the &amp;quot;wait_for_flash_ready(&amp;amp;fstorage);&amp;quot;&amp;nbsp; line name_store(). You may perform the reset when you receive the write success event in your fstorage callback instead.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>