Skip to content

wirebits/nrfBlueNullifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

nrfBlueNullifier

nrfBlueNullifier

A tool which jam classic bluetooth signals.

Key Features

  • Minimal Setup.
  • On/Off by GPIO pin.

Hardware Requirements

  • NodeMCU ESP-32S V1.1 38-Pins
  • One nrf24L01 Module OR nrf24L01+PA/LNA Module
  • 8 Female to Female Jumper Wires

Note

  • nrf24L01 and nrf24L01+PA/LNA modules have same pinout.

Pinout Table

NODEMCU ESP-32S nrf24l01
3.3V VCC
GND GND
GPIO22 CE
GPIO21 CSN
GPIO18 SCK
GPIO23 MOSI
GPIO19 MISO

Connection Diagram

ESP32 38-Pins with nrf24L01

Switch

  • Connect one end of wire to GPIO12 and other to GND.
  • If it is shorted, the jammer is working otherwise not.

Images

NodeMCU ESP-32S nrf24L01

Setup

  1. Download Arduino IDE from here according to your Operating System.

  2. Install it.

  3. Go to FilePreferencesAdditional Boards Manager URLs.

  4. Paste the following link :

    https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
    
  5. Click on OK.

  6. Go to ToolsBoardBoard Manager.

  7. Wait for sometimes and search esp32 by Espressif Systems.

  8. Simply install it.

  9. Wait for sometime and after that it is installed.

  10. Go to SketchInclude LibraryManage Libraries.

  11. Wait for sometimes and search rf24 by TMRh20, Avamander.

  12. Simply install it.

  13. Wait for sometime and after that it is installed.

  14. Restart the Arduino IDE by closing and open again.

  15. Done!

Install

  1. Download or Clone the Repository.
  2. Open the folder and just double click on nrfBlueNullifier.ino file.
  3. It opens in Arduino IDE.
  4. Compile the code.
  5. Select the correct board from the ToolsBoardESP32 Arduino.
    • It is generally NodeMCU-32S.
  6. Select the correct port number of that board.
  7. Upload the code.
  8. When show Connecting..... press and hold BOOT button.
  9. When show Writing at then release the BOOT button.
  10. Done!
  • The script starts running automatically.

What happened after script is running?

  • It breaks the sound.
  • It blocks the sound even the device playing the music.
  • Sometimes it disconnects the bluetoth from the device.

Releases

No releases published

Packages

No packages published

Languages