Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Emma
#31245 hi all,

I have the same error:
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
warning: espcomm_sync failed
error: espcomm_open failed

and my set-up is a bit different:
Mac Yosemite 10.10.5
Arduino IDE 1.6.5
http://arduino.esp8266.com/stable/packa ... index.json
Olimex ESP8266-DEV
FTDI232

any ideas?
User avatar
By SpaceTeddy
#31342 I found a temporary workaround for me. Instead of the standard Arduino esptool I downloaded the python tool esptool.py from git hub. https://github.com/themadinventor/espto ... esptool.py
With this I can manually upload the sketch.
My setup:
OS X El Capitan
China Prolific 2303 USB serial adapter
Special 3th party 2303 USB driver from https://www.mac-usb-serial.com

Hope that helps