<?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>Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89554/downgrading-device-manager-app</link><description>I have implemented DFU according to this description . However suddenly it stopped working. I have &amp;quot;Sending the request timed out&amp;quot; after VALIDATING State. 
 I suspect that problem occurs in newer version of Device Manager which is 1.2.3 for iOS. 
 How</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Jul 2023 13:54:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89554/downgrading-device-manager-app" /><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/435017?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2023 13:54:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3f82d4f-33da-4b0a-ae62-2a8811b3a6a5</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for the update.&amp;nbsp;Please create a separate ticket for the question regarding memory optimization. It would also be helpful if you included&amp;nbsp;the current configuration settings used in your build. The configuration settings for the bootloader are found in &amp;lt;build folder&amp;gt;/mcuboot/zephyr/.conf and in&amp;nbsp;&lt;span&gt;&amp;lt;build folder&amp;gt;/zephyr/.conf for the app.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/434690?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2023 11:57:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e60b9d20-b576-41d6-990e-2ac31df453f0</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;Thanks for confirmation, indeed image upload on smp_srv sample works without problem. There were some&amp;nbsp;issues in our frmw.&lt;/p&gt;
&lt;p&gt;Currently&amp;nbsp;we have problem with flash consumption. Maybe you could suggest something on how to reduce flash usage of smp_srv sample with BT transport? Some obvious things like removing FS, Stats, Shell, Thread Monitor and Logging I already did, however app with dfu still consumes too much flash.&lt;/p&gt;
&lt;p&gt;MCUboot complains that there is not sufficient space to perform swap using move.&amp;nbsp;We did not change partitioning so that should not be the cause of the problem. However frmw grown up by ~20k when we switched from 2.2.0 to 2.4.0 and integrated configuration&amp;nbsp;from smp_srv sample instead of using old approach.&lt;/p&gt;
&lt;p&gt;There are several more configs which we used to save flash, but they infringe dfu uploading&amp;nbsp;procedure&amp;nbsp;using new sdk. Maybe you&amp;nbsp;add some comment upon those:&lt;/p&gt;
&lt;p&gt;CONFIG_BT_CTLR_DUP_FILTER_LEN=0&lt;br /&gt;CONFIG_BT_CTLR_LE_ENC=n&lt;br /&gt;CONFIG_BT_DATA_LEN_UPDATE=n&lt;br /&gt;CONFIG_BT_CTLR_CHAN_SEL_2=n&lt;br /&gt;CONFIG_BT_CTLR_MIN_USED_CHAN=n&lt;br /&gt;CONFIG_BT_CTLR_PRIVACY=n&lt;/p&gt;
&lt;p&gt;Update: Setting&amp;nbsp;CONFIG_BT_PHY_UPDATE=n helped to save some more flash, but still we are close to limit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/433715?ContentTypeID=1</link><pubDate>Thu, 29 Jun 2023 13:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d57255c-2bda-4e81-b09c-429359d7a8a7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been testing DFU a lot lately using SDK v2.4.0 and Device manager v1.3.1 on iOS and I have not experienced the problems you described, nor have I seen other reports indicating stability issues with these versions. Any chance you could try DFU with the smp_srv sample to see if you are able to reproduce the same problem? It would help narrow down the problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/433643?ContentTypeID=1</link><pubDate>Thu, 29 Jun 2023 10:45:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b44c8c5-8805-4d61-bcdc-dffa9df0c90c</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;Hi Vidar, after moving to NCS 2.4.0 we again have issues with DFU.&lt;/p&gt;
&lt;p&gt;It stops in upload procedure at random progress. Setting No. of Buffers to Disabled seems to improve situation but same problem occurs from time to time.&lt;/p&gt;
&lt;p&gt;Could you please confirm that latest Device Manager app version 1.3.1 works with NCS 2.4.0?&lt;/p&gt;
&lt;p&gt;DFU guide&amp;nbsp;we follow is&amp;nbsp;now updated for newer SDK versions:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu"&gt;Add DFU support to your application&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I set these two configs related to DFU&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BOOTLOADER_MCUBOOT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;Also tried to disable speedup, but problem persists.&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/397327?ContentTypeID=1</link><pubDate>Thu, 24 Nov 2022 08:38:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e898edab-d53c-4412-a8a1-b08e5005839e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks. It looks like we have been able to reproduce the problem now. Will keep you posted on the progress.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/397243?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2022 15:39:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b643c5ff-5364-4dc4-99ba-bfe1629a0073</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;NCS v1.8.0, nrf52832, MCUBoot settings default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/397130?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2022 10:55:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54449f53-c8b6-43cf-8d14-6d999531fc50</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thanks for confirming. Can you also confirm what the version of the SDK you currently use is, what nRF5x device you are targetting, and if you doing a multi image update or not?&lt;/p&gt;
&lt;p&gt;Edit: could you DM me your Apple ID so we can send you a TestFlight invite?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/396988?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2022 15:48:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:364088ee-4f26-411b-82ea-d15fa965af8a</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;We tested on iPhone 13 Pro,&amp;nbsp;i&lt;span&gt;OS 15.6.1. Disabling buffering did not help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/396921?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2022 13:14:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13440fdc-3dd1-4c76-9967-af5e660fcd3c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;That is unfortunate. Could you please let us know what phone you use for testing (model and OS version). Also, if you could try to test without buffering (default is 4):&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1669122816055v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/396831?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2022 09:16:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdb3bbcb-75f5-42a2-8381-04ec259f1ddd</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;Hello, DFU was working again with v1.2.8, however on newest version v1.2.10 it stucks after uploading state. Seems that reset is not performed at the end. If we connect with 1.2.8 after uploading, it finalizes the update and it is successful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/382143?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2022 07:08:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8db439ec-3b9b-4e87-a7f9-f0d38d12c7c0</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;It&amp;#39;s the same. Connect the iPad to a Mac, run Console app on the Mac, select the connected iPad in the left pane and filter by category, system, etc. Easiest is to find one log, click on the row in System or similar column and click&amp;quot;Show only...&amp;quot;. You may need also to enable debug and info logs in View (?) menu.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/382132?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2022 06:13:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dd824f9-9588-4bfc-8e0c-84c463ab6043</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;Is there a way to get logs from iPad?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/382015?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2022 11:49:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:714571c0-a69c-4a1d-b130-d6c173bb5f65</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;I believe it would be better to fix the issue, rather than reverting to an older version.&lt;/p&gt;
&lt;p&gt;Also, if you have a Mac and Xcode installed, you may run any version of the app from source code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/382013?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2022 11:47:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35ab674e-fbc3-454f-aa94-71b796161d49</guid><dc:creator>Aleksander Nowakowski</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;Could you provide logs from the app? If you have a Mac, you should see the logs in &amp;quot;Console&amp;quot; app (native on Mac). Filter the logs by system: com.nordicsemi.nrfconnect.devicemanager (as far as I remember).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/381900?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2022 07:46:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0a272a2-8d24-434d-8dc1-4daa1a0e6357</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I will ask again.&lt;/p&gt;
[quote user="mesh777"]Regarding firmware I think it does not make sense to share it as it is&amp;nbsp;running on specific hardware. And also I provided link to Nordic instruction which I used to enable updates, so probably you have example project internally, which you could use to test.[/quote]
&lt;p&gt;Yes, that makes sense. The problem is that we have not been able to replicate this on our end, so that is why asked for your FW to test with. Anyway, are you doing a &amp;quot;test and confirm&amp;quot; update from the device manger app. In that case, do you get the same problem if you do a &amp;quot;confirm only&amp;quot; update?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/381764?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2022 12:12:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:559077dc-004d-4eca-aa15-dea07e6f8d67</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;Hi Vidar. Did you ask if it is possible to share older version of the app?&lt;/p&gt;
&lt;p&gt;Regarding firmware I think it does not make sense to share it as it is&amp;nbsp;running on specific hardware. And also I provided link to Nordic instruction which I used to enable updates, so probably you have example project internally, which you could use to test.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/380651?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 14:38:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02f9b4d1-45ff-4e40-b67a-eb7073ddc6b3</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;That&amp;#39;s unfortunate. Would you be able to share the FW + project here or in a private support ticket so we can to replicate it on our end? I can check with the team if there is a way to share the old app with you (with testflight or similar).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/380627?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 13:20:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d709ea3c-4047-4347-a69f-3ae65d115e91</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;Hi Vidar. I tried 1.2.5, unfortunately the problem still exists.&lt;/p&gt;
&lt;p&gt;Maybe you can provide 1.2.2 version via TestFlight app?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/376571?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2022 09:47:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf9d96c1-b131-4b01-aa7d-1ef7b4724747</guid><dc:creator>Dinesh Harjani</dc:creator><description>&lt;p&gt;I believe this issue has been fixed as of version 1,2.5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/376054?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 14:50:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01f50473-99a4-4dc9-bb20-aec012752e9a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The team has submitted a 1.2.5 release to fix another bug the discovered today, which is hopefully the same one you are encountering now. Please let me know when you have been able to try this version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/375683?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 08:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3244537-5045-4c1f-874d-e71e96600283</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;Yes I tried 1.2.4 version. First attempt to update produces Timeout after Confirmation state. Device does not get reset, however if I reset it manually (e.g. by using Send Reset Command in advanced options of the app) new firmware runs. However if I try to update firmware again&amp;nbsp;I get Timeout after Validating state. Error persists until I erase and re-flash the device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/375675?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 07:52:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ad6482e-a407-41ee-87da-2d12a0b7372b</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;OK, thanks for confirming. I will try with SDK v1.7 or 1.8.0 if I have to try reproduce the problem again.&lt;/p&gt;
&lt;p&gt;Did you get a chance to try the new release?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/375530?ContentTypeID=1</link><pubDate>Tue, 05 Jul 2022 10:58:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb56ff3b-9da6-4a4e-8920-a97e165ba16b</guid><dc:creator>mesh777</dc:creator><description>&lt;p&gt;I followed the steps described in &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu"&gt;the link&lt;/a&gt;&amp;nbsp;provided above&amp;nbsp;(section &amp;quot;DFU over Bluetooth&amp;quot;). In our application there are two modes: normal running Mesh and DFU. Switching to DFU mode is done via Mesh command, and application switches back to normal mode after reset. Before entering DFU Mesh is suspended.&lt;/p&gt;
&lt;p&gt;On app I use Confirm only mode, as after reset there is no more DFU functionality. And in this way update was always working before. Tested on SDK version 1.7.0 (on 1.8.0 it does not work too), app running on iPad gen7 iOS 14.6.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/375512?ContentTypeID=1</link><pubDate>Tue, 05 Jul 2022 10:06:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e28257ea-a15e-4325-ac0d-7736aebd8d9a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The release is currently being reviewed by Apple so it should be available on the app store soon. However, the developers were less convinced now if it would fix the bug you were experiencing. In case it doesn&amp;#39;t, maybe you can provide some more details about your setup? I did not manage to replicate the issue here using the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/samples/subsys/mgmt/mcumgr/smp_svr/README.html"&gt;SMP Server Sample&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;My setup&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;- Iphone 12 running ios 15.5&lt;/p&gt;
&lt;p&gt;- Device manager app 1.2.3&lt;/p&gt;
&lt;p&gt;- nRF connect SDK v2.0.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Downgrading Device Manager App</title><link>https://devzone.nordicsemi.com/thread/375164?ContentTypeID=1</link><pubDate>Fri, 01 Jul 2022 18:07:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7e6747f-2368-4299-8c40-204b0b230851</guid><dc:creator>tellg</dc:creator><description>&lt;p&gt;&lt;span&gt;Maybe related to&amp;nbsp;&lt;/span&gt;&lt;a id="" href="https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager/issues/52"&gt;https://github.com/NordicSemiconductor/IOS-nRF-Connect-Device-Manager/issues/52&lt;/a&gt;&lt;span&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;a id="" href="https://github.com/NordicSemiconductor/Android-nRF-Connect-Device-Manager/issues/68"&gt;https://github.com/NordicSemiconductor/Android-nRF-Connect-Device-Manager/issues/68&lt;/a&gt;&lt;span&gt;&amp;nbsp;?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>