Stratus Docs
Search
⌃K

Fetch Stratus Sample Applications

All the sample applications for the Stratus board can be found in the conexio_stratus_firmware repository on GitHub.
Sample Applications for nRF Connect SDK v2.1.1
There are 2 ways to fetch the Conexio Stratus sample applications.
Method 1
Check out the main Git repo v2.1.1 for the sample applications supported by the nRF SDK v2.1.1. Download the files, extract them, and place the extracted folder into: /opt/nordic/ncs/v2.1.1
Your nRF Connect SDK v2.1.1 folder structure should now look like this:
v2.1.1/
├─ bootloader/
├─ conexio_stratus_firmware/
├─ mbedtls/
├─ modules/
├─ nrf/
├─ nrfxlib/
├─ test/
├─ toolchain/
├─ tools/
├─ zephyr/
Method 2: Using nRF Connect SDK as a manifest repository
Alternatively, add the following entry to west.yml file in ncs/v2.1.1/nrf subtree of the existing west based project:
# Conexio repository.
- name: conexio
path: conexio
revision: main
url: https://github.com/Conexiotechnologies/conexio-stratus-firmware.git
import: west-nrf.yml
After updating the west.yml file, it should now look similar to this:
...
- name: openthread
repo-path: sdk-openthread
path: modules/lib/openthread
revision: 0d19f9112101e87722ec80b3a247bc7a1c54b232
# Conexio repository.
- name: conexio
path: conexio
revision: main
url: https://github.com/Conexiotechnologies/conexio-stratus-firmware.git
import: west-nrf.yml
# West-related configuration for the nrf repository.
self:
# This repository should be cloned to ncs/nrf.
path: nrf
# This line configures west extensions.
west-commands: scripts/west-commands.yml
Now clone all the repositories, by issuing the following command:
west update
Your nRF Connect SDK v2.1.1 folder structure should now look like this:
v2.1.1/
├─ bootloader/
├─ conexio/ <- stratus samples folder
├─ mbedtls/
├─ modules/
├─ nrf/
├─ nrfxlib/
├─ test/
├─ toolchain/
├─ tools/
├─ zephyr/
Sample Applications for nRF Connect SDK v1.7.0 (Not maintained anymore)
Checkout the Git repo master/main branch for the sample applications supported by the nRF SDK v1.7.0. The fastest way is to download the files, extract them, and place the extracted folder into:
/opt/nordic/ncs/v1.7.0
Your nRF Connect SDK v1.7.0 folder structure should now look like this:
v1.7.0/
├─ bootloader/
├─ conexio_stratus_firmware/
├─ mbedtls/
├─ modules/
├─ nrf/
├─ nrfxlib/
├─ test/
├─ toolchain/
├─ tools/
├─ zephyr/
We have now met all the requirements for compiling applications for the Conexio Stratus.