nRF24L01+ on Flipper Zero: What It Does, Pinout, Setup & Fixes
Share
PINGEQUA Lab · nRF24L01+ on Flipper Zero: pinout & setup · 5 min read · Updated 2026-06-29
The Flipper Zero ships with no 2.4 GHz radio at all, so anything in that band — including 2.4 GHz wireless-HID research — depends entirely on which nRF24 module you bolt onto the GPIO header.
What the nRF24L01+ adds to a Flipper Zero
Out of the box the Flipper Zero covers Sub-GHz, NFC, RFID, IR and GPIO — but not 2.4 GHz. An nRF24L01+ module fills that gap, enabling research in the 2.4 GHz band such as detecting and analyzing 2.4 GHz wireless HID traffic on devices you own or are authorized to test.
For meaningful range, choose a module with a PA/LNA amplifier stage and an external 2.4 GHz antenna — bare nRF24 breakouts are short-range.
nRF24L01+ Flipper Zero pinout
The nRF24L01+ talks to the Flipper Zero over SPI plus CE/CSN control lines via the GPIO header. A typical mapping:
| nRF24 pin | Function | Flipper Zero GPIO |
|---|---|---|
| VCC | 3.3 V power | 3V3 (pin 9) |
| GND | Ground | GND (pin 18) |
| CE | Chip enable | A7 (pin 2) |
| CSN | SPI chip select | A4 (pin 4) |
| SCK | SPI clock | B3 (pin 5) |
| MOSI | SPI data out | A6 (pin 3) |
| MISO | SPI data in | B2 (pin 6) |
| IRQ | Interrupt (optional) | — |
Setup (plug-and-play module)
- Power off the Flipper Zero and attach the module to the GPIO header.
- Power on and open your nRF24-capable app (or Bruce/Marauder build).
- Select the nRF24 function; the app initializes the radio over SPI.
- Confirm the module is detected before running any scan.
Common problem: black screen / module not detected
If your Flipper shows a black screen or the app can't find the radio when an nRF24 (or dual CC1101+nRF24) board is attached, it's usually a power/chip-select conflict — common on cheap boards that share power between chips. Full walkthrough: nRF24 black-screen / dual-chip fix.
Boards with isolated power per chip avoid this by design — that's exactly why our dual boards use separate LDOs and chip-select logic.
Which nRF24 board should you get?
Just 2.4 GHz, nothing else: a dedicated nRF24 board. Want Sub-GHz too (recommended): a dual board covers 2.4 GHz and 433 MHz on one PCB.
Flipper Zero nRF24 module nRF24 + CC1101 2-in-1Frequently asked questions
Does the Flipper Zero have 2.4 GHz without a module?
nRF24 or CC1101 — what's the difference?
Why does my Flipper black-screen with the module attached?
Do I need PA/LNA?
Is nRF24 research legal?
Sources & further reading: CC1101 vs nRF24 — which one for Flipper/M5Stack · nRF24 black-screen / dual-chip fix · nRF24 setup guide.
Educational content for authorized security research only — test devices you own or have explicit permission to assess, and follow local RF regulations (e.g. FCC Part 15 in the US / CE-RED in the EU); PINGEQUA is an independent hardware maker and is not affiliated with Flipper Devices, Bruce, or Marauder.