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 update
To patch sidewalk subsys for RAK4631, run the following command:
cd rak-sid
west patch
To build the application, run the following command:
west build -p -b rak4631_nrf52840 app/rak4631_rak1901_demo/ -- -DOVERLAY_CONFIG="lora.conf"
west build -p -b rak4631_nrf52840 app/rak4631_sid_dut/
ncs-builder
)To build application via docker, run the following command:
./docker/dock-run west build -p -b rak4631_nrf52840 app/rak4631_rak1901_demo/ -- -DOVERLAY_CONFIG="lora.conf"