<?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>nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123577/nrf9160-new-sdk-integration-and-build-procedure</link><description>Hi Team, 
 
 We are starting new product development using nrF9160 modem. 
 I saw that new SDK available is v3.0.2. I hope we have to build/compile it in VS code, am I correct? 
 Can you please provide complete procedure from downloading v3.0.2 SDK from</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Oct 2025 08:40:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123577/nrf9160-new-sdk-integration-and-build-procedure" /><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/550438?ContentTypeID=1</link><pubDate>Thu, 02 Oct 2025 08:40:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dd16a36-8e3d-453a-851a-07b3e65101f0</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user="sravan.rikka"]1. Is the GPS functionality can be enabled using nRF9160? If yes, can you please share the steps or procedure.[/quote]
&lt;p&gt;Yes, the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/app_dev/device_guides/nrf91/nrf91_features.html#gnss"&gt;nRF9160 support GNSS&lt;/a&gt;. Have a &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/samples/cellular/gnss/README.html"&gt;look at our GNSS sample&lt;/a&gt;, and the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrfxlib/nrf_modem/doc/gnss_interface.html"&gt;Modem Library chapter on GNSS&lt;/a&gt;.&amp;nbsp;You can also use the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/applications/serial_lte_modem/doc/GNSS_AT_commands.html"&gt;Serial LTE Modem application to configure GPS&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Please note:&amp;nbsp;GPS receiver operation is time multiplexed with the LTE modem, and GPS and QZSS position can be received while the LTE modem is in RRC Idle mode, power saving mode (PSM), or completely deactivated.&amp;nbsp;&lt;/strong&gt;See &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf9160/page/gps.html"&gt;GPS Receiver chapter in nRF9160 Datasheet&lt;/a&gt;&lt;/p&gt;
[quote user="sravan.rikka"]2. OTP memory available in&amp;nbsp;nRF9160? if yes, how to access it?[/quote]
&lt;p&gt;Yes, t&lt;span&gt;he OTP region of UICR is emulated by placing a write-once per halfword limitation on registers defined here. Please see&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf9160/page/kmu.html#ariaid-title6"&gt;OTP subsection in Key Management Unit (KMU) chapter&lt;/a&gt;&amp;nbsp;and &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf9160/page/uicr.html#ariaid-title10"&gt;OTP in the UICR register&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
[quote user="sravan.rikka"]3. If there is no catM1 or NBIOT network then will it fall back to 2g/3g?[/quote]
&lt;p&gt;&lt;span&gt;No. The nRF91 series support CatM1 and NB-IoT only.&lt;/span&gt;&lt;/p&gt;
[quote user="sravan.rikka"]4. When used QoS as 1 or QoS 2 and if the broker is down and how many times the nRF9160 retries sending publish message to the broker?[/quote]
&lt;ol start="4"&gt;
&lt;li&gt;
&lt;p&gt;/ .5&amp;nbsp;The application itself does not have built-in Quality of Service (QoS) handling. While the MQTT helper stack supports acknowledging QoS messages, it’s the responsibility of the application layer to implement full QoS behavior. This can be achieved by integrating the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/nrf/libraries/others/qos.html"&gt;Quality of Service (QoS) library&lt;/a&gt;, which provides the necessary tools to manage message delivery guarantees.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="sravan.rikka"]6. nRF9160 subscribe for a topic and went to sleep state and publisher published the message to the broker but subscriber is in sleep state then broker will wait till subscriber wakeup and forwards the publish message? or broker will discard the message?[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;When a device is subscribed to a topic, the broker will immediately deliver any published messages to it, provided the device is awake and connected. If the device is asleep, message delivery depends on whether the cellular network buffers messages during that period. Please note that not all networks support message buffering, so this behavior can vary depending on the operator and configuration.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/550255?ContentTypeID=1</link><pubDate>Tue, 30 Sep 2025 17:09:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38beae73-7df1-496d-8798-16e10e0a4e91</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. Is the GPS functionality can be enabled using nRF9160? If yes, can you please share the steps or procedure.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. OTP memory available in&amp;nbsp;nRF9160? if yes, how to access it?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. If there is no catM1 or NBIOT network then will it fall back to 2g/3g?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. When used QoS as 1 or QoS 2 and if the broker is down and how many times the nRF9160 retries sending publish message to the broker?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5. QoS 1 or QoS 2 acknowledgements are handled by stack right? not handled in application level? If application wants to know that publish is successfully received by broker, is it possible, if yes please provide procedure.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;6. nRF9160 subscribe for a topic and went to sleep state and publisher published the message to the broker but subscriber is in sleep state then broker will wait till subscriber wakeup and forwards the publish message? or broker will discard the message?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sravan Rikka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/548166?ContentTypeID=1</link><pubDate>Tue, 09 Sep 2025 08:33:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fca98dd-231a-4ffe-9d50-639cf91e762c</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;div&gt;Hello,&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;The MQTT sample documentation has been updated to elaborate around the sample and its usage of system threads&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;[quote user="sravan.rikka"]Can we take &amp;#39;at_client&amp;#39; sample code as a starting point to start implementation at least drivers etc and later we will add mqtt related changes to this sample code, is the &amp;#39;at_client&amp;#39; good to use as a starting sample code or do you suggest any other sample code as a starting point?[/quote]&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;You’re encouraged to begin with the sample that best fits your development needs. If the MQTT sample appears too advanced, consider exploring other examples available in our SDK and the Zephyr repository. These can be combined or adapted to suit your implementation.&lt;/p&gt;
&lt;p&gt;Please note that this particular sample does not include a traditional&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;main.c&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;file. Instead, it follows a modular architecture where each module defines its own thread using the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;K_THREAD_DEFINE&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;macro. This design removes the need for a central&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;main()&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;function, allowing each module to initialize and operate independently.&lt;/p&gt;
&lt;p&gt;Inter-module communication is handled through Zephyr’s&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;zbus&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;message-passing system, resulting in a loosely coupled, event-driven architecture. For a clearer understanding of the application&amp;#39;s flow, refer to the Sequence Diagram section.&lt;br /&gt;&lt;br /&gt;More information can be found under&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/zephyr/kernel/services/threads/system_threads.html"&gt;Zephyr&amp;#39;s System Thread chapter&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/548064?ContentTypeID=1</link><pubDate>Mon, 08 Sep 2025 12:56:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:840623f6-8889-4d7d-8ea2-3a7f5d702cf3</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Hi Oyvind,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Awaiting for your response.&lt;/p&gt;
&lt;p&gt;Can we take &amp;#39;at_client&amp;#39; sample code as a starting point to start implementation at least drivers etc and later we will add mqtt related changes to this sample code, is the &amp;#39;at_client&amp;#39; good to use as a starting sample code or do you suggest any other sample code as a starting point?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;#39;at_client&amp;#39; sample code available at below path in SDK 3.1.0.&lt;/p&gt;
&lt;p&gt;C:\ncs\v3.1.0\nrf\samples\cellular\at_client.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sravan Rikka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/547014?ContentTypeID=1</link><pubDate>Thu, 28 Aug 2025 07:38:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b7a75bf-f64c-494a-a11c-75e99757ae0a</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user="sravan.rikka"]The sample does not include a&amp;nbsp;&lt;code&gt;&lt;span&gt;main.c&lt;/span&gt;&lt;/code&gt;&amp;nbsp;file. To follow the typical flow of the application, see the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/net/mqtt/doc/architecture.html#mqtt-sample-sequence-diagram"&gt;&lt;span&gt;Sequence diagram&lt;/span&gt;&lt;/a&gt;&amp;nbsp;section. I found this in architecture webpage.[/quote]
&lt;p&gt;Yes, that is correct. There is no main file. I recommend looking at the&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/"&gt;nrf connect sdk intermediate course&lt;/a&gt;&amp;nbsp;and lesson 1 specifically, which provides more information on this. That said, I&amp;#39;ve reached out to the developers to discuss the use of main.c or lack off.&lt;/p&gt;
[quote user="sravan.rikka"]2. I have kept our modified/updated board files in &amp;#39;zephyr/boards/arm&amp;#39; folder and also tried by keeping in &amp;#39;nrf/boards/nordic&amp;#39; folder but still I can&amp;#39;t see it under build configuration &amp;#39;board target&amp;#39; section. In which folder I have to keep board files? and how to select our board files under &amp;#39;board target&amp;#39; in build configuartion[/quote]
&lt;p&gt;Same as above, have a look at the intermediate course and lesson 3 -&amp;nbsp;Adding custom board support.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will update you within 3 business days.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/546959?ContentTypeID=1</link><pubDate>Wed, 27 Aug 2025 14:54:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6474f3ba-55f9-41aa-9e05-4d5043fa4a0d</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Awaiting for your response, can you please respond to above email.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sravan Rikka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/546923?ContentTypeID=1</link><pubDate>Wed, 27 Aug 2025 13:04:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2460568c-18f7-45b9-a407-6f4200217ae6</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&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;1. I have found the mqtt example code at the specified location and build it successfully. Also I read the document at below webpage.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a id="" href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/net/mqtt/doc/description.html"&gt;https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/net/mqtt/doc/description.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/net/mqtt/doc/architecture.html"&gt;https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/net/mqtt/doc/architecture.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The sample does not include a&amp;nbsp;&lt;code class="file docutils literal notranslate"&gt;&lt;span class="pre"&gt;main.c&lt;/span&gt;&lt;/code&gt;&amp;nbsp;file. To follow the typical flow of the application, see the&amp;nbsp;&lt;a class="reference internal" href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/net/mqtt/doc/architecture.html#mqtt-sample-sequence-diagram"&gt;&lt;span class="std std-ref"&gt;Sequence diagram&lt;/span&gt;&lt;/a&gt;&amp;nbsp;section. I found this in architecture webpage.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Checked in example code folder, observed same that there is no main.c file. Is it possible to p&lt;/span&gt;&lt;span&gt;rovide a main.c file by linking all modules(network, trigger, sampler, transport) it helps to understand the code flow from network registration to publish data over MQTT and start developing our application/features on top of it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. I have kept our modified/updated board files in &amp;#39;zephyr/boards/arm&amp;#39; folder and also tried by keeping in &amp;#39;nrf/boards/nordic&amp;#39; folder but still I can&amp;#39;t see it under build configuration &amp;#39;board target&amp;#39; section. In which folder I have to keep board files? and how to select our board files under &amp;#39;board target&amp;#39; in build configuartion.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1756308706348v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sravan Rikka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/546912?ContentTypeID=1</link><pubDate>Wed, 27 Aug 2025 12:40:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a278fff3-331c-48f0-861e-445191d488e5</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The sample is located under&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/samples/net/mqtt/doc/description.html"&gt;nrf\samples\net\mqtt\&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/546882?ContentTypeID=1</link><pubDate>Wed, 27 Aug 2025 10:24:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1c4cc51-93c9-425f-a2bd-0133602b0c93</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. I have installed&amp;nbsp;&lt;span&gt;v3.1.0 SDK and looking for MQTT example code but didn&amp;#39;t find it in nrf/samples, can you please tell in which folder it is available.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sravan Rikka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/545478?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2025 08:11:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ee95047-bb4e-4727-a803-d548d53d5f2c</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="sravan.rikka"]Can you please provide your answers to below queries.[/quote]
&lt;p&gt;Yes, of course! Don&amp;#39;t forget to have a look &lt;a href="https://docs.nordicsemi.com/"&gt;docs.nordicsemi.com&lt;/a&gt;&amp;nbsp;as well&amp;nbsp;&lt;/p&gt;
[quote user="sravan.rikka"]1. v3.0.2 SDK is the latest on as of today?[/quote]
&lt;p&gt;The latest stable release is nRF Connect SDK v3.0.2, but there is also a release candidate for v3.1.0 available.&amp;nbsp;&lt;/p&gt;
[quote user="sravan.rikka"]2. How much frequently SDK versions will be released? (Ex: Every 3 months or every 6 months? etc)[/quote]
&lt;p&gt;I would recommend reaching out to your local sales representative for this information. I do not have this roadmap information, unfortunately.&amp;nbsp;&lt;/p&gt;
[quote user="sravan.rikka"]3. We have to use VS Code for the development? No need to use segger embedded studio IDE?[/quote]
&lt;p&gt;You can use which ever environment that you prefer, but Nordic Semiconductor has developed the &lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/index.html"&gt;nRF Connect for Visual Studio code extension&lt;/a&gt; which&amp;nbsp;&lt;span&gt;provides an easier, user-friendly GUI to build and configure your embedded systems projects based on the&lt;/span&gt;&amp;nbsp;nRF Connect SDK&lt;span&gt;&amp;nbsp;in a single program&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Some more information on development can be found under &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev.html"&gt;Application Development in the NCS documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/545382?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 12:51:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e09283d6-8103-4825-b645-15f0fe77e591</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am going through the links you shared.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you please provide your answers to below queries.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. v3.0.2 SDK is the latest on as of today?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. How much frequently SDK versions will be released? (Ex: Every 3 months or every 6 months? etc)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. We have to use VS Code for the development? No need to use segger embedded studio IDE?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sravan Rikka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 new SDK integration and build procedure</title><link>https://devzone.nordicsemi.com/thread/545033?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2025 09:15:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91309dca-96d2-4d5a-b8d7-d6c0e8055955</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please see our &lt;a href="https://academy.nordicsemi.com/"&gt;nRF Connect SDK Fundamentals course in our Developer Academy.&lt;/a&gt; This will provide all steps to go forward with NCS and the VS Code extension.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>