-->
Page 4 of 6

Re: Arduino IDE released for ESP8266

PostPosted: Sat Mar 28, 2015 6:05 am
by jayc75
hi thanks for the updates..
I've put the download into c:\Arduino, started the arduino.exe then set the com port to where the ESP8266 is connected at, and change the board to generic Esp8266, chose an example and hit verify, after a while it give an error compiling !!!! any idea on what i'm missing here?

thanks.

Re: Arduino IDE released for ESP8266

PostPosted: Sat Mar 28, 2015 6:12 am
by SoC
i have an idea what you are missing. you missed to include what error you have.

Re: Arduino IDE released for ESP8266

PostPosted: Sat Mar 28, 2015 6:13 am
by igrr
@jayc75 as I just posted, there is an issue with Windows build that will be fixed in a few hours.
libintl DLL that is used by the xtensa compiler is missing from the build.

Re: Arduino IDE released for ESP8266

PostPosted: Sat Mar 28, 2015 6:26 am
by alonewolfx2
igrr wrote:@jayc75 as I just posted, there is an issue with Windows build that will be fixed in a few hours.
libintl DLL that is used by the xtensa compiler is missing from the build.

i can compile and upload on windows7 x64.
and can you help me with i2c? what is default sda and scl pin on arduino esp?