Hi everyone,
I am working on a project, in which I have n nodes that communicate with each other (peer to peer communication). In addition, each node is able to communicate with another (central) node.
The peers use the nRF51822 for communication, and the central node uses the nRF24LU1+ .
Is it possible for the peers to communicate with each other and with the central unit at the same time? To be more accurate, consider the following scenario:
The peers must be aware of the position of each other. For this, each peer broadcasts its own position in turn, so they communicate among each other in round-robin fashion. In addition, the central unit sends and receives information from the peers.
In the current implementation, peer to peer communication and peer to central node communication compete and cause packet loss. Is it possible to define one channel for peer to peer communication and another one for peer to central node communication?