Moderator: 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.
SoC wrote:i have an idea what you are missing. you missed to include what error you have.
the error is:
Error Compiling
no extra info that's why I can't figure it out
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?