A tool which jam classic bluetooth signals using 2 nrf24L01 modules.
- NodeMCU ESP-32S 38-Pins
- One nrf24L01 Module OR nrf24L01+PA/LNA Module
7Female to Female Jumper Wires
- nrf24L01 and nrf24L01+PA/LNA modules have same pinout.
| NODEMCU ESP32S | nrf24L01 |
|---|---|
| 3.3V | VCC |
| GND | GND |
| GPIO16 | CE |
| GPIO15 | CSN |
| GPIO14 | SCK |
| GPIO13 | MOSI |
| GPIO12 | MISO |
| NODEMCU ESP32S | nrf24l01 |
|---|---|
| 3.3V | VCC |
| GND | GND |
| GPIO22 | CE |
| GPIO21 | CSN |
| GPIO18 | SCK |
| GPIO23 | MOSI |
| GPIO19 | MISO |
- Download Arduino IDE from here according to your Operating System.
- Install it.
- Go to
File→Preferences→Additional Boards Manager URLs. - Paste the following link :
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json - Click on
OK. - Go to
Tools→Board→Board Manager. - Wait for sometimes and search
esp32byEspressif Systems. - Simply install it.
- Wait for sometime and after that it is installed.
- Go to
Sketch→Include Library→Manage Libraries. - Wait for sometimes and search
rf24byTMRh20, Avamander. - Simply install it.
- Wait for sometime and after that it is installed.
- Restart the Arduino IDE by closing and open again.
- Done!
- Download or Clone the Repository.
- Open the folder and just double click on
nrfBlueNullifier.inofile. - It opens in Arduino IDE.
- Compile the code.
- Select the correct board from the
Tools→Board→ESP32 Arduino.- It is generally
NodeMCU-32S.
- It is generally
- Select the correct port number of that board.
- Upload the code.
- When show
Connecting.....press and holdBOOTbutton. - When show
Writing atthen release theBOOTbutton. - Done!
- The script starts running automatically.
- Open Adafruit ESP Web Flasher from here.
- Set the Baud Rate to
115200 Baud. - Connect
ESP32with a USB cable and then to the PC/Laptop. - Press and hold the
BOOTbutton. - Click on
Connectbutton. - Select your Device COM Port in the Pop-Up Window.
- Release the
BOOTbutton. - Click on
Erasebutton.- Wait for sometimes to successfully erased.
- Download
3files from this directory.- The files are :
nrfBlueNullifier-2-nrf24L01-bootloader.binnrfBlueNullifier-2-nrf24L01-partitions.binnrfBlueNullifier-2-nrf24L01.bin
- The files are :
- Select
nrfBlueNullifier-2-nrf24L01-bootloader.binfile with offset0x1000. - Select
nrfBlueNullifier-2-nrf24L01-partitions.binfile with offset0x8000. - Select
nrfBlueNullifier-2-nrf24L01.binfile with offset0x10000. - Click on
Programbutton.- Wait for sometimes to successfully programmed.
- Press and release the
BOOTbutton. - Unplug and plug the
ESP32on the PC/Laptop. - Done!
nrfBlueNullifier-2-nrf24L01is ready.
- It breaks the sound.
- It blocks the sound even the device playing the music.
- Sometimes it disconnects the bluetoth from the device.
- It slow down the speed of the wifi and sometimes it disconnects.


