Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cifertech/nrf-jammer
- Owner: cifertech
- License: mit
- Created: 2022-08-07T16:44:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T16:48:53.000Z (about 2 years ago)
- Last Synced: 2023-03-10T19:13:44.574Z (almost 2 years ago)
- Topics: arduino, nrf24l01, wifi
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 33
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :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
### :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### :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)