Send different data from one transmitter to multiple receivers using an Arduino.
Video tutorial and demo: https://youtu.be/h3OevEdl674
To identify the packet destination the first byte contains the receiver ID. Packets have a fixed size (MESSAGE_LENGTH
)
After transmitting a packet the sender has to wait for a short period of time (MILLIS_IDLE_BETWEEN_TRANSMISSION
) until transmitting the next packet.