<?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 Project Start</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113165/nrf-connect-sdk-project-start</link><description>Hi! I am beginning development on my first BLE project using nRF Connect SDK in VSCode. I have done a few projects using the old nRF5 SDK. I am wondering what is the best way to start a new project, I have seen a couple of different methods from guides</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jul 2024 05:41:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113165/nrf-connect-sdk-project-start" /><item><title>RE: nRF Connect SDK Project Start</title><link>https://devzone.nordicsemi.com/thread/494468?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2024 05:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56bc014a-7632-4610-99d4-fce357898df0</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Normally I would just recommend to start with a sample that do whatever is close to your application. Just because of the LED and the button I would maybe start with &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_lbs/README.html"&gt;Peripheral LBS sample&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To add OTA to the sample you can add the following Kconfig options&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#Enable MCUBOOT bootloader build in the application
CONFIG_BOOTLOADER_MCUBOOT=y
#Include MCUMGR and the dependencies in the build
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y
CONFIG_BT_PERIPHERAL=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can also read more about how to add DFU &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/nrf53/fota_update_nrf5340.html"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>