. Variables and constants in RAM (global, static), used 28104 / 80192 bytes (35%)
║ SEGMENT BYTES DESCRIPTION
╠══ DATA 1496 initialized variables
╠══ RODATA 920 constants
╚══ BSS 25688 zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 59667 / 65536 bytes (91%)
║ SEGMENT BYTES DESCRIPTION
╠══ ICACHE 32768 reserved space for flash instruction cache
╚══ IRAM 26899 code in IRAM
. Code in flash (default, ICACHE_FLASH_ATTR), used 232148 / 1048576 bytes (22%)
║ SEGMENT BYTES DESCRIPTION
╚══ IROM 232148 code in flash
esptool.py v3.0
Serial port COM3
A fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)
Hello,
I am facing an issue with my ESP8266 module. I selected the Generic ESP8266 Module in the Arduino IDE and uploaded a simple LED blink code.
To troubleshoot, I:
Uninstalled the existing drivers.
Installed the latest CH340 driver.
Restarted my system and reconnected the board.
Despite these steps, the issue persists. Still above error is coming , i tried many times.
I moved your topic to an appropriate forum category.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
You might want to look at this How to get the best out of this forum before you proceed any further.
We only know what you tell us, and without knowing what you have, we don't stand a chance.
In your case you posted in an "official products" section of the forum when you do not have an official product. Which is why I moved it here.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
I opened my serial monitor
in that it is showing as Not connected : Select a board and a port to connect automatically
Even though i selected the board and port also
Windows 11,I have two esp 8266 modules , one is working all the devices ,
but one is not working, i changed my cable and ports also,for second one Not connected : Select a board and a port to connect automatically
So there is nothing wrong with the driver or your computer or the the Arduino IDE or the USB port or the cable.
So there is something wrong with that one board.
Did it ever work?
Dear sir, i selected port correctly for me showing COM3, tried to upload the simple led blink example code.
but in my serial monitor Not connected : Select a board and a port to connect automatically coming like this
Variables and constants in RAM (global, static), used 28104 / 80192 bytes (35%)
║ SEGMENT BYTES DESCRIPTION
╠══ DATA 1496 initialized variables
╠══ RODATA 920 constants
╚══ BSS 25688 zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 59667 / 65536 bytes (91%)
║ SEGMENT BYTES DESCRIPTION
╠══ ICACHE 32768 reserved space for flash instruction cache
╚══ IRAM 26899 code in IRAM
. Code in flash (default, ICACHE_FLASH_ATTR), used 232148 / 1048576 bytes (22%)
║ SEGMENT BYTES DESCRIPTION
╚══ IROM 232148 code in flash
esptool.py v3.0
Serial port COM3
A fatal esptool.py error occurred: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31)