RF Wireless World

Browse articles, tutorials, tools, and vendors.

nRF24L01 2.4GHz Transceiver: Pinout, Circuit & Uses

nRF24L01 is a 2.4 GHz low power wireless transceiver IC used for short range digital data communication between embedded devices. It combines a 2.4 GHz RF transceiver, packet handling, automatic retransmission, and an SPI interface, making it useful for wireless sensors, remote controls, robotics, automation and microcontroller based communication systems.

Key features of nRF24L01 (as per datasheet)

  • Radio Operation: Worldwide 2.4GHz ISM band operation (2.400 to 2.4835GHz) with 126 RF channels.
  • Air Data Rates: Supports high speed data rates of 250kbps, 1Mbps, and 2Mbps.
  • Ultra-Low Power:
    • 11.3mA in TX at 0dBm output power.
    • 13.5mA in RX at 2Mbps.
    • 900nA in power down mode and 26µA in standby-I mode.
  • Enhanced ShockBurst : Hardware baseband protocol engine that handles automatic packet assembly/disassembly, automatic acknowledgment (ACK), and auto retransmission (ART).
  • MultiCeiver Technology: Supports 1:6 star networks, allowing six parallel data pipes to receive data simultaneously on a single receiver.
  • Power & Interfaces: 1.9V to 3.6V supply range with an on-chip voltage regulator. Host communication is handled via a 4-pin hardware SPI (max 10Mbps) with 5V tolerant inputs.
  • Package: Compact 20-pin 4x4mm QFN package.

nRF24L01 Pin Diagram

nRF24L01 pin diagram

PinNameTypeDescription
1CEDigital InputChip Enable. Activates RX or TX mode.
2CSNDigital InputSPI Chip Select (Active Low).
3SCKDigital InputSPI Clock.
4MOSIDigital InputSPI Slave Data Input.
5MISODigital OutputSPI Slave Data Output, with tri-state option.
6IRQDigital OutputMaskable interrupt pin. Active low.
7, 15, 18VDDPowerPower Supply (+1.9V to +3.6V DC).
8, 14, 17, 20VSSPowerGround (0V).
9XC2Analog OutputCrystal Pin 2.
10XC1Analog InputCrystal Pin 1.
11VDD_PAPower OutputPower Supply Output (+1.8V) for the internal Power Amplifier.
12ANT1RFAntenna interface 1.
13ANT2RFAntenna interface 2.
16IREFAnalog InputReference current. Requires a 22kΩ resistor connected to ground.
19DVDDPower OutputInternal digital supply output for de-coupling purposes.

Example Use Case

Scenario : A manufacturer wants to create a single USB wireless receiver (dongle) that connects simultaneously to a battery powered wireless mouse and a wireless keyboard.

Solution : This can be implemented with nRF24L01+ IC.

Applications of nRF24L01

  • Wireless PC Peripherals (Mice, keyboards, remotes, 3-in-1 desktop bundles)
  • Advanced Media center remote controls
  • VoIP headsets
  • Game controllers
  • Sports watches and sensors
  • RF remote controls for consumer electronics
  • Home and commercial automation
  • Ultra-low power sensor networks
  • Active RFID & Asset tracking systems
  • Toys

Summary

nRF24L01 offers an economical and low-power solution for short-range 2.4 GHz wireless data communication. Its integrated packet handling, automatic retransmission, and SPI interface reduce the complexity of microcontroller-based wireless systems.

Keep Reading