Hallo,
i am currently working on my thesis and i need to build a broadcasting network, in which each node must be able to trasmit to all other nodes, and at the same time must be able to receive the message from all other nodes.
For example we habe the following setup:
1) Nodes: A, B, C, D ...
Here i should note that it is not possible to know beforehand the number of the nodes in the network, that is why we need in the first place broadcasting.
2) Every node now trasmits some messages
3) Each node receives the messages of the other ones
Now my question would be how to i realize a network like this using the RADIO-peripheral in nRF51822? Is it possible to do it without a synchronisation of the nodes, meaning that each node broadcasts at random times? If yes how can i avoid any collisions, assuming i broadcast in the same channel, as all nodes must be able to communicate with each other?
Thank you in advance
Best regards, Christos