My esp8266 overloads for no reason

 Variables and constants in RAM (global, static), used 28200 / 80192 bytes (35%)
║   SEGMENT  BYTES    DESCRIPTION
╠══ DATA     1504     initialized variables
╠══ RODATA   992      constants       
╚══ BSS      25704    zeroed variables
. Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 59747 / 65536 bytes (91%)
║   SEGMENT  BYTES    DESCRIPTION
╠══ ICACHE   32768    reserved space for flash instruction cache
╚══ IRAM     26979    code in IRAM    
. Code in flash (default, ICACHE_FLASH_ATTR), used 238640 / 1048576 bytes (22%)
║   SEGMENT  BYTES    DESCRIPTION
╚══ IROM     238640   code in flash   

i have no idea why my esp8266 would not connect to my pc, i just get this message that it overloads everytime i try connecting it to anything, no matter if i have code written or just blank

Hi, @myomyo18
Welcome to the forum.

We need to see your code, the instructions above will show you how.
Please post your code in a new post in this thread.

What model esp8266 module do you have?

Thanks... Tom.. :smiley: :+1: :coffee: :australia:

There is nothing in what you have posted that indicates any problem.

Looks fine. Almost certainly an issue with your local circuit or with your code. Please post them here.

Hi there was an issue with my cable, it didn't transfer data only power, thanks for the help tho but I did end up fixing it.

Hi there was an issue with my cable, it didn't transfer data only power, thanks for the help tho but I did end up fixing it.
I have a ESP8266 ESP12E module.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.