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

How to Fix it? i used sparkfun micro pro + pcb + Wemos d1 min. #112

Open
Clayrecovery20 opened this issue Dec 31, 2022 · 0 comments
Open

Comments

@Clayrecovery20
Copy link

Executable segment sizes:
IROM : 387860 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 28460 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1312 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 3936 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 26672 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 421568 bytes (40%) of program storage space. Maximum is 1044464 bytes.
Global variables use 31920 bytes (38%) of dynamic memory, leaving 50000 bytes for local variables. Maximum is 81920 bytes.

esptool.py v2.8
Serial port COM8
Connecting......................................____Traceback (most recent call last):

File "C:\Users\Zidan\AppData\Local\Arduino15\packages\wifiduck\hardware\esp8266\2.7.4/tools/upload.py", line 65, in
esptool.main(cmdline)
File "C:/Users/Zidan/AppData/Local/Arduino15/packages/wifiduck/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 2890, in main
esp.connect(args.before)
File "C:/Users/Zidan/AppData/Local/Arduino15/packages/wifiduck/hardware/esp8266/2.7.4/tools/esptool\esptool.py", line 483, in connect
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header

_

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

No branches or pull requests

1 participant