For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fetch BLITZ Sample Applications

All the sample applications for the BLITZ board can be found in the conexio-firmware-sdk repository on GitHub.

Sample Applications for nRF Connect SDK v2.6.0

There are 2 ways to fetch the Conexio BLITZ sample applications.

Method 1

Check out the main Git repo v2.6.0 for the sample applications supported by the nRF SDK v2.6.0. Download the files, extract them, and place the extracted folder into: /nordic/ncs/v2.6.0

Your nRF Connect SDK v2.6.0 folder structure should now look like this:

v2.6.0/
├─ bootloader/
├─ conexio-firmware-sdk/
├─ 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.6.0/nrf subtree of the existing west based project:

After updating the west.yml file, it should now look similar to this:

Now clone all the repositories, by issuing the following command:

Your nRF Connect SDK v2.5.0 folder structure should now look like this:

We have now met all the requirements for compiling applications and getting started with the Conexio BLITZ.

Last updated