Alexa Jammer Save

Jamming the Wifi connection and microphones of all Amazon Echo and Google Home devices surrounding you

Project README

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.

Open Source Agenda is not affiliated with "Alexa Jammer" Project. README Source: T-vK/alexa-jammer

Open Source Agenda Badge

Open Source Agenda Rating