This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

a couple of questions about the mesh pb_remote mesh example

Hello,

I am using the mesh pb_remote example in order to have a multihop scenario. I would like to do some latency calculations, so some kind of bidirectional communication would be usfeul to me. But I have the following question:

Is the communication completely unidirectional (from the client to the first server and from the server to the next server)? Or do the servers repond back with some kind of acknowledgement? As I have seen by sniffing the packets, it seems to be the first situation. In any case, is there some other example that has bidirectional communication between devices?

I take this opportunity to ask another unrelated question: Is there some way to disable security? The sniffer receives what is shown in the image, and I would like to see the decrypted data.

The devices I use are the nRF51422 (PCA10028 and PCA10031).

Thank you very much!

Parents Reply
  • Okay, I have taken a look at the Simple on/off model, but I have some doubts on how to implement something from scratch (something simple to start, like just a client and a server comunicating). I know the light switch example uses this model, so I guess I could use it. Anyway, what would be the steps to build my own project that includes this model, if that is possible?

    Thanks.

Children
Related