You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,18 +50,17 @@ Alternatively, you can download pre-built firmware binaries from the latest rele
50
50
51
51
## Setting up the development environment
52
52
53
-
To build the firmware from source, you need the nRF Connect SDK development environment ([setup guide](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html)). There are two options for setting up and building the project. For a detailed walkthrough, see the [Getting Started Guide](docs/common/getting_started.md).
53
+
There are two options for setting up and building the project.
54
54
55
55
### Option 1: nRF Connect for VS Code (Recommended)
56
56
57
57
Use the [nRF Connect for VS Code](https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/index.html) extension for an integrated development experience:
58
58
59
-
1. Open VS Code and go to the **nRF Connect** extension.
3. Search for **Asset Tracker Template** and create the project.
62
-
4. Use the **Actions** panel in the extension to build and flash the application.
63
-
64
-
For more details, see the [Getting Started Guide](docs/common/getting_started.md).
59
+
1. To install the nRF Connect SDK and its toolchain using nRF Connect for VS Code, follow [extension documentation](https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/get_started/quick_setup.html) or [Installing nRF Connect SDK and VS Code exercise] (https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-1-1/) on Nordic Developer Academy.
60
+
2. Open VS Code and go to the **nRF Connect** extension.
Copy file name to clipboardExpand all lines: docs/index.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@ The Asset Tracker Template is a modular framework for developing IoT application
4
4
5
5
The system is organized into modules, each responsible for a specific functionality, such as managing network connectivity, handling cloud communication, or collecting environmental data. Modules communicate through [zbus](https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/services/zbus/index.html) channels, ensuring loose coupling and maintainability.
6
6
7
-
The Asset Tracker Template is an add-on and released separately from the [Asset-Tracker-Template](https://github.com/nrfconnect/Asset-Tracker-Template) repository.
@@ -21,18 +19,17 @@ Alternatively, you can download pre-built firmware binaries from the latest rele
21
19
22
20
## Setting up the development environment
23
21
24
-
To build the firmware from source, you need the nRF Connect SDK development environment ([setup guide](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html)). There are two options for setting up and building the project. For a detailed walkthrough, see the [Getting Started Guide](common/getting_started.md).
22
+
There are two options for setting up and building the project.
25
23
26
24
### Option 1: nRF Connect for VS Code (Recommended)
27
25
28
26
Use the [nRF Connect for VS Code](https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/index.html) extension for an integrated development experience:
29
27
30
-
1. Open VS Code and go to the **nRF Connect** extension.
3. Search for **Asset Tracker Template** and create the project.
33
-
4. Use the **Actions** panel in the extension to build and flash the application.
34
-
35
-
For more details, see the [Getting Started Guide](common/getting_started.md).
28
+
1. To install the nRF Connect SDK and its toolchain using nRF Connect for VS Code, follow [extension documentation](https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/get_started/quick_setup.html) or [Installing nRF Connect SDK and VS Code exercise] (https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-1-1/) on Nordic Developer Academy.
29
+
2. Open VS Code and go to the **nRF Connect** extension.
0 commit comments