Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Arduino: 1.8.10 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled, All SSL ciphers (most compatible), 4M (3M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
  2.  
  3. Sketch uses 257852 bytes (24%) of program storage space. Maximum is 1044464 bytes.
  4. Global variables use 26572 bytes (32%) of dynamic memory, leaving 55348 bytes for local variables. Maximum is 81920 bytes.
  5. esptool.py v2.6
  6. 2.6
  7. esptool.py v2.6
  8. Serial port COM3
  9. Connecting........_____....._____....._____....._____....._____....._____.....____Traceback (most recent call last):
  10. File "C:\Users\brdeadmaster\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2/tools/upload.py", line 25, in <module>
  11. esptool.main(fakeargs)
  12. File "C:/Users/brdeadmaster/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.5.2/tools/esptool\esptool.py", line 2653, in main
  13. esp.connect(args.before)
  14. File "C:/Users/brdeadmaster/AppData/Local/Arduino15/packages/esp8266/hardware/esp8266/2.5.2/tools/esptool\esptool.py", line 468, in connect
  15. raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
  16. esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
  17. esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
  18.  
  19. _
  20.  
  21. This report would have more information with
  22. "Show verbose output during compilation"
  23. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement