Arduino Cloud is not compatible with all newer versions of the ESP8266 boards core platform. The recommended version of the core platform for the Arduino Cloud is core version 2.5.0.
For core versions 3.0.0 and above is selected for some newer ESP8266 boards, this compilation error can occur:
Error compiling libraries
Build failed for project 'ArduinoIoTCloud-Basic'
Follow these steps to resolve the issue:
-
In the Arduino IDE, open
Tools > Board > Boards Manager
. -
In the Boards Manager, search for “esp8266” and find the platform with the same by ESP8266 Community.
-
From the dropdown version menu, select version 2.5.0 or 2.5.1 and then click the Install button.
-
Wait for the update to finish and then click the close button to close the window.