<?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>Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80007/static-pan_id-address-for-zed</link><description>Hi Everyone, 
 I&amp;#39;m working on &amp;quot;Thread_Zigbee_v4.1.0\examples\zigbee\light_control&amp;quot;. 
 I need configuration as above title. 
 But I relize that &amp;quot;zb_set_pan_id(0x1234)&amp;quot;, &amp;quot;nrf_802154_short_address_set(0xABCD)&amp;quot; are not enough to work. 
 I think needing more</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Oct 2021 01:31:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80007/static-pan_id-address-for-zed" /><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/334246?ContentTypeID=1</link><pubDate>Fri, 15 Oct 2021 01:31:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99d68b77-2ecc-47c2-bce2-39a2ea3dfc43</guid><dc:creator>Duc Minh Vo</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;That was&amp;nbsp;the best information I need&amp;nbsp;during some days, so I could have the appropriate treatment.&lt;/p&gt;
&lt;p&gt;Thank for your help.&lt;/p&gt;
&lt;p&gt;VDMinh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/334201?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 14:20:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6f1927d-48c2-4d57-9168-6d2a68519fe4</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi VDMinh,&lt;/p&gt;
&lt;p&gt;Sorry, I did not realize your test environment also has another ZC enabled with a different PAN ID.&lt;/p&gt;
&lt;p&gt;It is quite tricky on your use case. Zigbee is initially designed or try to avoid static PAN ID on practice usage. NCS will not have much difference since it uses the same ZBOSS stack. It will also have security concerns on this kind of&amp;nbsp;Zigbee network, return back to dynamic PAN ID seems a good idea. I do suggest you switch to NCS as soon as possible for your development, the new version ZBOSS stack used by NCS has fixed some critical bugs. nRF5 SDK Thread_Zigbee_v4.1.0 is currently in the maintenance stage now, there will be no major update in the future.&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: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/334023?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 02:45:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af1da8e8-ac31-47dd-931b-055c91097fce</guid><dc:creator>Duc Minh Vo</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;Did you test&amp;nbsp;carefully. I relize the issue is still stay there.&lt;/p&gt;
&lt;p&gt;As you can see below, ZED can not join to right PAN.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/IMG_5F00_20211014_5F00_091242.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Bulb_2C00_-Sw-got-wrong-PANID.png" /&gt;&lt;/p&gt;
&lt;p&gt;I tried many ways, such as other API, but it not better.&lt;/p&gt;
&lt;p&gt;Did NordicSemi team foresee this satuation, now I begin disbelieve about static PANID setting, and maybe I return back dynamic PANID, or tranfer to nCS.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;VDMinh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/333933?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 12:21:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92848ea2-ba0f-49a1-a3bf-8b70681ace1a</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Duc,&lt;/p&gt;
&lt;p&gt;I checked your source code and find the issue. Here I list all the modification need to be done based on original exmaples:&lt;/p&gt;
&lt;p&gt;light_bulb:&lt;span&gt;&amp;nbsp;change to &amp;quot;#define ERASE_PERSISTENT_CONFIG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ZB_TRUE&amp;quot; in main.c line&amp;nbsp;71&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;light_switch:&lt;/span&gt;&lt;span&gt;&amp;nbsp;change to &amp;quot;#define ERASE_PERSISTENT_CONFIG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ZB_TRUE&amp;quot; in main.c&amp;nbsp;line 66&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;light_coordinator:&amp;nbsp;add &amp;quot;ZB_PIBCACHE_PAN_ID()=0xABCD;&amp;quot; to &amp;quot;zigbee_helper.c&amp;quot; line&amp;nbsp;282&lt;/span&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><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/333333?ContentTypeID=1</link><pubDate>Sat, 09 Oct 2021 03:00:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79937297-02ef-4e91-b72b-cfedf6bb3029</guid><dc:creator>Duc Minh Vo</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;I tried above ways many times, and it wasn&amp;#39;s better.&lt;/p&gt;
&lt;p&gt;Because test results of us were different, so I give you my code, could you&amp;nbsp;check&amp;nbsp;them.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.dropbox.com/s/ohuebkdev6r0612/light_control.rar?dl=0"&gt;https://www.dropbox.com/s/hoigni3n3qe0ln3/light_control.rar?dl=0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The code is been &amp;quot; C:\Nordic_Semi\Thread_Zigbee_v4.1.0\examples\zigbee\light_control &amp;quot;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;VDMinh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/333300?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 14:59:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a223e4f-99a0-4e35-b1f4-ad3225955ca2</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi VDMinh,&lt;/p&gt;
&lt;p&gt;For the ZC, I modify the &lt;span&gt;&amp;quot;#define ERASE_PERSISTENT_CONFIG&amp;nbsp; ZB_FALSE&lt;/span&gt;&amp;quot; then it can pass the tests you specified on my setup now.&lt;/p&gt;
&lt;p&gt;Remember to &amp;quot;Erase All&amp;quot; before you program the new firmware.&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: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/333219?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 09:32:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e58fa6ac-7531-416e-a35d-8871f38d43ec</guid><dc:creator>Duc Minh Vo</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;The commands you&amp;nbsp;added that I did before, now I check it again.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;work case happen, then&amp;nbsp;it&amp;#39;s will fault after reset ZC / Bulb / Switch.&amp;nbsp;I give you some results of test.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. Bulb and Sw didn&amp;#39;t get PAN_ID, Sw couldn&amp;#39;t send data to Bulb.&lt;/p&gt;
&lt;p&gt;I did step by step:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633666815.png" /&gt;&lt;/p&gt;
&lt;p&gt;And logs were got:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633680520.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2. Bulb and Sw booted to seem right PAN_ID, but they didn&amp;#39;t work:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633680961.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And logs were got:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633680807.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you think I should shutt off PAN scan ?&amp;nbsp; If can, how to do it ?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;VDMinh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/333101?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 15:04:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44f9e62b-f746-4c1b-8a7a-4deb6f2170ff</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi VDMinh,&lt;/p&gt;
&lt;p&gt;Sorry, I did more test today, move&amp;nbsp;&lt;span&gt;&amp;quot;ZB_PIBCACHE_PAN_ID()=0xABCD;&amp;quot; to &amp;quot;zigbee_helper.c&amp;quot; line&amp;nbsp;282 should work now.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For&amp;nbsp;&amp;quot;#define ERASE_PERSISTENT_CONFIG&amp;nbsp; ZB_TRUE&amp;quot; in zigbee_helper.c, I actually mean main.c. I have correct the former answer to avoid confusion. I suggest you modify this definition on all the three examples. For the coordinator, it will always create a new network with PAN ID 0xABCD. For the other two devices, they will join the coordinator formed network instead of their former cached one.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/332918?ContentTypeID=1</link><pubDate>Thu, 07 Oct 2021 03:51:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49d2077d-c87a-4c38-a9c5-4819f06cad69</guid><dc:creator>Duc Minh Vo</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Charlie,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;* I tried to add &amp;quot;ZB_PIBCACHE_PAN_ID()=0xABCD;&amp;quot; to &amp;quot;zigbee_helper.c&amp;quot; line 472 in ZC, but it&amp;#39;s still not ok,&amp;nbsp;even worse.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;* About&amp;nbsp;&amp;quot;#define ERASE_PERSISTENT_CONFIG&amp;nbsp; ZB_TRUE&amp;quot; in zigbee_helper.c, I&amp;#39;m not real clear, what is ERASE_PERSISTENT_CONFIG&amp;nbsp; affect in &amp;quot;zigbee_helper.c&amp;quot;, I think it has&amp;nbsp;influence a bit in only &amp;quot;main.c&amp;quot;. Could you&lt;/span&gt;&lt;span&gt;&amp;nbsp;explain more.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;VDMinh&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/332587?ContentTypeID=1</link><pubDate>Tue, 05 Oct 2021 11:16:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e028a779-04e6-422d-be3c-a4d08e608ff0</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi VDMinh,&lt;/p&gt;
&lt;p&gt;Thanks for explaining your use case.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you add &amp;quot;ZB_PIBCACHE_PAN_ID()=0xABCD;&amp;quot; to zigbee_helper.c line 472?&lt;/p&gt;
&lt;p&gt;also make sure &amp;quot;#define ERASE_PERSISTENT_CONFIG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ZB_TRUE&amp;quot; in main.c.&lt;/p&gt;
&lt;p&gt;NCS should also have similar settings that can set static PAN ID.&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: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/332217?ContentTypeID=1</link><pubDate>Sat, 02 Oct 2021 04:43:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:974db45b-e6c1-42d9-b2bd-0046bf85e726</guid><dc:creator>Duc Minh Vo</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;br /&gt;Example, you can see below image:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/21211002-_2D00_-Copy.png" /&gt;&lt;/p&gt;
&lt;p&gt;Incidentally, we have two factorys, side by side.&lt;br /&gt;They are two different systems, different ZCs, different Servers, and maybe two different owners.&lt;br /&gt;By using dynamic pan_id, maybe ZED 1.3 connect to ZC 2, that is also incidentally.&lt;br /&gt;And we implement for factorys, we don&amp;#39;t wanna to use binding/finding, just power on and running.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I think like as IP address, someone uses dynamic, another use static, dependent their situations.&lt;br /&gt;About us, for many reasons, we choose static pan_id, in our stage it&amp;#39;s more convenient, like as 10 points versus 9.5 points.&lt;br /&gt;I&amp;nbsp;agree with you, I&amp;nbsp;have to manage for conflicting.&lt;/p&gt;
&lt;p&gt;With nCS, could this issue solved satisfactorily ?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;VDMinh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/332128?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 11:49:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ef24eda-c673-47fc-98c7-4763d939919d</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi VDMinh,&lt;/p&gt;
&lt;p&gt;Can you explain your purpose to set static PAN ID for those devices?&lt;/p&gt;
&lt;p&gt;As far as I can understand, PAN ID is just like the IP address for the Zigbee network, I am not sure what will happen when you set two devices with the same PAN ID. As a Zigbee application developer, I do not think you should work on the bottom level so much.&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: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/332040?ContentTypeID=1</link><pubDate>Fri, 01 Oct 2021 04:05:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc9165d6-6942-4a7e-8dcc-8aecb8409390</guid><dc:creator>Duc Minh Vo</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;br /&gt;I&amp;#39;m still work on &amp;quot;Thread_Zigbee_v4.1.0&amp;quot;, cause I added few functions&amp;nbsp;base on this flatform. Now, I haven&amp;#39;t switched to nCS yet.&lt;/p&gt;
&lt;p&gt;I tested &amp;quot;&lt;em&gt;light_coordinator&lt;/em&gt;&amp;quot; and &amp;quot;&lt;em&gt;light_bulb&lt;/em&gt;&amp;quot; with below configuration:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633058091.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633058335.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633058354.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But, I relized that pan_id was not stable (see below image):&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Step 1. ZC power on, it has 0xABCD pan_id, that&amp;#39;s right &amp;gt;&amp;gt; Bulb power on, Bulb also has right pan_id&lt;br /&gt;But:&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;Step 2. Just resetting only ZC, it has other random pan_id&lt;br /&gt;And:&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;Step 3. Continues resetting only ZC, it has another one pan_id&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/screenshot_5F00_1633059002.png" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt; So, &amp;quot;ZB_PIBCACHE_PAN_ID()&amp;quot; is not achieve my wish. Please give me more guidances.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;VDMinh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Static PAN_ID / Address for Zed</title><link>https://devzone.nordicsemi.com/thread/331494?ContentTypeID=1</link><pubDate>Tue, 28 Sep 2021 11:57:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d0ebd6e-bbc2-42a6-98f1-b394daafb4ac</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Duc Minh Vo,&lt;/p&gt;
&lt;p&gt;I believe you should be able to set PAN ID with ZB_PIBCACHE_PAN_ID(). This must be done before the stack is started. Additionally, this only works if it does not have an existing PAN ID stored, so you need to have ERASE_PERSISTENT_CONFIG set to ZB_TRUE.&lt;/p&gt;
&lt;p&gt;I kindly remind you to switch to NCS if you are still in the early stage of your development. The nRF5 SDK is currently in the maintenance stage and its Zigbee stack is a bit out of date, you can find more information here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>