Hi,
I'm trying to follow the NCS tutorial in: https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0#h140sjwm55pmfmaei5h3a2ornnoxrml
I'm using SES 5.34a and NCS 1.5.0.
I create the directory and generate the files fine as per section 1.1.
However at section 1.2 the instructions say:
- To set "Project:" click on the three dots to the right, find the hello_world project you created in 1.1 Set it up (e.g. C:\my_projects\hello_world) and click on "Select Folder"
But when I select the project directory all that comes up is "peripheral_lbs" not hello world?
Also when I select the board name, in my case "nrf9160dk_nrf9160ns" I get:
D:/Nordic/v1.5.0/nrf/samples/bluetooth/peripheral_lbs/build_nrf9160dk_nrf9160ns
The only way I've been able to get the nRF Connect Options to look like the example is:
1. In projects select hello_world from the drop down.
2. Select the device.
3. Select the build directory as my hello_world directory.
If I do this it overwrites my directory.
What am I doing wrong?
Thanks