Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload error with NodeMCU #1748

Open
thijbel opened this issue Nov 1, 2024 · 3 comments
Open

Upload error with NodeMCU #1748

thijbel opened this issue Nov 1, 2024 · 3 comments
Labels
help wanted Requesting support

Comments

@thijbel
Copy link

thijbel commented Nov 1, 2024

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
image

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

@thijbel thijbel added the help wanted Requesting support label Nov 1, 2024
Copy link

welcome bot commented Nov 1, 2024

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

@IDknoobcoder
Copy link

Reinstall the ch340 driver while esp plugged in

@thijbel
Copy link
Author

thijbel commented Nov 2, 2024

Reinstall the ch340 driver while esp plugged in

it doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Requesting support
Projects
None yet
Development

No branches or pull requests

2 participants