This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF5340 Sample Programs

This should be easy but I can't seem to find it.  Where is the sample program downloaded at.  I can find the wiki for each so there some where.

Regards

Parents Reply
  • No worries.

    The nRF Connect SDK is not an executable, it is a combination of source files/headers/toolchain/external repos and libraries.

    However, the simplest way to install the SDK and required tools is through the nRF Connect for Desktop application and its Toolchain Manager(on Windows) or Getting Started Assistant(on Linux/macOS). This is explained in the "Setting up your toolchain" section of the guide. The SDK can also be installed manually, and the guide explains how to do this as well.

    After you have installed the SDK, most samples can be found under nrf/samples, or zephyr/samples. You can see which boards a sample natively supports in its Readme file.

Children
No Data
Related