In this project, I build a 2.4GHz scanner/jammer/Channel Analyzer using the nRF24L01.
- Scan 2.4Ghz band
- 2.4Ghz jammer
- Channel Analyzer
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
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
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.
After uploading the code, the Menu will show up and you able to choose the option you want.
Distributed under the MIT License. See LICENSE.txt for more information.
CiferTech - @twitter - CiferTech@gmali.com
Project Link: https://github.com/cifertech/nRFBox