Skip to content

RAKWireless/RAK4630-Amazon-Sidewalk-Example

Repository files navigation

RAK Sidewalk SDK

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.

Getting started

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

Initialization

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

Patch

To patch sidewalk subsys for RAK4631, run the following command:

cd rak-sid
west patch

Build

To build the application, run the following command:

RAK4631 EVB

  • Sidewalk sensor_monitoring demo
west build -p -b rak4631_nrf52840 app/rak4631_rak1901_demo/ -- -DOVERLAY_CONFIG="lora.conf"
  • Sidewalk DUT
west build -p -b rak4631_nrf52840 app/rak4631_sid_dut/

Build with docker(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"

About

Example code for Sidewalk application on the RAK4630/RAK4631

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages