Skip to content

nRF Connect SDK and Zephyr

The MiraMesh networking stack can be used with the Zephyr real-time operating system through integration with the Nordic Semiconductor nRF Connect SDK.

The MiraMesh integration into Zephyr itself is provided through a MiraMesh Zephyr integration module. This module is compatible with west and west can import it into new or existing workspaces.

The easiest way to get started with MiraMesh running in Zephyr is to build our MiraMesh Zephyr example. This example sets up a west workspace with a simple network sender/receiver application, including the MiraMesh Zephyr integration module and Zephyr through the nRF Connect SDK. Follow the documentation in the example repo's README.md file to get started.

Back to top