nRF24 on Flipper Zero: What It Adds, What It Doesn't, and Which Board to Buy
Share
PINGEQUA Lab · nRF24 Guide · Verified August 2026
An nRF24-compatible module gives Flipper Zero a dedicated proprietary 2.4 GHz transceiver path for compatible apps and authorized wireless research. It is not Wi-Fi, it does not replace Bluetooth, and it should not be described as “the only way Flipper can use 2.4 GHz” because the Flipper's STM32WB55 already includes Bluetooth LE / 802.15.4 capability. Choose a dedicated nRF24 module if that radio family is all you need; choose the PINGEQUA 2-in-1 if you also want external CC1101 Sub-GHz on the same board.
What nRF24 adds—and what it does not
The nRF24L01+ radio family is designed around proprietary 2.4 GHz packet communication. PINGEQUA's dedicated Flipper nRF24 board uses a Si24R1 implementation compatible with common nRF24L01+ workflows.
That makes it useful for protocol learning, lab analysis, embedded development and authorized testing of compatible proprietary 2.4 GHz devices. It does not turn the Flipper into a Wi-Fi adapter, and it does not replace the device's existing Bluetooth LE radio.
“Flipper Zero has no 2.4 GHz radio” is too broad. Flipper's STM32WB55 includes 2.4 GHz Bluetooth LE / 802.15.4 functionality. The accurate statement is that Flipper does not include an nRF24L01+-class proprietary 2.4 GHz transceiver for nRF24-oriented apps; that is what the external module adds.
Dedicated nRF24 vs PINGEQUA RF Lab 2-in-1
| Feature | Dedicated nRF24 Module | RF Lab 2-in-1 |
|---|---|---|
| nRF24-compatible 2.4 GHz | Yes | Yes |
| External CC1101 Sub-GHz | No | Yes |
| Main reason to buy | Lowest-cost focused nRF24 path | One module for both RF families |
| Software integration | Compatible nRF24 app/firmware required | PINGEQUA RF Lab; some older third-party apps may need pin-layout changes |
| Verified price* | $24.99 | $39.99 |
*Public PINGEQUA prices checked in August 2026; live price and availability can change.
2-in-1: fits users who would otherwise carry a separate CC1101 and nRF24 board.
View nRF24 ModuleView RF Lab 2-in-1
nRF24 is not Wi-Fi
“2.4 GHz” describes a frequency band, not a protocol. Wi-Fi, Bluetooth and nRF24-style proprietary radios can all operate in 2.4 GHz while using very different physical/link-layer behavior.
If your project is Wi-Fi, look at an ESP32/BW16/ESP32-C5 board. If your project is Sub-GHz, look at CC1101. If your project specifically requires nRF24-compatible proprietary 2.4 GHz hardware, use an nRF24 module.
Wi-Fi
ESP32 / BW16 / ESP32-C5
Choose for Wi-Fi development or wireless network research.
Sub-GHz
CC1101
Choose for Flipper's Sub-GHz radio ecosystem and external antenna/RF front ends.
Proprietary 2.4 GHz
nRF24-compatible
Choose for nRF24-oriented applications and embedded protocol work.
Both RF families
RF Lab 2-in-1
Choose when you want external CC1101 and nRF24-compatible radios in one Flipper module.
What should you verify before buying an nRF24 module?
- Chip compatibility: confirm the module is intended for nRF24L01+-compatible workflows.
- GPIO design: a purpose-built Flipper board avoids loose wiring and orientation mistakes.
- Firmware/app support: nRF24 functionality depends on a compatible Flipper app; it is not a built-in official Sub-GHz feature.
- Antenna: use an antenna intended for 2.4 GHz if the board has an external antenna connector.
- Your actual goal: do not buy nRF24 if what you really need is Wi-Fi or Sub-GHz.
Why the 2-in-1 board uses its own RF Lab software
Putting two SPI radios on one board is not just a packaging exercise. The devices must be selected cleanly on the shared bus. PINGEQUA's 2-in-1 design uses separate chip-select lines and ships with the open-source RF Lab app so the supported dual-radio path is explicit instead of depending on a generic app that assumes only one radio is present.
This is one of the strongest reasons to choose the integrated board if you regularly use both radio categories: the product is documented as a hardware + software system.
Read the RF Lab design story2-in-1 support
What an nRF24 module will not do
- It will not add Wi-Fi.
- It will not improve CC1101 Sub-GHz range.
- It will not make every 2.4 GHz protocol compatible.
- It will not bypass encryption, pairing, frequency hopping or protocol-specific protections simply because it shares the same frequency band.
Those limits reduce returns and make the product page more credible to both users and search/AI systems.
Which PINGEQUA board should you choose?
Only nRF24-compatible 2.4 GHz? → Dedicated nRF24 Module, $24.99.
Need both nRF24-compatible 2.4 GHz and external CC1101? → RF Lab 2-in-1, $39.99.
Need only Sub-GHz? → Basic CC1101 or Horizon 433 Pro.
Need Wi-Fi? → use the WiFi Devboards collection, not nRF24.
The dedicated nRF24 module keeps the cost and hardware focused. RF Lab 2-in-1 is the upgrade when you want to stop swapping between nRF24 and external CC1101 boards.
Shop nRF24 ModuleCompare 2-in-1FAQ
Does Flipper Zero have nRF24 built in?
No. Flipper's internal hardware does not include an nRF24L01+-class proprietary transceiver. A compatible external module is needed for nRF24-oriented apps.
Does Flipper Zero have any 2.4 GHz radio without nRF24?
Yes. The STM32WB55 platform provides Bluetooth LE / 802.15.4 capability in the 2.4 GHz band. An nRF24 module adds a different radio/protocol family.
Is nRF24 the same as Wi-Fi?
No. Sharing the 2.4 GHz band does not make the protocols interchangeable. Use ESP32/BW16/ESP32-C5 hardware for Wi-Fi projects.
Should I buy nRF24 or CC1101?
Buy nRF24 for nRF24-compatible proprietary 2.4 GHz work. Buy CC1101 for Sub-GHz. If you need both regularly, the 2-in-1 board is the cleaner purchase.
Why can an nRF24 app fail on some multi-radio boards?
Some software assumes a particular GPIO/SPI layout or a single radio on the bus. Multi-radio boards need correct chip selection and app support. PINGEQUA's RF Lab provides a known path for its 2-in-1 hardware.
Primary sources
Flipper technical specifications · Nordic nRF24 product specifications · PINGEQUA nRF24 support guide · PINGEQUA RF Lab 2-in-1 architecture