2

I wanted to flash my Nodemcu esp8266 v3.4 with esp8266 deauther code: script-github.

I did everything said. First I plugged in my nodemcu. Windows detected it and drivers for ch340 where already installed. I tried using the Nodemcu firmware programmer for flashing, but when starting flashing in the log there it was just stuck on "begin finding esp8266". Then I tried using the Arduino IDE, again I did everything the github wiki said. But I got this:

Sketch uses 829464 bytes (79%) of program storage space. Maximum is 1044464 bytes.
Global variables use 32132 bytes (39%) of dynamic memory, leaving 49788 bytes for local variables. Maximum is 81920 bytes.
esptool.py v2.8
Serial port COM5
Traceback (most recent call last):
 File "C:\Users\jakob\AppData\Local\Arduino15\packages\deauther\hardware\esp82662円.7.5/tools/upload.py", line 65, in <module>
 esptool.main(cmdline)
 File "C:/Users/jakob/AppData/Local/Arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool\esptool.py", line 2889, in main
 esp = chip_class(each_port, initial_baud, args.trace)
 File "C:/Users/jakob/AppData/Local/Arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool\esptool.py", line 237, in __init__
 self._port = serial.serial_for_url(port)
 File "C:/Users/jakob/AppData/Local/Arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/pyserial\serial\__init__.py", line 88, in serial_for_url
 instance.open()
 File "C:/Users/jakob/AppData/Local/Arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/pyserial\serial\serialwin32.py", line 78, in open
 self._reconfigure_port()
 File "C:/Users/jakob/AppData/Local/Arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/pyserial\serial\serialwin32.py", line 222, in _reconfigure_port
 'Original message: {!r}'.format(ctypes.WinError()))
serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'Ein an das System angeschlossenes Ger�t funktioniert nicht.', None, 31)
Failed uploading: uploading error: exit status 1
dda
1,5951 gold badge12 silver badges17 bronze badges
asked May 10, 2023 at 16:33
1
  • always format printouts as code for readability Commented May 11, 2023 at 3:16

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.