WHich Libraries required for ARDUINO IoT?

Hi All,

I was trying to compile my first Arduino IoT Cloud with ESP32.
After creating all widgets and test variables in dashboard, i copied the code and tried to compile it locally on my Wemos ESP32, i was getting below error.

In file included from C:\Users\sanal\Documents\ESP32\ESP32_Arduino_IOT\ESP32_Arduino_IOT.ino:17:0:
thingProperties.h:3:29: fatal error: ArduinoIoTCloud.h: No such file or directory
compilation terminated.
exit status 1
ArduinoIoTCloud.h: No such file or directory

Confused which Libraries now i need to install ?
Do we have a separate Library Zip file from GitHub to be installed through
Sketch -> Include Library -> Add .ZIP ?

You can install the library via the Arduino IDE's Library Manager. Learn how to do that here:

@paatchu1, your topic has been moved to a more suitable location on the forum.

The Arduino IoT Cloud editor hides some of the libraries too, if you choose to view your sketch in the Full Editor (via </> Open full editor button) you gain access more features. You can also download your sketch there in ZIP format that should have more libraries included.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.