<?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>Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84328/getting-started-with-ncs-nrf-connect-sdk-with-simple-pwms</link><description>Hi, 
 
 I trouble the support team for quite a few months now with NRF5 and I am now trying to get started with the up to date SDK and hopefully being able to get along with matter functionnalities. 
 I am using the SDK on VS Code and I find it a bit</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Feb 2022 11:10:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84328/getting-started-with-ncs-nrf-connect-sdk-with-simple-pwms" /><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351290?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 11:10:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc730ad4-e074-49d9-bbd9-425ff47ac0a5</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Glad that it worked &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351266?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 10:03:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68e50d8d-a551-4386-a481-6715c3b55470</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;I managed to make things work. I finally found a synthax that work with the overlay :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
    pwmleds { 

        pwm_led1: pwm_led1 {
            pwms = &amp;lt;&amp;amp;pwm0 14&amp;gt;;
            status = &amp;quot;okay&amp;quot;;
        };
        pwm_led2: pwm_led2 {
            pwms = &amp;lt;&amp;amp;pwm0 15&amp;gt;;
            status = &amp;quot;okay&amp;quot;;
        };
    };

    aliases {
        pwm-led0 = &amp;amp;pwm_led0;
        pwm-led1 = &amp;amp;pwm_led1;
        pwm-led2 = &amp;amp;pwm_led2;
    };
};

&amp;amp;pwm0 {
    status = &amp;quot;okay&amp;quot;;
    ch0-pin = &amp;lt;13&amp;gt;;
    ch0-inverted;
    ch1-pin = &amp;lt;14&amp;gt;;
    ch1-inverted;
    ch2-pin = &amp;lt;15&amp;gt;;
    ch2-inverted;
};
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351263?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 09:59:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93872c57-9db4-4089-acdd-c1c2f26cbb4b</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Could you create the folder &amp;quot;projects&amp;quot; inside the&amp;nbsp;&lt;span&gt;c:\Users\user\ncs ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Then, when you open the VS Code via Toolchain manager, click on &amp;quot;Create a new application from sample&amp;quot; and enter the details similar to as follows (your Application location will be&amp;nbsp;c:\Users\user\ncs\projects)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1643968689658v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;And, later when generating the build configurations, do not enable the debug options.&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;Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351257?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 09:43:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15a2cbd8-e435-4826-8cd0-1a3a16195d42</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;Yes my files are the default files.&lt;/p&gt;
&lt;p&gt;I created a directory in my desktop named project&amp;nbsp;&lt;span&gt;c:\Users\user\Desktop\project. Then I opened the empty directory with vs code and created the application with the name project_app.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I enabled the debug options.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351255?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 09:38:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad613bca-8a94-4ab9-83ee-2d0281d15b7e</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;We can take a look around now:&lt;/p&gt;
&lt;p&gt;1. Have you made sure that you have taken CMakeLists and prj.conf back to how it was before you modified it?&lt;/p&gt;
&lt;p&gt;CMakeLists:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/0045.pastedimage1643967418703v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;prj.conf:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/4331.pastedimage1643967441374v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;2. When you generate the build configuration, do you enable the debug option?&lt;/p&gt;
&lt;p&gt;Also, could you tell me the path where you create the project folder?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351253?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 09:30:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:007da63f-00ef-4d1c-b789-c22368039df3</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;Error: c:\Users\user\Desktop\project\project_app\build\nrf52840dk_nrf52840.dts.pre.tmp:680.1-8 syntax error&lt;br /&gt;FATAL ERROR: Unable to parse input tree&lt;br /&gt;CMake Error at C:\Users\user\ncs\v1.8.0\zephyr\cmake\dts.cmake:225 (message):&lt;br /&gt; command failed with return code: 1&lt;br /&gt;Call Stack (most recent call first):&lt;br /&gt; C:\Users\user\ncs\v1.8.0\zephyr\cmake\app\boilerplate.cmake:545 (include)&lt;br /&gt; C:\Users\user\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:24 (include)&lt;br /&gt; C:\Users\user\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:35 (include_boilerplate)&lt;br /&gt; c:\Users&lt;span&gt;\&lt;/span&gt;&lt;span&gt;user&lt;/span&gt;&lt;span&gt;\Desktop\&lt;/span&gt;&lt;span&gt;project&lt;/span&gt;&lt;span&gt;\&lt;/span&gt;&lt;span&gt;project_app&lt;/span&gt;&lt;span&gt;\&lt;/span&gt;build\CMakeLists.txt:4 (find_package)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;-- Configuring incomplete, errors occurred!&lt;br /&gt;FATAL ERROR: command exited with status 1: &amp;#39;c:\Users\user\ncs\v1.8.0\toolchain\opt\bin\cmake.EXE&amp;#39; &amp;#39;-DWEST_PYTHON=c:\Users\user\ncs\v1.8.0\toolchain\opt\bin\python.exe&amp;#39; &amp;#39;-Bc:\Users&lt;span&gt;\&lt;/span&gt;&lt;span&gt;user&lt;/span&gt;&lt;span&gt;\Desktop\&lt;/span&gt;&lt;span&gt;project&lt;/span&gt;&lt;span&gt;\&lt;/span&gt;&lt;span&gt;project_app&lt;/span&gt;&lt;span&gt;\&lt;/span&gt;build&amp;#39; &amp;#39;-Sc:\Users&lt;span&gt;\&lt;/span&gt;&lt;span&gt;user&lt;/span&gt;&lt;span&gt;\Desktop\&lt;/span&gt;&lt;span&gt;project&lt;/span&gt;&lt;span&gt;\&lt;/span&gt;&lt;span&gt;project_app&lt;/span&gt;&amp;#39; -GNinja -DBOARD=nrf52840dk_nrf52840 -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=On -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DBOARD_ROOT:STRING=c:/Users&lt;span&gt;\&lt;/span&gt;&lt;span&gt;user/&lt;/span&gt;&lt;span&gt;Desktop/&lt;/span&gt;&lt;span&gt;project/&lt;/span&gt;&lt;span&gt;project_app&lt;/span&gt;&amp;nbsp;-DCONFIG_DEBUG_OPTIMIZATIONS:STRING=y -DCONFIG_DEBUG_THREAD_INFO:STRING=y -DDTC_OVERLAY_FILE:STRING=c:/Users/&lt;span&gt;user/&lt;/span&gt;&lt;span&gt;Desktop/&lt;/span&gt;&lt;span&gt;project/&lt;/span&gt;&lt;span&gt;project_app/&lt;/span&gt;nrf52840dk_nrf52840.overlay -DCONF_FILE:STRING=c:/Users/&lt;span&gt;user/&lt;/span&gt;&lt;span&gt;Desktop/&lt;/span&gt;&lt;span&gt;project/&lt;/span&gt;&lt;span&gt;project_app&lt;/span&gt;&lt;span&gt;\&lt;/span&gt;/prj.conf&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351252?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 09:26:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1edf7801-84b8-4d94-be79-6d3954021d47</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Could you attach the detailed error message that you get?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351250?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 09:18:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b92d52e-9b39-486b-9db1-0047d4128abf</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tried renaming the overlay. It seems the problem lies within the synthax of my overlay because I have the same issue.&lt;/p&gt;
&lt;p&gt;I did add the DT_ALIAS but I did not mention it ....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351248?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 09:11:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e1b9168-bf73-49a3-b985-d1f0f1847b8b</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Charles,&lt;/p&gt;
&lt;p&gt;So first, you need to&amp;nbsp;check whether you have named the overlay file&amp;#39;s right. Which DK are you working with? In case you are using a nRF52840DK, you should name your overlay file &amp;quot;nrf52840dk_nrf52840.overlay&amp;quot;. Exception is in the case of nrf5340, for which you name it as &amp;quot;nrf5340dk_nrf5340_cpuapp.overlay&amp;quot;. Basically, you name it after the board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Next, you don&amp;#39;t have to modify the CMakeLists or prj.conf. The overlay files will be detected and used to modify the devicetree if you put the overlay file in the the project file. It should look something like this:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1643965748302v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;You could also place your overlay files inside the &amp;quot;boards&amp;quot; folder (that would be more clean &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;)&lt;/p&gt;
&lt;p&gt;Now you can see in your &lt;em&gt;main.c&lt;/em&gt;, the line&amp;nbsp;&lt;strong&gt;#if DT_NODE_HAS_STATUS(PWM_LED1_NODE, okay).&amp;nbsp;&lt;/strong&gt;But the compiler has not seen PWM_LED1_NODE defined before, and the same applies for &lt;span&gt;PWM_LED2_NODE&amp;nbsp;&lt;/span&gt;. So, you could try defining those too in the main.c as follows:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1643965848705v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Also, try modifying the &amp;#39;aliases&amp;#39; in your overlay as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
    aliases {
        pwm-led0 = &amp;amp;pwm_led0;
        pwm-led1 = &amp;amp;pwm_led1;
        pwm-led2 = &amp;amp;pwm_led2;
    };&lt;/pre&gt;&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><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351190?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 15:55:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d32b3678-5b78-4859-82ce-3a683c3097d5</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am getting the hang a how to deal with many things in the SDK but I still can&amp;#39;t add functionnalities as I wish.&lt;/p&gt;
&lt;p&gt;I tried to add node using an overlay the same way I did previously but it seems it does not work.&lt;/p&gt;
&lt;p&gt;EDIT :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To be precise, I started from the PWM_blinky exemple.&lt;/p&gt;
&lt;p&gt;Then I added the files device_overlay.overlay and device_conf.conf (this one is empty for now).&lt;/p&gt;
&lt;p&gt;Overlay:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
    aliases {
        pwm_led0 = &amp;amp;pwm_led0;
        pwm_led1 = &amp;amp;pwm_led1;
        pwm_led2 = &amp;amp;pwm_led2;
    };

    &amp;amp;pwm0 {
        status = &amp;quot;okay&amp;quot;;
        ch0-pin = &amp;lt;13&amp;gt;;
        ch0-inverted;
        ch1-pin = &amp;lt;14&amp;gt;;
        ch1-inverted;
        ch2-pin = &amp;lt;15&amp;gt;;
        ch2-inverted;
    };

    pwmleds {
        compatible = &amp;quot;pwm-leds&amp;quot;;
        pwm_led0: pwm_led_0 {
            pwms = &amp;lt;&amp;amp;pwm0 13&amp;gt;;
            status = &amp;quot;okay&amp;quot;;
        };
        pwm_led1: pwm_led_1 {
            pwms = &amp;lt;&amp;amp;pwm0 14&amp;gt;;
            status = &amp;quot;okay&amp;quot;;
        };
        pwm_led2: pwm_led_2 {
            pwms = &amp;lt;&amp;amp;pwm0 15&amp;gt;;
            status = &amp;quot;okay&amp;quot;;
        };
    };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I added the following lines in the CMaleLists.txt :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;set(DTC_OVERLAY_FILE
  ${CMAKE_CURRENT_SOURCE_DIR}/device_overlay.overlay
)
set(CONF_FILE
  prj.conf
  ${CMAKE_CURRENT_LIST_DIR}/device_conf.conf
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then I modified the main.c by adding these lines:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#if DT_NODE_HAS_STATUS(PWM_LED1_NODE, okay)
#define PWM1_CTLR	    DT_PWMS_CTLR(PWM_LED1_NODE)
#define PWM1_CHANNEL	DT_PWMS_CHANNEL(PWM_LED1_NODE)
#define PWM1_FLAGS   	DT_PWMS_FLAGS(PWM_LED1_NODE)
#else
#error &amp;quot;Unsupported board: pwm-led1 devicetree alias is not defined&amp;quot;
#define PWM1_CTLR	    DT_INVALID_NODE
#define PWM1_CHANNEL   	0
#define PWM1_FLAGS    	0
#endif

#if DT_NODE_HAS_STATUS(PWM_LED2_NODE, okay)
#define PWM2_CTLR	        DT_PWMS_CTLR(PWM_LED2_NODE)
#define PWM2_CHANNEL	    DT_PWMS_CHANNEL(PWM_LED2_NODE)
#define PWM2_FLAGS	        DT_PWMS_FLAGS(PWM_LED2_NODE)
#else
#error &amp;quot;Unsupported board: pwm-led2 devicetree alias is not defined&amp;quot;
#define PWM2_CTLR	    DT_INVALID_NODE
#define PWM2_CHANNEL  	0
#define PWM2_FLAGS	    0
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and modifying the first PWM accordingly.&lt;/p&gt;
&lt;p&gt;When I try to bulid the application I get the error message :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;synthax error*&lt;/p&gt;
&lt;p&gt;FATAL ERROR: Unable to parse input tree&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Charles&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351033?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 09:30:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f090a094-6920-4e6b-9f29-01b9158f8273</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Charles,&lt;/p&gt;
&lt;p&gt;As a beginner to the nRF Connect SDK, I can understand your confusion as it is quite different from your previous environment. But once you get the hang of it, it gets very convenient. I would recommend you to take a look at all the parts of our &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial"&gt;Getting Started Guide&lt;/a&gt;. Even though 2 specific boards are mentioned here, the working is quite similar to all the DKs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In order to begin with the VS Code extension, we have a &lt;a href="https://www.youtube.com/playlist?list=PLx_tBuQ_KSqEt7NK-H7Lu78lT2OijwIMl"&gt;tutorial series on Youtube&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There is blinky and blinky_pwm sample in Zephyr as shown below:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/8360.pastedimage1643880383726v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;You can try implementing all this. But Kindly go through the guides and before you begin everything just make sure you have the nRF Connect SDK installed properly. First you should install the&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download#:~:text=Overview,Downloads"&gt; nRF Command Line Tools&lt;/a&gt;, and then you could try installing the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html"&gt;nRF Connect for Desktop&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, in the Guide, there is a detailed explanation of creating overlay files and working with the&amp;nbsp;various pins etc&amp;nbsp;so as to not make any direct modifications to the devicetree.&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><item><title>RE: Getting Started with NCS (NRF Connect SDK) with simple PWMs.</title><link>https://devzone.nordicsemi.com/thread/351025?ContentTypeID=1</link><pubDate>Thu, 03 Feb 2022 09:16:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af796990-5db6-43e6-861d-d48527562a31</guid><dc:creator>c.tessierpiart</dc:creator><description>&lt;p&gt;Hi again,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It seems I missed a the exemple related to my needs.I found the basic exemples and I can now interact properly with the board.&lt;/p&gt;
&lt;p&gt;However, I am still confused about the right behavior in NCS. Is there a way to modify GPIO without touching the basic configuration ? It doesn&amp;#39;t feel right to change this kind of file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charles&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>