Skip to content

fpp3/otg_jammer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTG Jammer

A fork of W0rthlessS0ul's nRF24_jammer, with "on the go" usage in mind. This fork removes a few features that don't really serve a prupose as a portable device, and some that I think don't really add to the device itself.

Features

  • Configurable number of nRF21 modules (up to 30).
  • Jamming:
    • Bluetooth
    • BLE
    • Wi-Fi
    • Zigbee
    • Drones
  • Serial Comand interpreter. For when you don't have a screen and want to use it as external device.

Possible Additions

  • Deauthentication attack
  • BLE spam
  • Beacon spam
  • nRF24 mousejack

If you have the capability to assist with these features, please feel free to create pull requests!

List of Components (TBD)

To bring this project to life, you will need the following components:

  1. nRF24L01+PA+LNA modules
  2. ESP-WROOM-32
  3. 16V capacitors rated at 100µF
  4. Nokia 1100 (or PCF8814 based) LCD
  5. 3 Tactile buttons or 1 Thumbwheel Toggle Slide Dial Switch

Flash Firmware

Follow these steps to flash the firmware:

  1. Download the firmware from the releases section.
  2. Navigate to ESPWebTool: ESPWebTool
  3. Arrange the files as per the table below:
Address File Name
0x1000 nRF24_jammer_bootloader.bin
0x8000 nRF24_jammer_partitions.bin
0x10000 nRF24_jammer.bin
  1. Click "Flash," and once the installation is complete, restart your board and enjoy using your jammer!

Acknowledgments

About

ESP32 and NRF24L01 based 2.4GHz jammer. It can jam bluetooth, BLE, WiFi, zigbee and drones

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 55.7%
  • C++ 39.3%
  • Python 2.3%
  • CMake 1.7%
  • Shell 0.6%
  • CSS 0.2%
  • Makefile 0.2%