This project is based on the NCS Example Application.
Before getting started, make sure you have a proper nRF Connect SDK development environment. Follow the official Getting started guide.
The first step is to initialize the workspace folder (thingy91x-oob
) where the
firmware
project and all nRF Connect SDK modules will be cloned. Run the
following command:
# initialize thingy91x-oob workspace
west init -m https://github.com/hello-nrfcloud/firmware --mr main thingy91x-oob
cd thingy91x-oob
# enable Bosch environmental sensor driver
west config manifest.group-filter +bsec
# update nRF Connect SDK modules
west update
# use sysbuild by default
west config build.sysbuild True
To build the application, run the following command:
west build -b thingy91x/nrf9151/ns app
When using an external debugger, you can flash using this command:
west flash --erase