nRF-jammer icon indicating copy to clipboard operation
nRF-jammer copied to clipboard

WiFi JAMMER WITH nRF24L01

logo

nRF jammer

WiFi JAMMER BUT WITH nRF24L01

cifertech - nRF-jammer stars - nRF-jammer forks - nRF-jammer

TWITTER · INSTAGRAM · YOUTUBE · WEBSITE


:notebook_with_decorative_cover: Table of Contents

  • About the Project
    • Pictures
    • Features
  • Getting Started
    • Schematic
    • Installation
  • Usage
  • Contributing
  • License
  • Contact

:star2: About the Project

In this project, I added a few lines of code to my old project "nRF Scanner" so that we can do jamming on 14 channels of 802.11.

:camera: Pictures

screenshot

:dart: Features

  • Scan 2.4Ghz band
  • Jamming on the 2.4GHz band
  • Ability to choose the desired channel from 14 channels

:toolbox: Getting Started

we will use Arduino Nano as a processor. and we will add an OLED display to show scanned values in graphs. With the nRF24 module, we can scan and view the entire 2.4GHz network.

  • Arduino Nano
  • nRF24
  • Oled 0.96 SSD1306

:electric_plug: Schematic

Make the connections according to the table and schematic below.

  • Arduino and nRF24.
Arduino nRF24
9 CE
13 SCK
12 MISO
10 CSN
11 MOSI
3V3 Vcc
GND GND
  • Arduino and OLED display.
Arduino Oled 0.96
A5 SCK
A4 SDA
Vin VDD
GND GND
  • Arduino and Micro Switch.
Arduino Micro Switch
2 -
3 -
  • Complete Schematic
screenshot

:gear: Installation

Before uploading the code you need to install the required library in Arduino IDE. Follow these steps:

  • Follow this path Sketch> Include Library> Manage Libraries
  • Search for Adafruit SSD1306
  • Install the library

-Then search for the “GFX” and install it also.

:eyes: Usage

After uploading the code, the network scanner starts working automatically and you can change the desired channel by using the keys and start the attack.

:wave: Contributing

:warning: License

Distributed under the MIT License. See LICENSE.txt for more information.

:handshake: Contact

CiferTech - @twitter - [email protected]

Project Link: https://github.com/cifertech/nRF-jammer