-->
Page 1 of 2

Arduino install with ESPtools

PostPosted: Tue Sep 01, 2015 12:53 am
by Mike13
After installing any version of Arduino (1.6.1, 1.6.4, 1.6.5) on my Mac I get compiler errors because of the missing ESPtool.( Even on my PC.)
I have installed the core package for the ESP8266 (added: http://arduino.esp8266.com/package_esp8 ... index.json to the board manager URL list).
But no ESPtool (menu: tools-programmer)!
How to fix this? :cry:

Re: Arduino install with ESPtools

PostPosted: Thu Sep 03, 2015 10:29 am
by Touliloup
It's normal, you don't need to choose EPSTool from Arduino IDE, you use the standard programmer. And be sure to select GenericESP in the board selection menu.

Re: Arduino install with ESPtools

PostPosted: Sun Nov 01, 2015 2:51 pm
by croscwa
@Touliloup : What is the " standard programmer"?

Re: Arduino install with ESPtools

PostPosted: Mon Nov 02, 2015 1:05 am
by AJB2K3
AVRisp
generally it doesn't matter as the isp option often is ignored.
I thought
Code: Select allhttp://arduino.esp8266.com/staging/package_esp8266com_index.json
was the correct json?