Skip to content

cifertech/nRFBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

logo

nRFBOX

2.4Ghz ULTIMATE Tool

cifertech - nrfbox stars - nrfbox forks - nrfbox


nRF-BOX Release Note - Version 2.1.1

Release Date: [8/15/2023]

New Features

  • 128-channel analyzer
  • Show status with NeoPixel ws2812

Enhancements

  • 2.4 Jammer improved with better control for channel selection and starting the attack
  • 2.4 jammer is more effective (this gives you the option to lower the traffic in a specific channel not entirely cut the channel off)
  • More suitable graph for channel analyzer

Bug Fixes

  • Menu Selection bug fixed
  • RF scanner bug fixed
  • 2.4 jammer bug fixed

===========================================================================

🌟 About the Project

In this project, I build a 2.4GHz scanner/jammer/Channel Analyzer using the nRF24L01.

📷 Pictures

screenshot

🎯 Features

  • Scan 2.4Ghz band
  • 2.4Ghz jammer
  • Channel Analyzer

🧰 Getting Started

We will use Arduino Pro Mini as a processor. Also, an OLED display to show the Menu and desired options. With the nRF24 module, we can execute the features.

  • Arduino Pro Mini
  • nRF24
  • Oled 0.96 SSD1306

🔌 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
  • Complete Schematic

screenshot

⚙️ 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.

-Also you need "NRF24" library.

👀 Usage

After uploading the code, the Menu will show up and you able to choose the option you want.

screenshot

👋 Contributing

⚠️ License

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

🤝 Contact

CiferTech - @twitter - CiferTech@gmali.com

Project Link: https://github.com/cifertech/nRFBox

💎 Acknowledgements