Git Product home page Git Product logo

alexa-jammer's Introduction

Amazon Echo (Alexa) and Google Home jammer for Arduinos and chips like the ESP8266 and ESP32

This project is still under development and has not been tested very well yet.

Structure

This project consists of two parts. The first one we're calling the mic-jammer and the second one we're calling the wifi-jammer.

The "wifi-jammer"

It constantly checks if there are any spy devices around you, such as an Amazon Echo or a Google Home device and blocks their WiFi access. (Other devices are left alone.)

Beware, this automatically works on ALL Wifi networks in your range (even hidden ones) without even knowing the wifi passwords. Make sure you're not breaking any laws in whatever country you want to operate such a jamming device!

The wifi-jammer requires a an ESP8266 or ESP32.

The "mic-jammer"

The "mic-jammer" generates ultrasonic noise that is inaudible to humans. Microphones however get jammed by the noise making any recordings useless. Filtering out the noise in software does not appear to be possible as the noise completely overpowers anything else and the microphone actually picks it up as humanly audible noise (20hz-20khz) instead of 20khz+.

Beware, the mic-jammer will jam all microphones in range. Make sure you're not breaking any laws in whatever country you want to operate such a jamming device!

The "mic-jammer" requires an Arduino.

How to use the "wifi-jammer"

If you want to make it portable, ESP8266 boards like this one are nice because you can simply pop in an 18650 battery to make it portable. But a Wemos D1 with a power bank works just as well.

How to use the "mic-jammer"

Software

  • If you haven't already, Install the Arduino IDE
  • Open the mic-jammer.ino file with your Arduino IDE.
  • Connect your Arduino to your computer.
  • Select your board unter Tools->Board and Tools->Port
  • You might also want to adjust the FREQUENCY_MIN and FREQUENCY_MAX variables in the code. For example if you use a 25khz transducer, you would probably want to set them to 24000 and 26000.
  • Click the upload button.

Hardware

Parts:

Stationary setup: mic-jammer-diagram-simple Portable setup: mic-jammer-diagram-portable

Photo of portable setup: mic-jammer-photo-portable

Any questions?

Feel free to open an issue on this GitHub repo

Credits

The "wifi-jammer" of this project is heavily based on RandDruid's esp8266-deauth.
The "mic-jammer" of this project is heavily based on y-x-c's wearable-microphone-jamming.

alexa-jammer's People

Contributors

t-vk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.