User Manual
Revision 1.0 Page 50 of 78
nRF24L01+ Product Specification
8 Data and Control Interface
The data and control interface gives you access to all the features in the nRF24L01+. The data and control
interface consists of the following six 5Volt tolerant digital signals:
•
IRQ (this signal is active low and controlled by three maskable interrupt sources)
•
CE (this signal is active high and used to activate the chip in RX or TX mode)
•
CSN (SPI signal)
•
SCK (SPI signal)
•
MOSI (SPI signal)
•
MISO (SPI signal)
Using 1 byte SPI commands, you can activate the nRF24L01+ data FIFOs or the register map during all
modes of operation.
8.1 Features
• Special SPI commands for quick access to the most frequently used features
• 0-10Mbps 4-wire SPI
• 8 bit command set
• Easily configurable register map
• Full three level FIFO for both TX and RX direction
8.2 Functional description
The SPI is a standard SPI with a maximum data rate of 10Mbps.
8.3 SPI operation
This section describes the SPI commands and timing.
8.3.1 SPI commands
The SPI commands are shown in Table 20. Every new command must be started by a high to low transi-
tion on
CSN.
The
STATUS register is serially shifted out on the MISO pin simultaneously to the SPI command word shift-
ing to the
MOSI pin.
The serial shifting SPI commands is in the following format:
<
Command word: MSBit to LSBit (one byte)>
<
Data bytes: LSByte to MSByte, MSBit in each byte first>
See Figure 26. on page 52
and Figure 27. on page 52 for timing information.