Hi developers and researchers,
I am working on a project in which multiple nodes are communicating with each other in p2p manner.
My goal is to implement a multiple access protocol (also called scheduling protocol or channel access protocol) called
Code Division Multiple Access (CDMA) and I am wondering if the nrf51822 is suitable for implementing it.
- Is the nrf51822 capable of receiving and sending signals from and to another nrf51822 at the same time?
- Is the nrf51822 capable of receiving multiple signals in parallel? (Consider two nodes are sending a message to a third one at the same time. Can the receiver be implemented
such that it receives both of them?)
Best regards