Hi !
I would like to no if it is possible to modify the receiver (in radio example) in order to receive packets from two transmitters ?
Thank you.
Hi !
I would like to no if it is possible to modify the receiver (in radio example) in order to receive packets from two transmitters ?
Thank you.
Hi. You must provide more information, if someone is to help you with this. What equipment are you using? (both receiver and 2 transmitters) Which example projects are you using?
I use nRF51422 devices for both. My code is based on the radio example (from the SDK v8).
Hi
I suspect that can be obtained with configuring two transmitters with two different RF channels. Then let the receiver scan one channel and then the other. This could be done also by configuring different addresses for the transmitters and then scan sequentially for both addresses. I attach an example where two transmitters transmit on different frequencies and the receiver scans one channel and when it receives a packet on that channel it scans the other one. I tested it with nRF51 SDK 8.0.0