I was frustrated with the setup process for the nrf sdk and tools, so I made this sample project to make setup simple and automate installation of the sdk and cli tools.
Note, the setup scripts assume you are running this on a 64-bit debian/ubuntu based linux distribution
- Install vscode, make, wget, git, tar, and unzip
- Run
code ./
in this directory - Install extensions listed below
- Click the "Setup" button in the status bar or run
make setup
from the command line