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
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
Hi,
Samples are not organized in folder structure based on product type, you can run samples provided if you select the correct board type. In this case select any sample you want and see if there is a nRF5340 board supported for it.
The Getting started guide should have made it clear but if it is not, then please let me know.
Sorry I am trying to understand. Is nRF Connect SDK a download executable? I found a GITHUB repo with some examples in it. When I click on board type it takes me product description. Not example code.
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.