Hello, I'm working with BLE Mesh using NRF52840
- Our setup: NRF-Connect-SDK 2.1.0
- Summary of our project.
+ Provisioner node to control lightness for all nodes in the network system. Our provisioner code which I custom from an example \zephyr\samples\bluetooth\mesh_provisioner to add one client to send message to the server (on another node).
+ Lightness node: used to control the lightness of the LED. Our lightness node code which I use from an example \nrf\samples\bluetooth\mesh\light_ctrl.
1. If I have sent a message with ack type from the provisioner node to the lightness node.
Then, the Provisioner node received a response (callback) in the light status function that we registered when initialing the client control. Including current value and target value
