Ad

Bluetooth-jammer-esp32: Basic Bluetooth Jammer

This project implements a Bluetooth jammer using an ESP32 and NRF24L01 module to disrupt Bluetooth and Wi-Fi signals in the 2.4GHz band.

Bluetooth-jammer-esp32 creates radio frequency noise using an ESP32 microcontroller and an NRF24L01 radio module. It aims to disrupt Bluetooth and 2.4GHz Wi-Fi signals within a limited range. The project leverages the NRF24L01's ability to transmit radio waves and the ESP32's processing power for signal generation. The device operates by broadcasting noise on various channels, effectively interfering with nearby Bluetooth devices.

  • Simple Hardware Setup: Utilizes readily available and inexpensive components like ESP32 and NRF24L01.

  • Flexible Channel Selection: Supports a wide range of channels for both Bluetooth Classic and BLE, providing adaptability.

  • Easy Configuration: Allows for easy modification of parameters like payload size and channel selection through code adjustments.

  • WebFlasher Support: Offers a convenient method for uploading code to the ESP32 without requiring a separate IDE.

  • Active Community Support: The project has a growing community contributing to its development and providing support.

  • Core Functionality: Generates noise on specific radio frequencies to interfere with Bluetooth and Wi-Fi signals.

  • Supported Platforms: ESP32 microcontroller.

  • Configuration: Adjustable channel selection and payload size via code.

  • Performance: Range up to 10 meters, potentially enhanced with a 2.4GHz RF amplifier.

  • Developer Experience: Easy setup with WebFlasher, clear wiring diagrams, and instructions for compilation using IDE.

The project appears to be actively maintained with recent commits and a community of users. Documentation includes wiring diagrams, installation instructions, and code compilation details. While the project is marked as archived, it demonstrates a working functionality and has received positive feedback from users, indicating a stable and reliable implementation. Further development and feature additions are suggested in the linked 'Noisy Boy' project.

This project is designed for individuals interested in understanding and experimenting with radio frequency jamming techniques. It can be used for educational purposes or to test the security of Bluetooth devices. The project provides a relatively simple and cost-effective solution for disrupting wireless communication within a limited range. Note that using this project may be illegal in your region; proper authorization should be obtained before use.

Languages:
Summarize:
Share:
Stars
1,026
Forks
214
Issues
4
Created
2 years ago
Commit
1 year ago
License
GPL-3.0
Archived
Yes
Updated 1 month ago

Similar Repositories