Hi,
I need to set up a system whereby the transmitter must first detect how many receivers are avaiable for it to send data. After it detected all of them, it will choose one of them by user select.
In my system, there can be many transmitters and many receivers together, but eventually a transmitter will pair up with only 1 receiver and sends data to it.
How do I do about doing it? Who should be the master or slave? Any example available on this?