-->
Page 1 of 1

arduino+esp8266 upload error: warning: espcomm_sync failed

PostPosted: Fri Jul 07, 2017 10:22 pm
by 1885
I have a couple of esp8266 modules 8 pin.

I have been able to get them to work with a Webserver and Blink but now when I try to update the firmware I get the following error when uploading:

warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed

Here is the pinout. (no resistors)
Arduino UNO - - - esp8266

TX - - - RX
3.3 V - - - VCC -
GND - - - GPIO 0
NONE - - - RESET
3.3V - - - CH_PD
NONE - - - GPIO 2
RX - - - TX
GND - - - GND

I'd like to control and arduino with 802.11 and use Jonny-five

Help please :)

Re: arduino+esp8266 upload error: warning: espcomm_sync fail

PostPosted: Sun Jul 16, 2017 7:59 am
by 1885
Solved the problem by using a FTDI FT232RL USB to TTL Serial Converter Adapter Module 5V 3.3V For Arduino KG.

Now having trouble getting an IP on the webserver on my local network.