<?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>Matter OTA Test</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110727/matter-ota-test</link><description>I would like to test updating my Matter device based on the nRF5340 using the Matter OTA. 
 I am reading the documentation here: 
 https://project-chip.github.io/connectedhomeip-doc/examples/ota-provider-app/linux/README.html 
 I found the ota-provider</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 May 2024 13:51:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110727/matter-ota-test" /><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/482551?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 13:51:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b32b8814-2ef7-4871-9a46-37525be2e88d</guid><dc:creator>Tony</dc:creator><description>&lt;p&gt;I think that does it. Thank you for all the help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/482549?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 13:47:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:406c6ea3-8e8c-454b-bdbc-94eeb591c3f0</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It is possible to run everything on one device, as explained in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/protocols/matter/getting_started/testing/thread_one_otbr.html"&gt;Matter over Thread: Configuring Border Router and controller on one device&lt;/a&gt;. However, I recommend running it on two separate devices if possible.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/482542?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 13:31:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f42d9e4-8eed-4dfa-ad62-061d6bf6cdf8</guid><dc:creator>Tony</dc:creator><description>&lt;p&gt;This is very helpful.&lt;/p&gt;
&lt;p&gt;One final question.&lt;/p&gt;
&lt;p&gt;Do I need to have the RPi OTBR and also a linux computer that can run the application to do the OTA updates over matter or can I run that app on the OTBR directly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/482422?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 07:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f19f06b-0d6f-4923-88fc-79601b193b19</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In this scenario, the OpenThread Border Router (OTBR) on RPi would replace the Smartthings hub. We usually recommend starting with OTBR and chip-tool when developing Matter applications since you get more control over the Thread network and Matter fabric. If anything does not work, you can get logs from the Matter controller (chip-tool), which you cannot get when using commercial ecosystems. Later, you can test it with commercial ecosystems.&lt;/p&gt;
&lt;p&gt;However, you can test both together by using the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/nrf/protocols/matter/overview/multi_fabrics.html"&gt;multiple fabrics feature&lt;/a&gt;. To do so, first commission the device using chip-tool, then follow steps 1-3 under &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/matter/chip_tool_guide.html#multi-admin-scenario"&gt;Multi-admin scenario&lt;/a&gt; and the section related to Samsung Smartthings under &amp;quot;Stage 3: Sharing Matter over Thread Light Bulb from Google to the SmartThings ecosystem&amp;quot;&amp;nbsp; in &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/matter-testing-nrf-connect-sdk-platform-with-apple-google-and-samsung-ecosystems-218911247#mcetoc_1gkq2bkjbn"&gt;Matter: Testing the nRF Connect platform with Apple, Google and Samsung ecosystems&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/482316?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 14:03:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea0d70ac-54dc-4be2-94bb-ca78fe0c3c6d</guid><dc:creator>Tony</dc:creator><description>&lt;p&gt;Thank you for the information about using a VM and border router.&lt;/p&gt;
&lt;p&gt;Sounds like I really should use a RPi for the router and another for a Linux computer. RPi to the rescue...&lt;/p&gt;
&lt;p&gt;I am wondering whether the Thread border router will replace the Smartthings hub or use them together?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/482220?ContentTypeID=1</link><pubDate>Tue, 07 May 2024 09:20:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3596466d-bfdb-4368-a2e0-e4bd5acc0ab4</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="tpitman"]I will create a virtual machine on my mac with linux. Can you think of any reason that won&amp;#39;t work?[/quote]
&lt;p&gt;Running chip-tool or OTA Provider on a virtual machine normally does not work well, as the PC running these applications must be on the same Wi-Fi network as the Thread Border Router. A virtual machine is typically &amp;quot;connected&amp;quot; to the network through the host computer, so you will need to forward the Wi-Fi interface of the host to the virtual machine so that the virtual machine uses this instead of the simulated Ethernet connection to the host. The same goes for Bluetooth if you are to commission your Matter device using chip-tool on a virtual machine. I would not recommend using virtual machine for this.&lt;/p&gt;
[quote user="tpitman"]I also noticed they talk about needing a boarder router and give instructions on creating one with an RPi. If I am connecting to a Smartthings hub, does that count as the boarder router or do I still need the RPi?[/quote]
&lt;p&gt;In theory, you can use the Smartthings hub as the Thread border router. However, you should use &lt;span style="margin:0;padding:0;text-align:left;"&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/matter/chip_tool_guide.html" rel="noopener noreferrer" target="_blank"&gt;chip-tool&lt;/a&gt; for Matter controller instead of the Smartthings hub. It should be possible to use the Smartthings hub only for Thread and run the Matter fabric using chip-tool, but then you need to get the credentials of the Thread network running on the hub in order to commission the devices. I would recommend using a Raspberry Pi and OpenThread Border Router instead.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="margin:0;padding:0;text-align:left;"&gt;Best regards,&lt;br /&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/482062?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 13:41:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91987057-afb5-4585-8151-67bea106c40a</guid><dc:creator>Tony</dc:creator><description>&lt;p&gt;I will create a virtual machine on my mac with linux. Can you think of any reason that won&amp;#39;t work?&lt;/p&gt;
&lt;p&gt;I also noticed they talk about needing a boarder router and give instructions on creating one with an RPi. If I am connecting to a Smartthings hub, does that count as the boarder router or do I still need the RPi?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Matter OTA Test</title><link>https://devzone.nordicsemi.com/thread/481239?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2024 09:20:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cb78255-9c41-4a11-8587-bbfb413985e9</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;The guide for the OTA Provider app in the nRF Connect SDK can be found in our documentation here: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.1/matter/nrfconnect_examples_software_update.html#device-firmware-upgrade-over-matter"&gt;Device Firmware Upgrade over Matter&lt;/a&gt;. It differs slightly from the guide you link to, so I recommend following the guide in our documentation instead.&lt;/p&gt;
&lt;p&gt;Regardless, the OTA Provider is a Linux application not officially supported on MacOS. Do you have a computer running Linux that you can test with?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>