hi
it's the modules that are readily available on ebay. They are absed on nRF24L01+ .
By simultaneously I meant that someone in a neighboring apartment might be using transceivers running on the same frequency as mine and transmitting data at the same time my transceiver is transmitting.
I guess I'll have to make sure my transceivers don't operate on the same frequency.
Here is some info from the data sheet:
The nRF24L01+ is designed for operation in the world wide ISM frequency band at 2.400 - 2.4835GHz.
6.3 RF channel frequency The RF channel frequency determines the center of the channel used by the nRF24L01+. The channel occupies a bandwidth of less than 1MHz at 250kbps and 1Mbps and a bandwidth of less than 2MHz at 2Mbps. nRF24L01+ can operate on frequencies from 2.400GHz to 2.525GHz. The programming resolution of the RF channel frequency setting is 1MHz. At 2Mbps the channel occupies a bandwidth wider than the resolution of the RF channel frequency setting.
To ensure non-overlapping channels in 2Mbps mode, the channel spacing must be 2MHz or more. At 1Mbps and 250kbps the channel bandwidth is the same or lower than the resolution of the RF frequency. The RF channel frequency is set by the RF_CH register according to the following formula: F0= 2400 + RF_CH [MHz]
You must program a transmitter and a receiver with the same RF channel frequency to communicate with each other.
ok, so at 1MHz bandwidth that's 125 channels to choose from .
MultiCeiver™ is a feature used in RX mode that contains a set of six parallel data pipes with unique addresses. A data pipe is a logical channel in the physical RF channel. Each data pipe has its own physical address (data pipe address) decoding in the nRF24L01+.
nRF24L01+ configured as PRX (primary receiver) can receive data addressed to six different data pipes in one frequency channel as shown in Figure 12. Each data pipe has its own unique address and can be configured for individual behavior.
Up to six nRF24L01+s configured as PTX can communicate with one nRF24L01+ configured as a PRX. All data pipe addresses are searched for simultaneously. Only one data pipe can receive a packet at a time. All data pipes can perform Enhanced ShockBurst™ functionality.
ha, looks like this answers my question.