I successfully managed comunication between Mega (Tx) and Nano (Rx).
I have used 433Mhz modules.
Now I want to try to add another pair od RF modules, to have 2-way communication between them.
I know that there will be problem if they are on same frequency, so I came to the following questions:
Is there any way to change their frequency (because on receiver there is marked 315, 330 and 443Mhz)?
Can I use same frequency but 'tell' in code both controllers which one will ignore certain messages (bytes or strings)? Because they will not send same data to each other.
I wonder whether the signal, for example, will arrive from Mega to Nano without problems (and vise versa), although Nano will send (different) data to Mega at the same time?
Is there gonna be some conflicts with signals?