# nRF Connect SDK Installation

![](https://3229153654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXjGw-Z8_tCuNQB93OW%2Fuploads%2FeiyF6cwEKDmbR4YoLC34%2Fnrfconnect.png?alt=media\&token=6c316a78-5d9d-46a6-8dce-a279ed7b5219)

The Conexio devices currently only support [<mark style="color:red;">ZephyrRTOS</mark>](https://www.zephyrproject.org/). To access all the features and capabilities, Nordic Semiconductor has developed the [<mark style="color:red;">nRF Connect SDK</mark>](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/introduction.html) (NCS) that enables you to develop applications for nRF53, and nRF91 Series devices that powers Conexio devices.

To make nRF Connect SDK installation a breeze, follow the following steps.

* Download and install a cross-platform tool [<mark style="color:red;">nRF Connect for Desktop</mark>](https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-desktop) for your operating system.
* Install and run the nRF Connect tool on your machine.
* Click I**nstall** next to the Toolchain manager as shown below.

![The Toolchain Manager window](https://3229153654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXjGw-Z8_tCuNQB93OW%2Fuploads%2F8YPXXMjNvrYr6w6fSMqC%2Finstall.png?alt=media\&token=05bb8abc-04a8-4320-bf91-bab2e2d21042)

* Once the Toolchain manager is installed, click open.

![The Toolchain Manager window](https://3229153654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXjGw-Z8_tCuNQB93OW%2Fuploads%2F97zLEKKWcPNovsgvBRMG%2FScreen%20Shot%202021-10-30%20at%208.38.24%20PM.png?alt=media\&token=0cef5717-6543-4a46-9f05-16fa58a3e4c4)

{% hint style="info" %}
The Conexio BLITZ sample applications are currently compatible with **nRF Connect SDK V2.6.0 and above.**&#x20;
{% endhint %}

* Select **nRF Connect SDK v2.6.0** and click **Install**. Depending on your internet speed, it may take a few tens of minutes, so go and grab yourself a cup of coffee **☕**

![The Toolchain Manager window](https://3229153654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXjGw-Z8_tCuNQB93OW%2Fuploads%2FfdFiVBIvz4D7hbiVzwKS%2Fncs-2.6.0.png?alt=media\&token=f9d101cf-6363-4d7e-8ab1-c8fedcfbf2c5)

* Once the installation is complete, click the dropdown menu and hit **Open Terminal**.

![The Toolchain Manager dropdown menu options](https://3229153654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXjGw-Z8_tCuNQB93OW%2Fuploads%2FGl7XfWKtB9a5I5znTDKh%2FScreenshot%202024-03-30%20at%2010.45.17%E2%80%AFPM.png?alt=media\&token=78c2f281-230d-4029-8e2d-27cef88b696b)

* This will open the terminal in the installed directory of the nRF Connect SDK as indicated. In our case **nordic/ncs/v2.6.0**.

![](https://3229153654-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXjGw-Z8_tCuNQB93OW%2Fuploads%2FYD0TcuHfTnu9tM6XT6L9%2FScreenshot%202024-03-30%20at%2010.47.06%E2%80%AFPM.png?alt=media\&token=4fb95c65-6231-4333-b976-1fa0fcc5a6dc)

Hooray🎉 . You have completed the first milestone.

**References**

1. [nRF Connect SDK](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#gs-app-tcm) installation documentation by the Nordic Semiconductor.
