risinek / esp32-wifi-penetration-tool

Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks.

Home Page:https://risinek.github.io/esp32-wifi-penetration-tool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

working with wemos mini s2?

yentzee opened this issue · comments

Hi, I am trying to flash a wemos s2 mini using the esp download tool

  1. bootloader 0x1000
  2. partitiontable 0x8000
  3. esp wifi penetration tool 0x10000
    40 MHz
    DIO
    1152000
    and in my case com 10 (?)
    just got a esp32 first time today. Not sure what is wrong.
    It says sync but nothing happens. I tried resetting with 0 hold, reset hold , release 0
    Help is greatly appreciated

This is not related to this project, you need to find help for general ESP32 flashing. Sorry, I can't help you, as you are using Windows for flashing and I have no experience with using Windows for flashing ESP32.

Nono this is not realted to windows only
I've tried this a hundred times on windows as well as on linux... this is absolutly not working on a wemos s2 mini

O.k. so I finally got this working:

  • install VSCode on Linux
  • install ESP-IDF plugin and leave everything default
  • clone the github in VScode
  • build in VScode
  • make sure every setting in the lower blue bar is set to the correct setting:
  • Select port (on my sys it was /dev/ttyACM0), Select board: ESP32s2, set flash type to UART then click flash...