In order to make things simple and to keep all developer on the same page,
this project serve as west manifest repo, to take advantage of west to
manage the set of repositories.
Please check out our Sidewalk Quick Start Guide as well.
Before getting started, make sure you have a proper nRF Connect SDK development environment. Follow the official Getting started guide.
Or using Docker to build the application. To build the ncs-builder docker image
run the build-docker-image in the docker folder.
./docker/build-docker-image
The first step is to initialize the workspace folder. Run the following command:
west init -m https://github.com/RAKWireless/this.git rak-sid-workspace
cd rak-sid-workspace
west updateTo patch sidewalk subsys for RAK4631, run the following command:
cd rak-sid
west patch -aTo build the application, run the following command:
nrfutil toolchain-manager launch --shell
- Sidewalk sensor_monitoring demo
west build -p -b rak4631 app/rak4631_rak1901_demo/ -- -DOVERLAY_CONFIG="lora.conf"
To build application via docker, run the following command:
./docker/dock-run west build -p -b rak4631 app/rak4631_rak1901_demo/ -- -DOVERLAY_CONFIG="lora.conf"