opensourceprojects.dev

A broadsheet for software that doesn't ask for your email

ESP32-BlueJammer turns an ESP32 and nRF24 modules into a 2.4GHz disruptor
GitHub RepoImpressions4

Project Description

View on GitHub

Building a 2.4GHz Disruptor with an ESP32 and nRF24 Modules

You've probably got a drawer full of ESP32 dev boards and a vague memory of ordering some nRF24 modules that you never quite found a use for. Here's a project that puts both to work in a way you definitely shouldn't use irresponsibly—but is fascinating to study from a security research perspective. ESP32-BlueJammer turns those components into a 2.4GHz disruptor that can interfere with everything from Bluetooth speakers to WiFi connections to RC drones.

What It Does

The ESP32-BlueJammer is exactly what the name suggests: a device that jams the entire 2.4GHz band. It's built around an ESP32 microcontroller paired with nRF24 radio modules, and it works by flooding the spectrum with noise and unnecessary packets—a denial-of-service approach to wireless communication.

The README is upfront about what this thing can disrupt: audio transmitted over Bluetooth, 2.4GHz microphones, smartphone connections, WiFi, RC drones, IoT devices, smart gadgets, and wireless keyboards and mice. Basically, if it operates on 2.4GHz, this jammer can interfere with it.

The hardware setup is straightforward. You're looking at an ESP32 (specifically a WROOM-32U or E DevKitC), two nRF24 modules, and optionally a 0.96-inch I2C OLED display, LEDs, and switches. There's also a DIY PCB design available that fits all of this together, plus a 3D-printed case option if you want to make it look less like a breadboard explosion.

Range is reported at over 30 meters with standard 2.4GHz antennas, and you can push that further with bigger router antennas or a 2.4GHz amplifier.

Why It's Cool

Let's be clear about the elephant in the room: the README itself says "Jamming is ILLEGAL! Educational purposes only!" in bold, right at the top. This is not a tool you should deploy in the wild. But from a technical and educational standpoint, there's a lot here worth appreciating.

It's a complete hardware and software package. This isn't just firmware you flash and forget. The project includes PCB designs, schematics, a 3D-printed case, and detailed pinout documentation. You can go from a pile of components to a finished device without having to design anything yourself.

The scope is ambitious. Jamming the entire 2.4GHz band is a different beast than targeting a single protocol. The fact that it can disrupt Bluetooth, WiFi, and RC signals all at once shows some thoughtful engineering around how these modules are driven.

It's part of a larger ecosystem. The README points to related projects: a BlueJammer-V2, a version for BW16 boards, and a Flipper Zero implementation. If you're into hardware security research, there's a whole family of tools to explore beyond just this one.

The documentation is practical. You get video tutorials, channel operation details, flashing instructions, and hardware layout guides. This is a project that was built by someone who wanted other people to actually build it successfully, not just admire it from afar.

How to Try It

If you want to explore this project—for educational purposes, of course—here's what you'll need:

Hardware:

  • An ESP32-WROOM-32U or E DevKitC board
  • Two nRF24L01 modules
  • Optional: 0.96" I2C OLED display, LEDs, switches

Getting started:

  1. Head over to the repository and review the README thoroughly, especially the legal warnings.
  2. Check the schematics section for the ESP32 to nRF24L01 pinout and battery mod details.
  3. Wire up your components according to the provided pinout diagrams.
  4. Flash the firmware using the instructions in the "Flashing the Firmware" section.
  5. If you want a polished build, grab the PCB design files and 3D-print the case.

The repo also links to video tutorials and demonstrations, which are helpful if you're more of a visual learner. And if you want to see the project evolve, check out the BlueJammer-V2 and the other variants mentioned in the README.

Final Thoughts

This project sits in an interesting legal and ethical gray zone, and the author is clearly aware of that—the warnings are prominent and repeated. If you're a security researcher, a hardware hacker, or someone studying RF communications, there's genuine educational value in understanding how 2.4GHz disruption works and what it takes to build such a device. The documentation is solid, the hardware design is thoughtful, and the range of supported targets is impressive.

Just remember: building it for learning is one thing. Using it against someone else's devices is a federal offense in most places. Keep it on the bench, not in the field.

Follow @githubprojects for more developer tools and open source projects.

Back to Projects
Project ID: 7b485b27-a116-44b5-a4b7-dc2096b6342fLast updated: August 8, 2026 at 03:30 PM