spacehuhn / wifi_ducky

Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
MIT License
1.26k stars 295 forks source link

Flashing the ESP8266 does not work #68

Closed Mr-iX closed 6 years ago

Mr-iX commented 6 years ago

I have flashed the ESP8266 using the NodeMCU Flasher and uploaded the arduino_wifi_duck Sketch to the Arduino SS Micro. But when I search for WiFi Networks, I cannot find anything.

I have done all the wiring steps from #40

Mr-iX commented 6 years ago

This is the error log, when I try to upload the ESP-Code via the Arduino IDE:

esptool v0.4.9 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de> setting board to ck setting baudrate from 115200 to 115200 setting port from /dev/tty.usbserial to /dev/cu.usbmodem3A21 setting address from 0x00000000 to 0x00000000 espcomm_upload_file espcomm_upload_mem opening port /dev/cu.usbmodem3A21 at 115200 tcgetattr tcsetattr serial open opening bootloader resetting board trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload resetting board trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload resetting board trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload warning: espcomm_sync failed error: espcomm_open failed error: espcomm_upload_mem failed error: espcomm_upload_mem failed

Mr-iX commented 6 years ago

Now I found out, that the ESP8266Flasher.exe works. You can find it here: https://github.com/nodemcu/nodemcu-flasher

I don't know why the Arduino IDE and the esptool.py fails.