<?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>nRF5340 example code availability</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74543/nrf5340-example-code-availability</link><description>We are using nRF52840 chip for our development and till now we have used nRF SDK&amp;#39;s zigbee CLI example for development. 
 Now we are interested in nRF5340 chip but I have not found the same Zigbee CLI example in Connect SDK and also there are no example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 May 2021 10:14:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74543/nrf5340-example-code-availability" /><item><title>RE: nRF5340 example code availability</title><link>https://devzone.nordicsemi.com/thread/309735?ContentTypeID=1</link><pubDate>Fri, 14 May 2021 10:14:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09396169-5e19-4746-af24-af1b983ab426</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply. I have gotten an answer from our developers about this.&lt;br /&gt;&lt;br /&gt;Zigbee FOTA currently is not supported on nRF5340. There are some libs that potentially could be used but there can be some dependencies or difficulties that prevent successfull porting to nRF5340. However you can give it a try.&lt;br /&gt; Useful docs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;DFU target lib: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/dfu/dfu_target.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/dfu/dfu_target.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Besides application core, the network core may need to be upgraded. PCD library is used to upgrade: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/dfu/pcd.html#subsys-pcd"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/dfu/pcd.html#subsys-pcd&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;There is a sample available demonstrating upgrade of network core firmware with PCD lib: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf5340/netboot/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf5340/netboot/README.html&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;Some things that should be considered:&lt;/div&gt;
&lt;div&gt;&lt;br /&gt; 1. Zigbee samples require 802154_rpmsg zephyr sample in network core. In addition to application core upgrade, in some cases upgrade of network core may be needed, especially if application was compiled from a newer NCS and therefore compatibility with network core firmware was broken. PCD lib may be necessary for this.&lt;br /&gt; 2. Two separate images for each core may be needed. It must be analyzed how to distribute them thru Zigbee, how to store it in nRF5340 and how to modify Zigbee FOTA lib to keep compatibility of firmware versions in both cores.&lt;br /&gt; 3. We are going to add FOTA support for nRF5340 in future. It may be impossible to move from your solution to the official one without breaking compatibility.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Best regards,&lt;/div&gt;
&lt;div&gt;Marjeris&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 example code availability</title><link>https://devzone.nordicsemi.com/thread/308886?ContentTypeID=1</link><pubDate>Mon, 10 May 2021 08:24:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb97c1ee-df21-44c9-aa1d-40a657220fd4</guid><dc:creator>Bhavit Rajput</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;I have mailed query about roadmap of FOTA library but did not&amp;nbsp;get the response from RSM.&lt;/p&gt;
&lt;p&gt;Is it possible for us to port Zigbee FOTA library for nRF5340?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 example code availability</title><link>https://devzone.nordicsemi.com/thread/308325?ContentTypeID=1</link><pubDate>Wed, 05 May 2021 10:47:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3345626-247c-41f7-a0ca-d16082ab7dfb</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="Bhavit Rajput"]So will it work for nRF5340 because we are going to use nRF5340 only?[/quote]
&lt;p&gt;&amp;nbsp;I checked and you are right, Zigbee FOTA is currently not supported with nRF5340. It&amp;#39;s planned to be done in the future, but unfortunately there is nothing to show yet. I suppose you will see PRs being merge to master when this feature will start approaching, but I unfortunately don&amp;#39;t have a timeline for you here.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s possible to request more information about feature roadmaps if you get in contact with your nordic RSM. You can send me an private message with where in the world you are located to get your Nordic&amp;#39;s RSM contact information.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 example code availability</title><link>https://devzone.nordicsemi.com/thread/307415?ContentTypeID=1</link><pubDate>Thu, 29 Apr 2021 10:03:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c639f2e0-57b9-47e5-bfc5-d09e5d79a9d0</guid><dc:creator>Bhavit Rajput</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;In Zigbee FOTA library some limitations are mentioned, one of the limitation is:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;
&lt;p&gt;The Zigbee FOTA upgrades are currently only supported on the nRF52840 DK (PCA10056).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So will it work for nRF5340 because we are going to use nRF5340 only?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 example code availability</title><link>https://devzone.nordicsemi.com/thread/307376?ContentTypeID=1</link><pubDate>Thu, 29 Apr 2021 07:43:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7330b3fb-a5ff-406c-ae49-049f91c18736</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have a Zigbee Shell library for NCS whichs will work as the nRF5 SDK zigbee&amp;#39;s CLI example and assist you with development. The supported backends are UART and segger RTT. You can add shell support to any of the available Zigbee sample in NCS. See the documentation on Zigbee Shell for more information:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/zigbee/lib_zigbee_shell.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/zigbee/lib_zigbee_shell.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is also a Zigbee FOTA library:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/zigbee/zigbee_fota.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/zigbee/zigbee_fota.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So you should have everything you need to start with development for Zigbee in the nRF5340 platform right now &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt; Let me know if you need help setting the enviroment up.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>