Setting up the Toolchain
1. Install Required Tools
- SEGGER J-Link
- nRF Util
→ Add to yourPATH
- nRF Command Line Tools
→ Add to yourPATH
2. Set Up VS Code
- Install the nRF Connect VSCode Extension Pack
- In the extension:
Install/Manage toolchain → Install SDK → Download 3.0.2
3. Initialize the Project
Open an nRF Connect Terminal (not a regular) in VS Code and run:
pip install -r zephyr/scripts/requirements.txt
pip install -r app/scripts/requirements.txt
west init -l app
west