The nRF Connect SDK is a software development kit for building low-power wireless applications based on Nordic Semiconductor’s nRF54, nRF53, nRF52, nRF70, or nRF91 Series devices. We will take a look under the hood of the SDK to have a better understanding of its structure and content.
In the exercise section of this lesson, we will cover all the steps needed to download and install the nRF Connect SDK with the Visual Studio Code Integrated Development Environment (VS Code IDE). Then, we will test the installation by building and flashing the sample program blinky
, which toggles an LED on your Nordic Semiconductor board. Finally, we will cover how to modify the blinky
source code and rebuild the program to make the LED toggle at a different frequency.
The exercise is divided into two parts:
west,
which is a core command-line utility in the nRF Connect SDKblinky
, which toggles an LED on your Nordic-based board