Advertisement
Guest User

hey2

a guest
Dec 8th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. Arduino: 1.8.8 (Windows 10), Board: "Adafruit Feather HUZZAH ESP8266, 80 MHz, Flash, 4M (1M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
  2.  
  3. Sketch uses 249632 bytes (23%) of program storage space. Maximum is 1044464 bytes.
  4. Global variables use 27700 bytes (33%) of dynamic memory, leaving 54220 bytes for local variables. Maximum is 81920 bytes.
  5. C:\Users\camel\AppData\Local\Arduino15\packages\esp8266\tools\esptool\0.4.13/esptool.exe -vv -cd nodemcu -cb 115200 -cp COM3 -ca 0x00000 -cf C:\Users\camel\AppData\Local\Temp\arduino_build_873785/sketch_dec07a.ino.bin
  6. esptool v0.4.13 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
  7. setting board to nodemcu
  8. setting baudrate from 115200 to 115200
  9. setting port from COM1 to COM3
  10. setting address from 0x00000000 to 0x00000000
  11. espcomm_upload_file
  12. espcomm_upload_mem
  13. setting serial port timeouts to 1000 ms
  14. opening bootloader
  15. resetting board
  16. trying to connect
  17. flush start
  18. setting serial port timeouts to 1 ms
  19. setting serial port timeouts to 1000 ms
  20. flush complete
  21. espcomm_send_command: sending command header
  22. espcomm_send_command: sending command payload
  23. read 0, requested 1
  24. An error occurred while uploading the sketch
  25. trying to connect
  26. flush start
  27. setting serial port timeouts to 1 ms
  28. setting serial port timeouts to 1000 ms
  29. flush complete
  30. espcomm_send_command: sending command header
  31. espcomm_send_command: sending command payload
  32. read 0, requested 1
  33. trying to connect
  34. flush start
  35. setting serial port timeouts to 1 ms
  36. setting serial port timeouts to 1000 ms
  37. flush complete
  38. espcomm_send_command: sending command header
  39. espcomm_send_command: sending command payload
  40. read 0, requested 1
  41. resetting board
  42. trying to connect
  43. flush start
  44. setting serial port timeouts to 1 ms
  45. setting serial port timeouts to 1000 ms
  46. flush complete
  47. espcomm_send_command: sending command header
  48. espcomm_send_command: sending command payload
  49. read 0, requested 1
  50. trying to connect
  51. flush start
  52. setting serial port timeouts to 1 ms
  53. setting serial port timeouts to 1000 ms
  54. flush complete
  55. espcomm_send_command: sending command header
  56. espcomm_send_command: sending command payload
  57. read 0, requested 1
  58. trying to connect
  59. flush start
  60. setting serial port timeouts to 1 ms
  61. setting serial port timeouts to 1000 ms
  62. flush complete
  63. espcomm_send_command: sending command header
  64. espcomm_send_command: sending command payload
  65. read 0, requested 1
  66. resetting board
  67. trying to connect
  68. flush start
  69. setting serial port timeouts to 1 ms
  70. setting serial port timeouts to 1000 ms
  71. flush complete
  72. espcomm_send_command: sending command header
  73. espcomm_send_command: sending command payload
  74. read 0, requested 1
  75. trying to connect
  76. flush start
  77. setting serial port timeouts to 1 ms
  78. setting serial port timeouts to 1000 ms
  79. flush complete
  80. espcomm_send_command: sending command header
  81. espcomm_send_command: sending command payload
  82. read 0, requested 1
  83. trying to connect
  84. flush start
  85. setting serial port timeouts to 1 ms
  86. setting serial port timeouts to 1000 ms
  87. flush complete
  88. espcomm_send_command: sending command header
  89. espcomm_send_command: sending command payload
  90. read 0, requested 1
  91. warning: espcomm_sync failed
  92. error: espcomm_open failed
  93. error: espcomm_upload_mem failed
  94.  
  95. This report would have more information with
  96. "Show verbose output during compilation"
  97. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement