Hi,
I am working on mesh bluetooth using nrf52832 with PCA10040 , I used example from nrf5_SDK_for_Mesh_v2.0.1_src , my questions are
1.How many bytes(Max and min) can be sent between the server and client? for this case I set up as in this link .
2. I used serial example and tried to send command with Terminal software and look at the output(hex and bin) at the Terminal . Is the right way to check the data size sent?
Lastly, Is there any way we can send data from our phone to the mesh network , Is there any app or program that I can use? And what will be the size of data(max and min) that can be sent from the phone to the mesh network?