NRF24L01 Wireless

From Visuino
Revision as of 05:02, 15 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoNRF24L01.png == Summary == 2.4 GHz wireless transceiver module with configurable data rates, output power, and frequency channels. == Description == The NRF24L01 component is a single-chip 2.4 GHz transceiver with an embedded baseband protocol engine supporting Enhanced ShockBurst™ technology. It features configurable data rates (250 kbps, 1 Mbps, 2 Mbps), adjustable output power levels, and 125 selectable frequency channels. The module includes CRC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoNRF24L01.png

Summary

2.4 GHz wireless transceiver module with configurable data rates, output power, and frequency channels.

Description

The NRF24L01 component is a single-chip 2.4 GHz transceiver with an embedded baseband protocol engine supporting Enhanced ShockBurst™ technology. It features configurable data rates (250 kbps, 1 Mbps, 2 Mbps), adjustable output power levels, and 125 selectable frequency channels. The module includes CRC error detection, automatic packet handling, and multiple power-down modes for low-power applications. Typical applications include wireless sensors, remote controls, gaming peripherals, and home automation systems.

Diagram:

Properties

  • CRC Bytes – CRC bytes configuration (Default: 2).
  • Data Rate – Wireless data rate (Options: ndr250KBps, ndr1MBps, ndr2MBps) (Default: ndr2MBps).
  • Frequency (MHz) – Operating frequency channel (2400–2525 MHz) (Default: 2402 MHz).
  • Max Send Queue – Maximum send queue size (Default: 10).
  • Name – Component identifier (Default: NRF24L01).
  • Power (dBm) – Transmission power level (Default: 0 dBm).
  • SPI Speed – SPI communication speed (Default: 4000000 Hz).

Pins

Input Pins

  • In (data) – Data input for wireless transmission.

Connections

  • Interface SPI – SPI communication interface (MISO, MOSI, SCK bundled).
  • Chip Select (digital) – SPI chip select signal (active low).
  • Chip Enable (digital) – Chip enable control.

Output Pins

  • Out (data) – Data output for received packets.
  • Carrier Detected (digital) – Carrier detection signal output.

Categories