<?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>How to create a project from a sample with nRF Connect SDK and SES?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/86123/how-to-create-a-project-from-a-sample-with-nrf-connect-sdk-and-ses</link><description>How can I create a new nRF Connect SDK project from a sample using Segger Embedded Studio? 
 My idea is to get the settings and libraries right, but replace the actual application code with my own. 
 With VS Code it&amp;#39;s easy, because you can create an application</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Mar 2022 11:02:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/86123/how-to-create-a-project-from-a-sample-with-nrf-connect-sdk-and-ses" /><item><title>RE: How to create a project from a sample with nRF Connect SDK and SES?</title><link>https://devzone.nordicsemi.com/thread/359571?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2022 11:02:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac2dc068-a5aa-4073-99b6-8457ec3b00d7</guid><dc:creator>turboscrew</dc:creator><description>&lt;p&gt;Aha, it works, if you add the CMakeLists.txt and .prj-file manually!&lt;/p&gt;
&lt;p&gt;The &amp;quot;Open&amp;nbsp; nRF Connect SDK project&amp;quot; then accepts that directory as a project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create a project from a sample with nRF Connect SDK and SES?</title><link>https://devzone.nordicsemi.com/thread/359565?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2022 10:37:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97d32d4d-015f-4ca2-9a00-ebb87b8c1103</guid><dc:creator>turboscrew</dc:creator><description>&lt;p&gt;In the VS Code version, it&amp;#39;s easy, when you can give the project name and application location (the application really goes there) and give a sample as a template.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/example4.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create a project from a sample with nRF Connect SDK and SES?</title><link>https://devzone.nordicsemi.com/thread/359558?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2022 10:14:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5469f268-4f23-46c0-ad09-4c9f15a021d3</guid><dc:creator>turboscrew</dc:creator><description>&lt;p&gt;Yes, I can compile, but the application sources remain in the SDK. Just the build directory is created. Also, the &amp;quot;add new file to CMakeLists.txt&amp;quot; doesn&amp;#39;t seem to work. I&amp;#39;d like to be able to put just the application code to a version control repo - not the whole SDK. Also, I don&amp;#39;t want to break the samples.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/example1.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/example2.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/example3.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to create a project from a sample with nRF Connect SDK and SES?</title><link>https://devzone.nordicsemi.com/thread/359524?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2022 08:33:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c79960f8-2c18-4e1e-a88b-2530b0890f5b</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In order to create a new sample in SES, you can open the nRF Connect for Desktop Application on your PC, navigate to &amp;quot;Toolchain Manager&amp;quot;. Then go to your required version, say you want v1.9.1 then select the &amp;quot;Open SEGGER Embedded Studio&amp;quot; option beside the version:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/4/pastedimage1648022932717v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This will take you to SES and there, you can navigate to &amp;quot;Files&amp;quot; in the top left corner and select &amp;quot;Open nRF Connect SDK Project...&amp;quot;. This will take you to the page where you can select your sample, DK and build details.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We also have a &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0"&gt;beginners tutorial&lt;/a&gt; where you can find more details regarding the same.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>