Hello,
I have started working on a project, and I need to have multi-arduino wireless communication.
one master receiver & 3 or 4 transmitting arduinos.
It would also really help if 2 sets like this could work in the same room without interfering each other.
I think I need some communication protocol so the master would assign time slots for the transmitters, but I can't find an existing library, and don't want to implement a complicated protocol.
Thanks for the quick answer!
This library seemst to be I was looking for.
I looked at the code samples, and can't seem to find any reference to the physical connection of the transmitter/receiver to the arduino.
It seems that both sides should have both transmitter and receiver, but can't find any more information