Skip to content

rusyln/cypher-jammer-mini

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypher-jammer-mini

Tiny WiFi + Bluetooth Jammer w/ ESP32-C3 SuperMini

Forked to Brother Cypher

Open-source Wireless Jamming Pentesting Device using ESP32-C3 SuperMini & 2 NRFL01+PA+LNA Modules

This is an ESP32 wireless pentesting device that generates 2.4GHz signals at various channels. This is an upgrade to the previous cypher-jammer, and adds an SSD1306 display and buttons. This allows much more flexibility when using the device.

** PCB COMING SOON **

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

Wifi and Bluetooth jammer made with an esp32 and nrf24l01+pa+lna modules.

WARNING!!! JAMMING IS ILLEGAL

WHAT DOES IT DO?

**IT CREATES NOISE SIGNAL TO JAM BLUETOOTH, DRONES, AND WIFI USING NRF24L01 AND ESP32 IN RANGE 2.4GHZ DEVICES , EFFECTS MAY VARY DEPENDS ON DEVICE BLUETOOTH VERSIONS **



REQUIRED DEVICE AND MODULE:

  1. 2pc NRF24LO1+PA+LNA
  1. 1pc ESP32-C3 SuperMini
  1. 10UF-100UF CAPACITOR
  1. SSD1306 128x64 .96in Display

PINS TO ATTACH NRF24L01 TO ESP32 C3 SuperMini

ESP32 C3 only has 1 SPI bus to use, so you connect both NRF24s the the same SPI pins.

FOR 2 NRF24s

  • Radio 1 SPI= SCK = 4, MISO =5, MOSI = 6 ,CS =21 ,CE = 20
  • Radio 2 SPI= SCK = 4, MISO =5, MOSI = 6 ,CS =10 ,CE = 7

** edit code here to change radios ** // radio(CE, CS) RF24 radio(20, 21, 16000000); // Radio 1 VSPI RF24 radio2(7, 10, 16000000); // Radio 2 HSPI


SOME NOTES

  • NRF24 CAN DO 125 CHANNELS & YOU CAN EDIT IT IN CODE
  • BLUETOOTH CLASSIC 80 CHANNELS
  • BLE USES 40 CHANNELS
  • WIFI USES 1-14 CHANNELS
  • DRONE 2.4GHZ 1-125 SO YOU NEED TO EDIT CODE TO HOPE 125 CHANNELS
	

About

Tiny WiFi + Bluetooth Jammer w/ ESP32-C3 SuperMini

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%