<?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>nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71777/nrf-connect-sdk-vs-nrf5-sdk</link><description>Hi, 
 I am developing a project related to transferring audio in low energy Bluetooth. I came across nrf connect sdk is the best one for LE Audio transmission 
 But I am familiar in nrf5 SDK to do custom services, DFU, custom bootloader. 
 My question</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Mar 2021 13:50:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71777/nrf-connect-sdk-vs-nrf5-sdk" /><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/297832?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 13:50:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2c58f64-a6b1-4abe-a9c6-d02442f363d0</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure what you mean about &amp;quot;multiple board configuration&amp;quot;. Either way, this case is no longer on the topic of &amp;quot;nRFConnect SDK versus nRF5 SDK&amp;quot; so I would suggest that you create a new ticket where you describe what you&amp;#39;re trying to do and what you&amp;#39;re having trouble with in detail. That will make cases for other DevZone users easier to navigate as well.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/297582?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 15:32:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59751ae8-f426-49c7-8316-d9f19fe7ef29</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Is it possible to change the multiple boards in the NCS project file&lt;/p&gt;
&lt;p&gt;like i have created the NCS project file &lt;strong&gt;nrf52dk_nrf52832&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1614785395978v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1614785430022v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;and also i have created a custom board &lt;strong&gt;BC832 &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;but i can&amp;#39;t able to change the boards as like nrf5 SDK in NCS&lt;/p&gt;
&lt;p&gt;How to change the multiple board configuration in the same build project file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/297464?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 11:15:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4557e008-4952-43ea-a62d-db1a8b3cf9ec</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It should be fine to leave out the openocd.cmake file indeed. It is only required for USB I think, which the nRF52832 doesn&amp;#39;t have either way.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/296994?ContentTypeID=1</link><pubDate>Mon, 01 Mar 2021 18:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:659e3eb7-e072-42d5-bfa5-d44f2d99499e</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi Simonr,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; I have done changes in board.cmake file&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;# SPDX-License-Identifier: Apache-2.0

board_runner_args(nrfjprog &amp;quot;--nrf-family=NRF52&amp;quot;)
board_runner_args(jlink &amp;quot;--device=nrf52&amp;quot; &amp;quot;--speed=4000&amp;quot;)
board_runner_args(pyocd &amp;quot;--target=nrf52&amp;quot; &amp;quot;--frequency=4000000&amp;quot;)
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Previously it was&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;# SPDX-License-Identifier: Apache-2.0

board_runner_args(nrfjprog &amp;quot;--nrf-family=NRF52&amp;quot;)
board_runner_args(jlink &amp;quot;--device=nrf52&amp;quot; &amp;quot;--speed=4000&amp;quot;)
board_runner_args(pyocd &amp;quot;--target=nrf52&amp;quot; &amp;quot;--frequency=4000000&amp;quot;)
include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;only deleting this line&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NCS project is getting created and Build &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;is this the correct one ?&lt;/p&gt;
&lt;p&gt;Is that need to create SOC folder for custom boards ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/296755?ContentTypeID=1</link><pubDate>Mon, 01 Mar 2021 08:09:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:420b7231-52f0-4cc2-bc3b-fb4411a883df</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please check out&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/49719/how-to-create-a-custom-board-file-for-the-nrf9160"&gt; this case which describes how to create a custom board file&lt;/a&gt; in the NCS/Zephyr/boards. The error you&amp;#39;re seeing is likely caused by trying to open the project for a not supported board, and if so you need to add the board to the directory yourself.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/296438?ContentTypeID=1</link><pubDate>Fri, 26 Feb 2021 08:31:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d03d9656-afed-4c55-8f3e-d6209ab03e2e</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;HI Simon,&lt;/p&gt;
&lt;p&gt;I can able to combine the multiple services now.&lt;/p&gt;
&lt;p&gt;But I can&amp;#39;t able to create the project based on custom board shows the error Image i attach in previous replies&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/296435?ContentTypeID=1</link><pubDate>Fri, 26 Feb 2021 08:26:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5342e5fd-fa28-4aaf-b0e2-0bed8de5c4fb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;2. Please check out our&lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/ncs-ble-tutorial-part-1-custom-service-in-peripheral-role"&gt; NCS BLE tutorial&lt;/a&gt; which will show you how to add services, both &amp;quot;regular services&amp;quot; and your own custom ones.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. Please check out the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html"&gt;Working with nRF52 series guide&lt;/a&gt; in the nRFConnect SDK documentation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/296188?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 10:06:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f156173-7fa0-4f4f-a20f-f9c65dd540fd</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi Simonr, Can i get solution for this &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/296098?ContentTypeID=1</link><pubDate>Wed, 24 Feb 2021 16:50:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:950e5c65-64aa-4ab5-8201-29bef193f83f</guid><dc:creator>Sunil vignesh</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/simonr"&gt;Simonr&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; As your guidance I have gone through nRF Connect SDK and I have build the &lt;strong&gt;peripheral_lbs&lt;/strong&gt; and able to run the project in nRF52832 DK. Few doubts in this project creation&lt;/p&gt;
&lt;p&gt;1. During advertising Led1 get blinking in some duration after device connected &lt;strong&gt;led2 states On&lt;/strong&gt; but led1 still blinking and also I can&amp;#39;t able to were i need to control this led. On compare with nRF5 SDK, nRF Connect SDk is fully kernel based codes isn&amp;#39;t it?&lt;/p&gt;
&lt;p&gt;2. I want to create a project to link multiple services like &lt;strong&gt;HID-Keyboard, NUS service&lt;/strong&gt; together. and also want to build custom services as like in nrf5 SDK is it possible&lt;/p&gt;
&lt;p&gt;3. How to create the custom project with custom board in nrf52. I have followed this video &lt;a href="https://www.youtube.com/watch?v=KSivO9Cf1TE"&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But i given for nRF91 board even though I tried to replicate the nRF52832 DK board as CUS832 but i can&amp;#39;t able to open the project file based on this custom board . Here I attach the zip file and images for your reference&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nus3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nus4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nus1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nus2.png" alt=" " /&gt;&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/cus832.zip"&gt;devzone.nordicsemi.com/.../cus832.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF connect SDK vs nRF5 SDK</title><link>https://devzone.nordicsemi.com/thread/295282?ContentTypeID=1</link><pubDate>Fri, 19 Feb 2021 09:29:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2eb00fa-0103-4396-819f-70e233385ec4</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Sunil&lt;/p&gt;
&lt;p&gt;1. The nRFConnect SDK is a set of open source projects maintained by Nordic Semiconductor, consisting of several repositories. Please see this link for more information on the nRF Connect SDK. Some of the biggest changes is that NCS is based on the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/getting_started/index.html#getting-started"&gt;Zephyr RTOS&lt;/a&gt;, which is the biggest&amp;nbsp;diference between the nRF5 SDK. I would also suggest checking out the&lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial"&gt; nRFConnect SDK Tutorial Series&lt;/a&gt; here on DevZone to get started with NCS.&lt;/p&gt;
&lt;p&gt;2. No. The nRF5 SDK is restricted to the nRF51 and nRF52 series devices. You will have to use the NCS in order to develop for nRF53.&lt;/p&gt;
&lt;p&gt;3. We don&amp;#39;t have any LE Audio transmission example projects as of yet in any SDKs. But when we do, this example and the drivers/libraries will be added to NCS, and not the nRF5 SDK. So I would suggest looking at the NCS.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>