Can't compile for ESPDuino

When I try to compile any program for ESPDuino i get the following error. I completely uninstalled and reinstalled but can't determine what the issue is!

Any Ideas ???

Arduino: 1.6.11 (Windows 10), Board: "ESPDuino (ESP-13 Module), 80 MHz, 115200, 4M (3M SPIFFS)"

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\xxxx\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\xxxx\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\xxxx\Documents\Arduino\libraries -fqbn=esp8266:esp8266:espduino:CpuFrequency=80,UploadSpeed=115200,FlashSize=4M3M -ide-version=10611 -build-path C:\Users\xxxx\AppData\Local\Temp\build111fc1f816351a0dbd2d9c9fb9c45f3b.tmp -warnings=default -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.mkspiffs.path=C:\Users\xxxx\AppData\Local\Arduino15\packages\esp8266\tools\mkspiffs\0.1.2 -prefs=runtime.tools.esptool.path=C:\Users\xxxx\AppData\Local\Arduino15\packages\esp8266\tools\esptool\0.4.8 -prefs=runtime.tools.xtensa-lx106-elf-gcc.path=C:\Users\xxxx\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2 -verbose C:\Users\xxxx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.2.0\libraries\esp8266\examples\Blink\Blink.ino

Board espduino (platform esp8266, package esp8266) is unknown

Error compiling for board ESPDuino (ESP-13 Module).
  • Delete the folder C:\Users\xxxx\AppData\Local\Arduino15\packages\esp8266
  • Restart the Arduino IDE if it's running.
  • Tools > Board > Boards Manager > ESP8266(click on it) > Install
  • After installation is complete click the "Close" button.
  • Tools > Board > ESPDuino
  • Try compiling again.
1 Like

I have downloaded and installed Ver: 1.6.11
I am getting the same issues. = Error compiling for board ESPDuino (ESP-13 Module).

I have tried the steps above and no success.

Also ESPDuino board works fine with Ver 1..6.8 houry build 2016/0105 04:00

getting error

C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\cores\esp8266/Arduino.h:279:26: fatal error: pins_arduino.h: No such file or directory

#include "pins_arduino.h"

^

compilation terminated.

exit status 1
Error compiling for board ESPDuino (ESP-13 Module).

"Error compiling for board ESPDuino (ESP-13 Module)." is just a generic message you could get for a million reasons. As you can see from comparing the actual cause now is different from before.

Why are you using esp8266 2.0.0? The current stable version is 2.3.0

This is odd then, because my only option is 2.0.0 how do I get 2.3.0?

What is the esp8266.com entry you have entered at File > Preferences > Additional Boards Manager URLs?

thanks that it!.. no more errors. thanks

http://arduino.esp8266.com/versions/2.3.0/package_esp8266com_index.json

Hi, can you please provide more information? I'm glad your problem is solved but I'd like to look into what caused the issue so I can help other users who encounter this and if the issue is caused by a bug in the Arduino IDE then I can get the developers to look into fixing it.

What was the esp8266.com entry you had entered at File > Preferences > Additional Boards Manager URLs when you had the problem?

Did you change the URL to http://arduino.esp8266.com/versions/2.3.0/package_esp8266com_index.json?

How about using http://arduino.esp8266.com/stable/package_esp8266com_index.json as the URL?

@pert

Followed your steps

Set Additional Boards Manager URLs to: http://arduino.esp8266.com/**staging**/package_esp8266com_index.json

http://arduino.esp8266.com/stable/package_esp8266com_index.json gave the same error

Loaded ESP8266 2.3.0-rc2

Compiled, loaded and executed Blink.

All is right with the world ... so far LOL

... Thanks :smiley: