-->
Page 1 of 6

Missing esptool with Arduino 1.6.3 and esp8266-Arduino 0.0.2

PostPosted: Sun Apr 12, 2015 5:56 am
by jarkman
I've just installed Arduino 1.6.3 and then esp8266-Arduino 0.0.2 on OSX, in the hope of making an ESP-01 do something interesting.

I can select 'Generic ESP8266 Board', and I have the right serial port selected, but I don't see esptool in the list of programmers.

When I try to upload, I see this :

Sketch uses 207,036 bytes (39%) of program storage space. Maximum is 524,288 bytes.
warning: espcomm cmd: wrong direction/command: 0x01 0x02, expected 0x01 0x08
Uploading 36912 bytes from /var/folders/71/9gbg1bj16jjg0h_7r49pbfv00000gn/T/build7059410809240356286.tmp/WiFiWebServerRPS.cpp_00000.bin to flash at 0x00000000
warning: espcomm cmd: didn't receive command response
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed

I'm sure I've just missed a little step somewhere, but I clearly have no idea what I'm doing. Am I meant to install esptool from somewhere else ?

Thanks!

Richard

Re: Missing esptool with Arduino 1.6.3 and esp8266-Arduino 0

PostPosted: Sun Apr 12, 2015 8:50 am
by AcmeUK
A fellow MAC user has had success with the MAC IDE V1.6.1 download from here:
https://github.com/esp8266/Arduino

Re: Missing esptool with Arduino 1.6.3 and esp8266-Arduino 0

PostPosted: Sun Apr 12, 2015 9:09 am
by gerardwr
AcmeUK wrote:A fellow MAC user has had success with the MAC IDE V1.6.1 download from here:
https://github.com/esp8266/Arduino


Yep, download the zip for Mac OS and you're good to go.

Re: Missing esptool with Arduino 1.6.3 and esp8266-Arduino 0

PostPosted: Sun Apr 12, 2015 10:01 am
by jarkman
Thanks - I'm afraid that suffers the same issue, no esptool in the programmer list.

Could this be a dependency of esptool somehow ?

Thanks,

Richard