This project is still under development and has not been tested very well yet.
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
.
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" 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.
wifi-jammer.ino
file with your Arduino IDE.Tools->Board
and Tools->Port
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.
mic-jammer.ino
file with your Arduino IDE.Tools->Board
and Tools->Port
Parts:
Stationary setup: Portable setup:
Photo of portable setup:
Feel free to open an issue on this GitHub repo
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.