deauther.com Open in urlscan Pro
2606:50c0:8000::153  Public Scan

Submitted URL: https://deauth.me/
Effective URL: https://deauther.com/docs/diy/installation-bin/
Submission: On August 20 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

Skip to main content

DeautherDocs
GitHub



 * About
 * How it works
 * Buy
 * Download
 * DIY Tutorial
   * Supported Devices
   * Installation (.bin)
   * Installation (Arduino IDE)
   * Display & Button Setup
   * Upload Errors
 * Usage
 * FAQ
 * Version 3
 * History
 * Credits

 * 
 * DIY Tutorial
 * Installation (.bin)

On this page


INSTALLATION (.BIN)

tip

This installation method is the easiest. But if you're looking to modify the
code, follow the Arduino IDE tutorial.

 1. Get a .bin file for your board from deauther.com
 2. Open esp.huhn.me 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




FINDING THE CORRECT PORT

If you don't know which serial port to select, click connect on esp.huhn.me 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: http://www.wch-ic.com/downloads/CH341SER_ZIP.html
🔗 CP210x Drivers:
https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
🔗 FTDI Drivers: https://ftdichip.com/drivers/


CONNECTION FAILED?

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.


ALTERNATIVE TOOLS

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

 * esptool
 * ESP flash download tools
 * esptool-gui

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

Edit this page

Previous
Supported Devices
Next
Installation (Arduino IDE)
 * Finding the correct port
 * Connection failed?
 * Alternative Tools