Hi there,
This project was my first Node mcu project,This project worked very well and its very exiting as this wifi jammer can jam victims wifi speed or completely confuse the victims device.
So how i made it..
So to make this wifi jammer mainly you will need only one part esp8266.
you can buy this perticular version of esp8266 as this as a nodemcu firmware on it and it is easy to program without any programmer. This esp8266 has a build in programmer.
you can buy that here
1) ESP8266
2) Battery (optional)
https://www.arduino.cc/en/Main/Software
1 Install Arduino and open it.
2 Go to File > Preferences
3 Add http://arduino.esp8266.com/stable/package_esp8266com_index.json
to the Additional Boards Manager URLs.
4 Go to Tools > Board > Boards Manager
5 Type in esp8266
6 Select version 2.0.0 and click on Install (must be version 2.0.0)
7 Go to File > Preferences
8 Open the folder path under More preferences can be edited directly in the file
don’t forget to save!
9 Go to packages > esp8266 > hardware > esp8266 > 2.0.0 > tools > sdk > include
10 Open user_interface.h file with your favourite text editor or just wordpad.
11 Scroll down and before #endif add following lines: if you cant see correct copy it from the txt file included in the project files
typedef void (**freedom_outside_cb__t)(uint8 status);
int wifi_register_send_pkt_freedom_cb(freedom_outside_cb_t cb); void wifi_unregister_send_pkt_freedom__cb(void); int wifi_send_pkt_freedom(uint8 **buf, int len, bool sys_seq);don’t forget to save!
Step 3: Download the Project
1 Download project files from here (Credit goes to the orginal creator spacehuhn)
https://rebrand.ly/wifijammercode2 Open Wifi Jammer > esp8266_deauther > esp8266_deauther.ino in Arduino
3 Select your ESP8266 board at Tools > Board. I used NodeMCU 0.9 but you can try NodeMCU 1.0 or Generic ESP8266 Module
4 Select your programmer at Tools > Programmer > ArduinoISP
5 Select the right port no at Tools > Port If no port shows up you may have to reinstall the drivers.
6 Upload!
Your Wifi Jammer is now ready!
https://rebrand.ly/wifijammercode2 Open Wifi Jammer > esp8266_deauther > esp8266_deauther.ino in Arduino
3 Select your ESP8266 board at Tools > Board. I used NodeMCU 0.9 but you can try NodeMCU 1.0 or Generic ESP8266 Module
4 Select your programmer at Tools > Programmer > ArduinoISP
5 Select the right port no at Tools > Port If no port shows up you may have to reinstall the drivers.
6 Upload!
Your Wifi Jammer is now ready!