<?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>Azure IoT Hub sample, integration of DPS and FOTA not working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106857/azure-iot-hub-sample-integration-of-dps-and-fota-not-working</link><description>Hello Nordic, 
 I hope this message finds you well. We tried to keep everything in the same ticket to avoid duplication. Unfortunately, you may have missed our intervention on this thread . 
 Our team is currently working with the Azure IoT Hub + DPS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Mar 2024 14:58:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106857/azure-iot-hub-sample-integration-of-dps-and-fota-not-working" /><item><title>RE: Azure IoT Hub sample, integration of DPS and FOTA not working</title><link>https://devzone.nordicsemi.com/thread/472272?ContentTypeID=1</link><pubDate>Tue, 05 Mar 2024 14:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d22e4e6-5b3b-4dd1-b829-d2bd17bb5e36</guid><dc:creator>Actif</dc:creator><description>&lt;p&gt;I will close this thread, as I have implemented everything on our end. However, it was not from the support received from Nordic regarding the Azure wrapper.&lt;/p&gt;
&lt;p&gt;Also, Nordic wrapper implementation doesn&amp;#39;t work with Azure device updates. Be advised before going forward with this wrapper. Maybe it could be a good idea to just implement your own, with the proper messaging that sticks to what Azure is doing so you can easily integrate into their platform.&lt;/p&gt;
&lt;p&gt;Anyway, you won&amp;#39;t receive much support or justification for doing the integration the way it is.&lt;br /&gt;&lt;br /&gt;For anyone trying to implement the OTA mechanism, you can follow this example. It seems to me that it is the document Nordic used to get inspired to create their implementation. I hope this can save you an hour of reading.&lt;br /&gt;Be careful with the metrics. Nordic messaging doesn&amp;#39;t include uppercase, and not all options are the same. You can easily validate the reported message in the NRF lib.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://learn.microsoft.com/en-us/samples/azure-samples/mxchip-iot-devkit-firmware-ota/sample/"&gt;learn.microsoft.com/.../&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Vincent&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub sample, integration of DPS and FOTA not working</title><link>https://devzone.nordicsemi.com/thread/462731?ContentTypeID=1</link><pubDate>Thu, 04 Jan 2024 14:49:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58d2587d-4bbc-4172-b020-2f756978bc51</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi Actiff,&lt;/p&gt;
&lt;p&gt;Our Azure IoT developer has provided a direct reply to the following ticket. Please continue the discussion there.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/106761/need-help-with-fota-via-device-provisioning-on-my-nrf7002dk---azure-fota---iot-hub/462643"&gt;RE: NEED HELP WITH FOTA VIA DEVICE PROVISIONING ON MY NRF7002DK - AZURE FOTA - IOT HUB&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub sample, integration of DPS and FOTA not working</title><link>https://devzone.nordicsemi.com/thread/461851?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2023 14:48:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c23ef8c3-726d-4584-b36a-a27824a1f050</guid><dc:creator>Actif</dc:creator><description>&lt;p&gt;Hello Charlie,&lt;/p&gt;
&lt;p&gt;I just wanted to take a moment to wish you a happy Christmas season.&lt;br /&gt;Thank you for all your help.&lt;/p&gt;
&lt;p&gt;I have read through the other threads and can relate to certificate management challenges. Your understanding of our struggles is appreciated. I&amp;#39;m eagerly awaiting a more comprehensive Azure IoT Hub sample to be released.&lt;/p&gt;
&lt;p&gt;However, I must admit that I&amp;#39;m still not entirely convinced that your team has tested the sample with the nrf7002DK, given that there was no mention of it initially. The documentation seemed to be geared towards the 9160. I had to bring a lot of giz to your team&amp;#39;s attention through a private ticket, and they have assured me that they will include it in the documentation for version 2.6.0.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not entirely convinced you have attempted to use the DPS + FOTA together. How the documentation is presented suggests that you may have treated these two options as independent and not tried to use them in conjunction. Please create a sample that is easy to understand and use without requiring extensive knowledge of Azure. This is why people pay extra for the Nordic infrastructure, which allows for low time-to-market. The current format forces the customer base to read through the Azure IoT documentation, Azure DPS documentation, and Azure storage documentation, which is not an efficient way to create a fast-to-market sample.&lt;/p&gt;
&lt;p&gt;Please take some time to test the 7002dk with DPS + FOTA and share your experience with us. We would be grateful if you could let us know how you succeeded, which type of Azure storage you used, and what certificate was used and where. We faced issues while using DPS, as we had only a device certificate and no Azure IoT Hub certificate. We are finding it difficult to understand how you made it work with the proposed architecture from the sample.&lt;br /&gt;&lt;br /&gt;I hope you can provide us with a solution, even if it proves me wrong.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Actif&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub sample, integration of DPS and FOTA not working</title><link>https://devzone.nordicsemi.com/thread/461617?ContentTypeID=1</link><pubDate>Fri, 22 Dec 2023 16:18:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dafa19ff-79bc-49d0-be03-867d9fb028b5</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Vincent,&lt;/p&gt;
&lt;p&gt;We have realized the struggle of&amp;nbsp;developers with the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/samples/net/azure_iot_hub/README.html#azure-iot-hub"&gt;Azure IoT&lt;/a&gt;&amp;nbsp;sample released with the latest NCS v2.5.x. We will continue working on improving this sample on both implementation and documentation. This may take time, you can refer to an ongoing discussion for some of the questions you mentioned like DSP certificates. We can contintue the discussion if you still have problem with Azure FOTA.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/106640/api-registration-of-certification-for-azure-iot-hub-dps"&gt;(+) API registration of certification for Azure IoT Hub / DPS - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone (nordicsemi.com)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>