# nRF24/RF24

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

Repository: https://github.com/nRF24/RF24
Canonical: https://ross.abutalabs.com/products/rf24
Homepage: https://nrf24.github.io/RF24
Language: C++
License: GPL-2.0
License Family: copyleft
Topics: rf24, arduino-library, c-plus-plus, nrf24l01, arduino, hacktoberfest
Last push: 2026-08-13T02:20:41+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 97, release rhythm 73, longevity 100
- inputs: {"age_days": 4551, "days_push": 21, "days_rel": 21, "gap_med": 96, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2464, forks 1038 (observed 2026-08-28T04:06:53.580604+00:00)

## What it is
An optimized C++ driver library for the nRF24L01(+) 2.4GHz wireless transceiver, acting as an OSI Layer 2 radio driver. It supports Arduino, Raspberry Pi/Linux, and RP2xxx platforms with a beginner-friendly API and extensive examples.

## Use cases
- wirelessly connect Arduino sensors to a Raspberry Pi
- build a home sensor network with nRF24L01 modules
- stream data between microcontrollers over 2.4GHz radio
- drive nRF24L01+ transceivers from Linux SBCs
- create low-power wireless communication between embedded devices

## When to choose
- you use nRF24L01(+) radio modules with Arduino, Raspberry Pi, or RP2xxx hardware
- you want a well-documented, actively maintained driver with rich examples
- you need reliable, high-speed layer 2 radio communication

## When to avoid
- you need TCP/IP or mesh networking out of the box (see RF24Network/RF24Mesh/RF24Ethernet)
- your radio hardware is NRF52x rather than nRF24L01 (consider nrf_to_nrf)
- you need a higher-level networking stack rather than a raw radio driver

## Facets
- artifact type: library
- maturity: active
- function: embedded, networking, sdk
- domain: embedded-systems, iot, hardware, developer-tools
- platform: embedded, iot, cpp, python
- tags: nrf24l01, arduino-library, wireless-transceiver, 2-4ghz-radio, raspberry-pi, rf24, layer2-driver, sensor-networks, linux

## Member repositories
- nRF24/RF24 (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.580604+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:29:16.058717+00:00, confidence not recorded.
  - readme: https://github.com/nRF24/RF24 (fetched 2026-08-28T04:06:53.580604+00:00, sha 301b4fe64092)
  - homepage: https://nrf24.github.io/RF24 (fetched 2026-08-29T10:10:46.232824+00:00, sha 9470867b3b8f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
