PINGEQUA 2-in-1 RF Devboard + RF Lab: The Fix We Built Ourselves

PINGEQUA 2-in-1 RF Devboard + RF Lab: The Fix We Built Ourselves

When we shipped the world's first dual-chip RF board for Flipper Zero, every existing NRF24 app broke silently on it — so we wrote the firmware ourselves.

Quick answerThe PINGEQUA 2-in-1 RF Devboard pairs a CC1101 (10 dBm, Sub-GHz) with an nRF24L01+ (20 dBm, 2.4 GHz) on one board. Every existing nRF24 app assumed one chip per SPI bus and broke silently on this dual-chip layout, so PINGEQUA built its own RF Lab app (now v0.5.4) from line one to handle both chips correctly. Get the board at the PINGEQUA 2-in-1 RF Devboard product page.

PINGEQUA 2-in-1 RF Devboard product photo

The Problem We Couldn't Ignore

We designed the PINGEQUA 2-in-1 RF Devboard to be something the Flipper Zero community had never seen before — two RF chips, one board, no compromises. The hardware was ready. Then reality hit.

Every existing NRF24 app in the wild was built with a single assumption baked in: one chip per SPI bus. On a dual-chip board, that assumption breaks everything silently. Wrong chip selected. Wrong signals read. No output. Users assumed the hardware was faulty. It wasn't.

The hardware design we spent weeks engineering was being bottlenecked by software that was never built for it. So we did what any self-respecting hardware team would do — we built the software ourselves.

In a few focused days of development, we shipped RF Lab v0.2.0: a ground-up rewrite designed specifically for this board, with dual-chip reality built into its core from line one. NRF24 Channel Scanner works. Spectrum analysis works. Sub-GHz keeps working after you exit. And it runs on every major firmware without any manual configuration.

Update (June 2026): RF Lab is now v0.5.4 — it adds a 2.4 GHz signal generator (for authorized testing only; output power is deliberately limited to meet FCC §15 / ETSI EN 300 328), alongside the spectrum analyzer described below. See github.com/pingequalab/rf-lab. The notes below are a snapshot from the original v0.2.0 release.

This is an ongoing commitment, not a one-time patch. RF Lab will keep shipping updates to match what the hardware is actually capable of — and to respond to what real users actually need.

What It Is

The PINGEQUA 2-in-1 RF Devboard is the world's first dual-chip RF module for Flipper Zero, integrating both NRF24L01+ and CC1101 on a single board. Paired with the dedicated RF Lab app, it's ready to go the moment you plug it in.

Trusted by Flipper Zero users across the US, EU, UK, Japan, Australia, and Canada, among other markets we ship to.

Hardware Highlights

Industry-First Software Chip Arbitration

The only board on the market that runs two RF chips simultaneously — no physical switch required. A software arbitration layer manages both chips automatically, eliminating the manual toggling and hardware compromises found in every competing dual-module solution.

Maximum Power Output — No Compromises

Each chip is independently tuned to deliver its peak transmit performance. See the spec table below for exact output figures and RF Lab scan parameters.

Compared to standard power configurations found on most competing modules, PINGEQUA delivers a clear advantage in signal penetration and communication range.

Parameter Value
CC1101 max output (Sub-GHz) 10 dBm
nRF24L01+ max output (2.4 GHz) 20 dBm
2.4 GHz spectrum analyzer 126 channels
Per-channel dwell time (adjustable) 130–2000 µs
WiFi band markers Channels 1 / 6 / 11
BLE band markers Advertising channels 37 / 38 / 39

Firmware Compatibility

Works out of the box with all major Flipper Zero firmware — no switching, no remapping, no setup:

  • Momentum / Unleashed / RogueMaster / Official Firmware / Xtreme

RF Lab — Core Features

RF Lab app screenshot showing the 2.4 GHz spectrum analyzer

NRF24 Channel Scanner

Full 2.4 GHz channel scan, rebuilt from scratch for dual-chip hardware. The feature that inspired the whole app — now working correctly on PINGEQUA for the first time.

Spectrum Scanning

Real-time sweep across the 2.4 GHz band with a live per-channel signal strength display.

Max-Hold Mode

Channel hits accumulate without decay. When any bar saturates, the scan auto-pauses and freezes the display — showing the true historical peak, exactly as a lab-grade spectrum analyzer would.

Protocol Band Markers

Protocol positions are labeled directly on the scan display for instant identification:

  • ▲ WiFi — Channels 1 / 6 / 11
  • ■ BLE — Advertising channels 37 / 38 / 39

Adjustable Dwell Time

Tune per-channel dwell time with ↑/↓ keys (130–2000 µs):

  • Short dwell: fast wide-band sweeps
  • Long dwell: capturing weak or short-burst emitters

Cursor Inspection

Move the cursor with ←/→. The footer shows the live hit count for the selected channel — useful for distinguishing real signals from the noise floor.

Continuous Updates — Hardware That Keeps Getting Better

RF Lab is actively developed and open to community feedback. v0.2.0 was the foundation, not the ceiling. Releases since then have expanded into new scan modes and signal generation, progressively unlocking the full capability of the hardware.

The board was built with headroom. The software will grow to match it.

If you're hitting a compatibility issue or have a use case in mind, open an Issue on GitHub — real user needs drive the roadmap directly.

Installation

Drag the .fap file into qFlipper and launch. No configuration required.

App size: 21 KB — Cold start: ~1 second

Notes

  • v0.2.0 was passive receive only — no transmission of any kind
  • On exit, all Flipper native features (including Sub-GHz) are fully restored — no reboot needed

PINGEQUA — Precision Gear for Hackers

Get the board that runs both RF chips at once, plus the RF Lab app built specifically to drive it.

Get the 2-in-1 RF Devboard Buy on Amazon

FAQ

My CC1101 or nRF24 shows "not found" / no output — is the board faulty?
Almost certainly not. Every existing nRF24 app in the wild was built on a single assumption — one chip per SPI bus. On a dual-chip board that assumption breaks silently: the wrong chip gets selected, the wrong signals get read, and you see no output. The hardware isn't faulty — it's software that was never built for a two-chip board. Running our dedicated RF Lab app, which was written for this board from line one, resolves it.
Do both radios run at the same time, or do I have to switch between them?
Both run at once, with no physical switch required. The PINGEQUA 2-in-1 runs two RF chips simultaneously — a software arbitration layer manages both chips automatically, eliminating the manual toggling and hardware compromises found in competing dual-module solutions.
What can RF Lab actually do today?
As of v0.5.4, RF Lab gives you a 2.4 GHz spectrum analyzer rebuilt from scratch for dual-chip hardware (126 channels, a Max-Hold mode that freezes the true historical peak, on-screen WiFi and BLE band markers, adjustable per-channel dwell time, and CSV export), plus a 2.4 GHz signal generator for authorized RF testing only. The signal generator's output power is deliberately limited to meet FCC §15 / ETSI EN 300 328. The original v0.2.0 covered earlier in this post was receive-only; transmit capability was added in a later release.
Will using RF Lab break my Flipper's Sub-GHz or other native features?
No. When you exit RF Lab, all of the Flipper's native features — including Sub-GHz — are fully restored, with no reboot needed.
How do I install RF Lab, and does it need configuration?
Drag the single .fap file into qFlipper and launch it — no configuration required. RF Lab runs on all major Flipper Zero firmware (Momentum, Unleashed, RogueMaster, Official Firmware with API ≥ 87.1, and Xtreme) out of the box, with no switching, remapping, or setup.

Sources & further reading: github.com/pingequalab/rf-lab (RF Lab firmware source and release notes) · github.com/pingequa/pingequa_rf_toolkit/docs (architecture and documentation) · PINGEQUA 2-in-1 RF Devboard product page · Amazon listing (ASIN B0FQJBW3H8).

Back to blog