Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By ozayturay
#13748 It is really simple: Using Arduino IDE 1.6.1 or up

1- Make your "Sketchbook location" point to a subfolder in Arduino IDE like D:\Dropbox\Arduino
2- Make a hardware subfolder in it like D:\Dropbox\Arduino\hardware
3- Put the esp8266com folder from https://github.com/sandeepmistry/esp8266-Arduino repository in this hardware folder like D:\Dropbox\Arduino\hardware\esp8266com
4- Launch/ReLaunch Arduino IDE

Repeat steps 1 and 4 in other machines with the same Dropbox account.

That's it. ;)
User avatar
By bobcroft
#13856 Ozay,
it is undoubtedly simple when it works! I have installed the espArduino as you suggest and I can see the 'board' in the Arduino boards selection window. I still cannot see the espTool under programmers.

If I install Roger Clark's 1.6.1 version it works perfectly well.
There has to be something stopping the Arduino environment seeing the espTool in version 1.6.3.

I am going to delete all the varios packages etc. and start again. I'll also try the same procedure on my lap top.

Thanks for your help in listing the install steps.

Bob
User avatar
By alain 06640
#13901
bobcroft wrote:
alain 06640 wrote:Works perfectly (esp8266blink example )with windows 7 and IDE1.6.3 and (My Arduino folder)\arduino-esp8266-master\ containing esp8266 and tools folders.
My arduino folder is in dropbox : Dropbox\arduino sketches. Then I can work on any pc on my local network with the same data.
Great job !
Alain (from France)


Alain, that's interesting because you make no mention of putting anything under the Arduino hardware folder. I'll have to try your set up. I have never used Dropbox but you are the second person in the last couple of days to suggest its use. I assume otherwise that you just used Roger's download.

Hi Bob, sorry, I just forgot to type hardware...
read : Arduino folder)\hardware\arduino-esp8266-master\ containing esp8266 and tools folders.
Yes, I used Roger's download
Alain


Bob in the UK.
User avatar
By ozayturay
#13921
bobcroft wrote:I can see the 'board' in the Arduino boards selection window. I still cannot see the espTool under programmers.


That's because programmers.txt is now empty by default. All magic is done in boards.txt now with these lines:

Code: Select allgeneric.upload.tool=esptool
generic.upload.speed=115200
generic.upload.resetmethod=ck
generic.upload.maximum_size=524288
generic.upload.wait_for_upload_port=true
generic.serial.disableDTR=true
generic.serial.disableRTS=true


* What IDE version are you using and where did you download it from?
* Can you compile an empty sketch with selecting the right Board and COM Port under the Tools menu?
* If you can't what is the error message shown?