You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you searched for existing (open and closed) issues describing the same problem?
Yes
Describe the error
whenever i try to upload the deauther code to my nodemcu board it just throws the same error that i show on the image
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 COM3
Traceback (most recent call last):
File "C:\Users\vlxdh\AppData\Local\Arduino15\packages\deauther\hardware\esp8266\2.7.5/tools/upload.py", line 65, in <module>
esptool.main(cmdline)
File "C:/Users/vlxdh/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/vlxdh/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/vlxdh/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/vlxdh/AppData/Local/Arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/pyserial\serial\serialwin32.py", line 62, in open
raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port 'COM3': FileNotFoundError(2, 'The system cannot find the file specified.', None, 2)
Expected behavior
Expected to flash correctly the board ...
Screenshots
Environment (please complete the following information):
OS: Window 11
Browser Chrome
Version lastet maybe ...
Hardware DIY
Attempts
I tried every way but nothing seems to work
Additional context
Help guysssssssss
The text was updated successfully, but these errors were encountered:
Congrats on opening your first issue on this repository! 🎉 This is a automated message to help you avoid common pitfalls when asking for help online. 👉 Be sure to: * 🇬🇧 Communicate in English so everybody can understand you * 📖 Have a look at the Wiki and README for information * 🔍 Search for similar issues (open and closed) * ✍️ Provide enough information to understand, recreate and help out with your problem * ℹ️ Let us know if you find a solution and please share it with us * 📕 Close the issue when your problem has been solved
Yes
Describe the error
whenever i try to upload the deauther code to my nodemcu board it just throws the same error that i show on the image
Expected behavior
Expected to flash correctly the board ...
Screenshots
Environment (please complete the following information):
Attempts
I tried every way but nothing seems to work
Additional context
Help guysssssssss
The text was updated successfully, but these errors were encountered: