Skip to content

Installation (.bin)

  1. Get a .bin file for your board from download
  2. Open esptool.spacehuhn.com in Chrome, or another supported browser
  3. Connect your ESP8266 board via USB
  4. Click Connect and select the serial port of your ESP
  5. Select your Deauther .bin file
  6. Click Program

Animated ESP Web Tool workflow GIF

If you don’t know which serial port to select, click connect on esptool.spacehuhn.com and then plug in your board. Whatever port pops up in the list is what you’re looking for.

You should check the cable and USB port if no new port pops up. Some USB cables are only for charging and cannot transmit data.

Or maybe you’re missing the drivers for your device:

CH340/CH341 Drivers CP210x Drivers FTDI Drivers

Make sure to set the baud rate to 115200 in the settings. Higher baud rates allow faster upload speeds but can also introduce connection issues.

If that doesn’t help, check out this blog post about common ESP8266 and ESP32 errors: https://blog.spacehuhn.com/espcomm/

And if you run into other issues, try using a different flashing tool/method.

My ESP web tool is not the only software you can use to flash your ESP8266:

And if you’re looking for something Deauther-specific, check out n2d: https://github.com/realmrvodka/n2d/