Wi-Fi Jammer Using ESP8266-01?
by Alexan24 in Circuits > Arduino
13004 Views, 46 Favorites, 0 Comments
Wi-Fi Jammer Using ESP8266-01?
![WiFi Serial Transceiver Module.jpg](/proxy/?url=https://content.instructables.com/FLE/84XP/J0X5C34C/FLE84XPJ0X5C34C.jpg&filename=WiFi Serial Transceiver Module.jpg)
Wi-Fi Jammer using ESP8266-01? Is that possible? Well... YES, It is. If you can't afford a NodeMCU ESP8266 or you simply don't want to buy one, just follow this tutorial!
Note: THIS IS NOT A TOY! IT IS CONSIDERED ILLEGAL. Do not use it to hack wifis. This is for educational purposes ONLY!
Connect Your FTDI With Your ESP8266
![esp-01.jpg](/proxy/?url=https://content.instructables.com/FFT/JVCQ/J12O2TGM/FFTJVCQJ12O2TGM.jpg&filename=esp-01.jpg)
![usb-ttl-ft232rl-pinout.png](/proxy/?url=https://content.instructables.com/FA9/A77C/J12O2TGV/FA9A77CJ12O2TGV.png&filename=usb-ttl-ft232rl-pinout.png)
Connect your FTDI with your ESP8266-01 using this diagram:
ESP8266-01 -> FTDI
RX -> TX
TX -> RX
VCC -> VCC
CP_PD -> VCC
GND -> GND
Also DONT FORGET to connect GPIO0 to GND ONLY WHILE PROGRAMING!!!
ESP8266 use a logic level of 3.3 Volts for communicating. If your FTDI Chips can switch to 5v-3.3v select the 3.3v.
Flashing the ESP8266
![(751).png](/proxy/?url=https://content.instructables.com/F1I/V7SY/J12O2TH1/F1IV7SYJ12O2TH1.png&filename=(751).png)
![(752).png](/proxy/?url=https://content.instructables.com/FY6/UAQL/J12O2TH6/FY6UAQLJ12O2TH6.png&filename=(752).png)
![(754).png](/proxy/?url=https://content.instructables.com/FOP/DZRU/J0X5BXAP/FOPDZRUJ0X5BXAP.png&filename=(754).png)
![(755).png](/proxy/?url=https://content.instructables.com/FGG/8190/J12O2THA/FGG8190J12O2THA.png&filename=(755).png)
![(756).png](/proxy/?url=https://content.instructables.com/FKW/I72M/J12O2TGR/FKWI72MJ12O2TGR.png&filename=(756).png)
![(757).png](/proxy/?url=https://content.instructables.com/FHV/FDB5/J12O2TGZ/FHVFDB5J12O2TGZ.png&filename=(757).png)
![(758).png](/proxy/?url=https://content.instructables.com/F0A/OJL4/J12O2TGG/F0AOJL4J12O2TGG.png&filename=(758).png)
Go to https://github.com/spacehuhn/esp8266_deauther/rel... and download esp8266_deauther_4mb.bin or any other version you want (must be .bin). Then you have to flash it to the ESP8266 board using a flash program (I used ESP8266_Flasher. Link to it here).
How to Flash the ESP8266?
- Open the esp8266_flasher.exe
- Click on bin
- Find the .bin file that you download in the previous step.
- Select the port where the FTDI Chip is connected at
- Click on "Download"
NOTE: GPIO0 MUST BE CONNECTED AT GND WHILE DOING THIS STEP! DONT FORGET IT!!
At 99% or 100%, you will get an error. Ignore it. Your bin file was successfully uploaded to the ESP8266.
How to Use It?
![crack-wi-fi-passwords-with-your-android-phone-and-get-free-internet.1280x600.jpg](/proxy/?url=https://content.instructables.com/FDT/BOCA/J12O2TYI/FDTBOCAJ12O2TYI.jpg&filename=crack-wi-fi-passwords-with-your-android-phone-and-get-free-internet.1280x600.jpg)
After you upload the bin file, your device is ready to be used!
For more info and how to use it go to this link:
https://github.com/spacehuhn/esp8266_deauther#how-...
You can also do the same using the Arduino IDE. I can help you if you want to see how to upload the program using an Arduino board (any type) and Arduino IDE.
Hope this tutorial helps you. Have fun!