<?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 on Thingy91</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117403/azure-iot-hub-sample-on-thingy91</link><description>Is there any guides or easy way to make the Azure IoT Sample work with the Thingy91 or e.g. Icarus IoT v2?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Jan 2025 08:28:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117403/azure-iot-hub-sample-on-thingy91" /><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/520510?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2025 08:28:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8020d41-c81c-45f4-8e6e-e93b57dbefdc</guid><dc:creator>Neso</dc:creator><description>&lt;p&gt;So I was finally able to build for the Icarus IoT board. Still fails on connect, but&amp;nbsp;do to faulty certificate.&amp;nbsp;Tried rebuilding, but it suddenly fails all the time even if no changes have been made&amp;nbsp;(Reverted from Git) How can that be? About to abandon nrf at this point. Help seriously needed..&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s my latest fail.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Build-fail.txt"&gt;devzone.nordicsemi.com/.../Build-fail.txt&lt;/a&gt;&lt;br /&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/519156?ContentTypeID=1</link><pubDate>Mon, 20 Jan 2025 18:19:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d920583-45c0-4844-b4c3-2642055fec9b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Neso"]Edit: I see now you&amp;nbsp;have including&amp;nbsp;options for the nrf9151dk_nrd9151_ns. I&amp;#39;m trying to get&amp;nbsp;the&amp;nbsp;&lt;span&gt;nrf9160 (Thingy91 and Icarus IoT) to work. Is there any difference on&amp;nbsp;options&amp;nbsp;to include?&lt;/span&gt;[/quote]
&lt;p&gt;These are settings that are the same on all boards. I tested on my side without issues, expect for the need of an external flash.&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/pastedimage1737397153999v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/518254?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2025 14:08:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:347667dc-f6ea-43c9-a598-f3a144daabdc</guid><dc:creator>Neso</dc:creator><description>&lt;p&gt;Was able to build for the Thingy91, but didn&amp;#39;t work.&amp;nbsp;No terminal output either, so I don&amp;#39;t see whats the issue.&lt;/p&gt;
&lt;p&gt;Was not able to build for the Icarus IoT board. Any where I can get more info on how to get these to work?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Edit: I see now you&amp;nbsp;have including&amp;nbsp;options for the nrf9151dk_nrd9151_ns. I&amp;#39;m trying to get&amp;nbsp;the&amp;nbsp;&lt;span&gt;nrf9160 (Thingy91 and Icarus IoT) to work. Is there any difference on&amp;nbsp;options&amp;nbsp;to include?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/517263?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 14:15:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42f0c729-4341-440c-8c64-e9c49c882dd3</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user="oys"]&lt;p&gt;Looking at the log provided it does state:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;C:/Users/neshe/nRF/azure_iot_hub/src/main.c:202&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;undefined reference to `boot_write_img_confirmed&amp;#39;, and I&amp;#39;m able to reproduce. Will need to discuss internally.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;[/quote]
&lt;p&gt;In order for boot_write_img_confirmed() to be compiled in, you need to enable&amp;nbsp;&lt;span&gt;CONFIG_MCUBOOT_IMG_MANAGER=y&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Since the Thingy:91 is not officially supported in this sample, that needs to be done manually. &lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In general, you need to ensure that required options are enabled when adding support for a new board to an application. In this case, the following are &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/samples/net/azure_iot_hub/boards/nrf9151dk_nrf9151_ns.conf#L32-L43"&gt;needed from nrf9151dk_nrf9151_ns&lt;/a&gt;, i.e:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_AZURE_FOTA=y
CONFIG_FOTA_DOWNLOAD=y
CONFIG_DFU_TARGET=y
CONFIG_MCUBOOT_IMG_MANAGER=y
CONFIG_IMG_MANAGER=y
CONFIG_STREAM_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_FLASH=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
CONFIG_DOWNLOAD_CLIENT=y
CONFIG_DOWNLOAD_CLIENT_STACK_SIZE=4096&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/517146?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2025 08:32:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b8c390c-adbe-4ccb-ab64-6e25e5831e7f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Have inquired internally, no feedback yet. Hope to have an answer by end of this week.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/516942?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 09:35:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f8040dd-f2f6-4194-9cf0-f0f130a8a0a4</guid><dc:creator>Neso</dc:creator><description>&lt;p&gt;Thanks for looking into this. Yes, I saw it was&amp;#39;t supported in the sample, but I need to get it working with other nrf boards for it to be something we can use. What&amp;#39;s the main reason it&amp;#39;s so hard to get working on other boards?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/516779?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2025 11:05:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb99b90b-a819-44f5-957d-4ecb1080b92e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello, and thanks for providing. Not sure why you are not able to upload files etc. but I did get the file through Google Drive.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Looking at the documentation of Azure IoT hub, the sample does not support Thingy:91.&amp;nbsp;&lt;br /&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/pastedimage1735901201867v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Looking at the log provided it does state:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;C:/Users/neshe/nRF/azure_iot_hub/src/main.c:202&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;undefined reference to `boot_write_img_confirmed&amp;#39;, and I&amp;#39;m able to reproduce. Will need to discuss internally.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The closest I have to any kind of documentation for getting this to work is through e.g.&amp;nbsp;&lt;a href="https://purple.telstra.com/blog/device-authentication-with-nordic-thingy-91-and-azure-iot-hub"&gt;https://purple.telstra.com/blog/device-authentication-with-nordic-thingy-91-and-azure-iot-hub&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/516126?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2024 12:42:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75b1c4ed-6937-4469-bc6f-edc72282b064</guid><dc:creator>Neso</dc:creator><description>&lt;p&gt;Still unable to upload files or text.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.google.com/document/d/1pl4hwLEB5FUkOBwYpnM5A2kdq_42LvWau5UAcqkrOCI/edit?usp=sharing"&gt;Build Fail Output&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/516116?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2024 12:17:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3440de46-9af7-4b61-97c9-8fa94b4fe5de</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Could you try to add the .txt file to a .zip file? This should work&lt;/p&gt;
&lt;p&gt;-Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/516108?ContentTypeID=1</link><pubDate>Mon, 23 Dec 2024 11:55:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cca8c991-0041-48ef-b55d-90514aa10d14</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Neso"]I am also unable to paste code/ build output in this editor,&amp;nbsp;or just past the text in the editor. Uploading files also fails.&lt;br /&gt;If trying to paste into code the &amp;quot;ok&amp;quot; button doesn&amp;#39;t respond. (responds if writing simple short text), or I get &amp;quot;&lt;span&gt;An error occurred. Please try again or contact your administrator.&amp;quot; on &amp;quot;reply&amp;quot; I&amp;#39;ve tried Chrome and Edge. This also happens using other computer. Can&amp;#39;t find any administrator contact on page.&lt;/span&gt;[/quote]
&lt;p&gt;Thanks for reporting! I have forwarded to the admin but most likely not solution until after Christmas break.&lt;/p&gt;
[quote user="Neso"]it fails&amp;nbsp;when building for the Thingy91 and Icarus IoT V2. Builds and work fine on nRF9161DK[/quote]
&lt;p&gt;Do you have a cloud solution where e.g. google drive where you can store the text file with the error output, and that you can share with us using the shares link?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/515564?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2024 16:34:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ba20fa9-c44a-4277-8d6a-afee0d3b045b</guid><dc:creator>Neso</dc:creator><description>&lt;p&gt;No, it fails&amp;nbsp;when building for the Thingy91 and Icarus IoT V2. Builds and work fine on nRF9161DK.&lt;br /&gt;&lt;br /&gt;I am also unable to paste code/ build output in this editor,&amp;nbsp;or just past the text in the editor. Uploading files also fails.&lt;br /&gt;If trying to paste into code the &amp;quot;ok&amp;quot; button doesn&amp;#39;t respond. (responds if writing simple short text), or I get &amp;quot;&lt;span&gt;An error occurred. Please try again or contact your administrator.&amp;quot; on &amp;quot;reply&amp;quot; I&amp;#39;ve tried Chrome and Edge. This also happens using other computer. Can&amp;#39;t find any administrator contact on page.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Azure IoT Hub Sample on Thingy91</title><link>https://devzone.nordicsemi.com/thread/515559?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2024 16:13:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6159c4c4-5e12-4b9c-b1d8-eb872d521a2e</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;you can just follow the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/net/azure_iot_hub/README.html"&gt;documentation here&lt;/a&gt;. The thingy91 is not in the supported list, but it should still work I believe.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>