In this project, I build a 2.4GHz scanner/jammer/Channel Analyzer using the nRF24L01.
π· Pictures- 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.
- 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.
π Usage
After uploading the code, the Menu will show up and you able to choose the option you want.
CiferTech - @twitter -
Project Link: https://github.com/cifertech/nRFBox
π Acknowledgements
Comments