SDK Version : Mesh 4.0 & SDK_16.0
Software : Segger Embedded Studio
Hardware : 2 PCA10040 devices as a client and a server
System : Windows 7
Hi,
I want to send a string from client to server.Can you please help me for the same
SDK Version : Mesh 4.0 & SDK_16.0
Software : Segger Embedded Studio
Hardware : 2 PCA10040 devices as a client and a server
System : Windows 7
Hi,
I want to send a string from client to server.Can you please help me for the same
Because I can understand that "mesh_msg_handle" in access.c is receiving the message and printing it.
But I am not understanding when to call this function.
You should be calling that function inside the mesh event callback(mesh_evt_cb), whenever you receive the NRF_MESH_EVT_MESSAGE_RECEIVED event. Take a look at the third thread I sent you.
You should be calling that function inside the mesh event callback(mesh_evt_cb), whenever you receive the NRF_MESH_EVT_MESSAGE_RECEIVED event. Take a look at the third thread I sent you.