Skip to content

Instantly share code, notes, and snippets.

@ayyucedemirbas
Last active June 28, 2017 13:09
Show Gist options
  • Save ayyucedemirbas/2915eec8f3456f0301199bad9d8ba05f to your computer and use it in GitHub Desktop.
Save ayyucedemirbas/2915eec8f3456f0301199bad9d8ba05f to your computer and use it in GitHub Desktop.
ESP8266 Code Upload Error

Arduino: 1.8.3 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"

Archiving built core (caching) in: C:\Users\ay-_-\AppData\Local\Temp\arduino_cache_506492\core\core_esp8266_esp8266_generic_CpuFrequency_80,FlashFreq_40,FlashMode_dio,UploadSpeed_115200,FlashSize_512K64,ResetMethod_ck,Debug_Disabled,DebugLevel_None_____dbad9b36d2bf0921e414ce287b690f59.a

Sketch uses 222201 bytes (51%) of program storage space. Maximum is 434160 bytes.

Global variables use 31576 bytes (38%) of dynamic memory, leaving 50344 bytes for local variables. Maximum is 81920 bytes.

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

error: failed reading byte

warning: espcomm_send_command: cant receive slip payload data

warning: espcomm_sync failed

error: espcomm_open failed

error: espcomm_upload_mem failed

This report would have more information with

"Show verbose output during compilation" option enabled in File -> Preferences.

@aveao
Copy link

aveao commented Jun 27, 2017

Hello Ms. Demirbas.

Please check this link for information on how to fix your issue.

Thanks,
Avery O.
Avertly

@ayyucedemirbas
Copy link
Author

I tried with two different computers and two different operating systems (Windows and Ubuntu), but I still get the same error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment