-->
Page 5 of 6

Re: Arduino IDE released for ESP8266

PostPosted: Sat Mar 28, 2015 6:30 am
by igrr
As a workaround you can copy libiconv-2.dll from arduino-1.6.1\hardware\tools\avr\libexec\gcc\avr\4.8.1 into the folder with arduino.exe.

Re: Arduino IDE released for ESP8266

PostPosted: Sat Mar 28, 2015 6:33 am
by igrr
alonewolfx2 wrote:
igrr wrote: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?

GPIO0 is SDA and GPIO2 is SCL. But you shouldn't rely on defaults, better call Wire.pins as described in the readme on Github.

Re: Arduino IDE released for ESP8266

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

the error is:
Code: Select allError Compiling


no extra info that's why I can't figure it out :)

Re: Arduino IDE released for ESP8266

PostPosted: Sat Mar 28, 2015 6:58 am
by sej7278
just what i've been waiting for!

so this is a complete copy of the arduino ide, espressif sdk and xtensa toolchain?

is there a way to separate things so that we can just use the esp01 core and libraries and chose our own sdk/toolchain without the ide? i guess i'm asking for what you've bolted on top of the ide, and can it be separated?