nRF24 / RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices

Home Page:https://nrf24.github.io/RF24

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple senders one receiver

vladosam opened this issue · comments

Hi. What would happen if multiple nodes send message at same time to single receiver? All senders will use same channel and address. Is it possible for Tx nodes to know that address is currently occupied by another node and to just wait for transmission end? I am noob so sorry if this is stupid question.

If you don't want to read the datasheet, then please have a look at our multiceiver example. We are not here to answer simple questions. We are here to maintain the RF24 library.

If the example and the datasheet don't satisfy you, then try the Arduino forums.