nRF5 SDK for Mesh v4.0.0
Examples

Mesh devices are broadly categorized into two roles: a provisioner role and a node role. The nRF5 SDK for Mesh provides several example projects to demonstrate these roles, mesh models, and certain features that will help you get started on new mesh-based projects.

Table of contents


Read before testing

All examples are guaranteed to work with fully compatible device configurations. Some of the examples are not compatible with nRF52810.

Before you start using the examples, see the following pages:

You can also quickly run an example without going through the complete toolchain installation. See Running a first example for details.


Available examples

The following examples are provided with this SDK:

Moreover, the SDK comes with several Experimental examples, such as:


Common example modules

The examples implement common functionalities through several common modules, including among others:

For full overview of all common modules and detailed information, check the Application support modules API section.


Provisioning bearers in the nRF5 SDK for Mesh examples

The nRF5 SDK for Mesh examples can be provisioned using both of the provided provisioning bearers, without the OOB authentication method or with the static OOB authentication method. See the following table for an overview of which example works with PB-ADV or PB-GATT, or both.

Example / Bearer PB-ADV PB-GATT
Beaconing example X -
DFU example X -
EnOcean switch translator client example X X
Dimming examples (experimental) X X
Light switch example X X
Coexistence examples X -
Low Power node example (experimental) - X
Remote provisioning example (experimental)* X -
Serial example* X -

All these examples use the 16-byte static OOB value. The static OOB value is stored in STATIC_AUTH_DATA, which is defined in each of the examples.

Note
The following examples marked with (*) in the table are exceptions:
  • Remote provisioning example (experimental) – uses PB-ADV with the static OOB authentication method. However, it uses a different 16-byte static OOB value than other examples. The reason is to prevent provisioning all devices around using the PB remote client.
  • Serial example – uses PB-ADV. However, it can be provisioned through the static provisioner if the same 16-byte static OOB value is used to initialize the provisioner role.

For more information about provisioning, see the following pages:


Evaluating examples using the nRF Mesh mobile application

You can use nRF Mesh mobile app (available for iOS and Android) with almost all of the Mesh examples for provisioning and configuring the boards. The only example that does support the mobile application is the light switch mesh provisioner.

This said, the nRF Mesh mobile application is recommended for use with the following examples:

Check the section about evaluating the example using the nRF Mesh mobile application on the documentation pages of these examples for example-specific information, like the name of the nodes in the application.

Note
The following procedures related to the nRF Mesh mobile application are referring to:
  • The nRF Mesh application on Android. However, there are no major differences in the UI of the iOS version.
  • Generic On Off Server and Generic On Off Client model instances. The model instances you need to bind can be different for your example – check the documentation pages of recommended example. Moreover, for Low Power node example (experimental), setting publication requires a different procedure.

Provisioning with nRF Mesh

To provision Mesh examples with the nRF Mesh mobile app, complete the following steps:

  1. Flash the examples by following the instructions in Running examples, including:
    1. Erase the flash of your development boards and program the SoftDevice.
    2. Flash the client firmware on individual boards and the server firmware on other board or boards.
  2. Open the nRF Mesh mobile app. The main application window appears.
  3. Add a new node. The application starts looking for unprovisioned nodes and lists them on the screen.
    • See the example pages for information about the node naming conventions.
  4. Provision each node by completing the following steps for each of them:
    1. Tap the node name to connect to it.
    2. Identify the node.
    3. Provision the node and select the desired OOB option. The application starts the provisioning process. When it is complete, you receive a notification.
  5. When all nodes are provisioned, note the addresses of the server nodes. You need them when setting the publication address.
Note
If the automatic configuration is broken, manually get the composition data, add application keys, and only then go to the following procedure.

Binding nodes with nRF Mesh

To bind Mesh nodes with the nRF Mesh mobile app, complete the following steps:

  1. On the server nodes, bind the Generic On Off Server model instance with the same application key:
    1. Tap the server node name. The node configuration menu opens.
    2. In the expanded Elements section, tap the Generic On Off Server instance name.
    3. In the section with bound application keys, tap the button for binding the application key and then tap the application key field. The key is now bound.
  2. Repeat step 5 and 6 for each server board node.
  3. On the client node, bind the Generic On Off Client model instance with the same application key:
    1. On the list of provisioned nodes, tap the client node name. The configuration menu opens.
    2. In the expanded Elements section, tap the first Generic On Off Client instance name.
    3. In the section with bound application keys, tap the button for binding the application key and then tap the application key field. The key is now bound. The application goes back to the Generic On Off Client model instance menu.

Setting publication with nRF Mesh

To set publication rules between nodes with the nRF Mesh mobile application, complete the following steps:

  1. On the client node, in the publication section of the Generic On Off Client model instance menu, tap Set Publication.
  2. Tap the publication address field. A dropdown menu appears.
  3. Choose one of the following address types to assign the addresses of the server nodes to the client:
    • Unicast Address – You need to complete the following steps:
      1. Provide the address of any server node noted at the end of the provisioning procedure.
      2. Apply the changes.
    • Groups – You need to complete the following steps:
      1. Select an existing group to subscribe or create a new one.
      2. Apply the changes for the client node.
      3. On the server nodes, set the Subscription Address of the Generic On Off Server model instance menu to the selected group address.
      4. Apply the changes for the server nodes.
Note
You can also configure the publish address of the second Generic On Off client model instance. To do this, bind the model instance with the same application key and set the model instance's address to the Unicast Address of any server node.

Any unhandled error is indicated by all LEDs on the board turning on in steady state. You will need to restart the application by resetting the board. To do this, switch the board on and off or use the following command:

nrfjprog -f nrf52 --reset

Documentation feedback | Developer Zone | Subscribe | Updated