Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cifertech/nrf-jammer

WiFi JAMMER WITH nRF24L01
https://github.com/cifertech/nrf-jammer

arduino nrf24l01 wifi

Last synced: 6 days ago
JSON representation

WiFi JAMMER WITH nRF24L01

Awesome Lists containing this project

README

        

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](#star2-about-the-project)
* [Pictures](#camera-Pictures)
* [Features](#dart-features)
- [Getting Started](#toolbox-getting-started)
* [Schematic](#electric_plug-Schematic)
* [Installation](#gear-installation)
- [Usage](#eyes-usage)
- [Contributing](#wave-contributing)
- [License](#warning-license)
- [Contact](#handshake-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](https://twitter.com/cifertech1) - [email protected]

Project Link: [https://github.com/cifertech/nRF-jammer](https://github.com/cifertech/nRF-jammer)