I'm new here to play BLE mesh network. I got 4 nRF52840 DK, I am woundering how to set up a mesh network step by step? What kind of exmples(ble_app_blinky_c, or something else) would be use in this situation? Please contact me if someone could help.
I'm new here to play BLE mesh network. I got 4 nRF52840 DK, I am woundering how to set up a mesh network step by step? What kind of exmples(ble_app_blinky_c, or something else) would be use in this situation? Please contact me if someone could help.
Hi.
To begin with, I would suggest that you start by downloading our nRF5 SDK for Mesh.
In the Mesh SDK we have examples that can get you started, where the Light Switch examples might be the best place to start.
This example demonstrates the mesh ecosystem that contains devices acting in two roles: Provisioner role and Node role (also referred to as provisionee role). It also demonstrates how to use Mesh models by using the Generic OnOff model in an application.
Documentation to the nRF5 SDK for Mesh can be found here. You can find information about the examples and how to test them in the documentation.
Note that you can also use your smartphone and the nRF Mesh app to act as the provisioner.
Here is a blog-post explaining the nRF Mesh app:
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/provision-configure-and-control-bluetooth-mesh-networks-with-nrf-mesh
If you are new to BLE Mesh you can also read the introduction blog-post about BLE Mesh from the BT SIG:
An Intro to Bluetooth Mesh - Part 1 / Part 2
The Fundamental Concepts of Bluetooth Mesh Networking - Part 1 / Part 2
Bluetooth Mesh Networking: Friendship
Management of Devices in a Bluetooth Mesh Network
In-Market Bluetooth Low Energy Devices and Bluetooth Mesh Networking
Bluetooth Mesh Security Overview
Provisioning a Bluetooth Mesh Network - Part 1 / Part 2
Best regards,
Joakim
Hi.
To begin with, I would suggest that you start by downloading our nRF5 SDK for Mesh.
In the Mesh SDK we have examples that can get you started, where the Light Switch examples might be the best place to start.
This example demonstrates the mesh ecosystem that contains devices acting in two roles: Provisioner role and Node role (also referred to as provisionee role). It also demonstrates how to use Mesh models by using the Generic OnOff model in an application.
Documentation to the nRF5 SDK for Mesh can be found here. You can find information about the examples and how to test them in the documentation.
Note that you can also use your smartphone and the nRF Mesh app to act as the provisioner.
Here is a blog-post explaining the nRF Mesh app:
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/provision-configure-and-control-bluetooth-mesh-networks-with-nrf-mesh
If you are new to BLE Mesh you can also read the introduction blog-post about BLE Mesh from the BT SIG:
An Intro to Bluetooth Mesh - Part 1 / Part 2
The Fundamental Concepts of Bluetooth Mesh Networking - Part 1 / Part 2
Bluetooth Mesh Networking: Friendship
Management of Devices in a Bluetooth Mesh Network
In-Market Bluetooth Low Energy Devices and Bluetooth Mesh Networking
Bluetooth Mesh Security Overview
Provisioning a Bluetooth Mesh Network - Part 1 / Part 2
Best regards,
Joakim