Arduino cloud questions

Hello Arduino Community,

I’m new to Arduino Cloud, although I’ve been using Arduinos for some time. I’ve done a fair amount of research and read through the documentation, but I’m still facing a couple of issues.

I have a sketch that monitors sensor data and performs actions based on specific threshold conditions. This works well with an Uno R4 board and Arduino Cloud. Now, I’m transitioning a similar setup from ThingSpeak to Arduino Cloud using an ESP32 Nano.

However, I’m encountering an error when trying to upload the sketch to the ESP32 Nano. The error message is:

fatal error: AsyncElegantOTA.h: No such file or directory

I’ve ensured that the file is correctly included in the sketch and that all the necessary files were created when I set up the new device. Does anyone have any ideas on how to resolve this issue?

Additionally, my goal is to duplicate the setup (dashboard, sketch, and "thing") from the Uno R4 to several ESP32 Nanos, so I can monitor and control the system across different locations.

Do I need to create different Cloud Variables for each ESP32 Nano (e.g., humidity1 for ESP32 #1 and humidity2 for ESP32 #2), or is there a more efficient way to handle this?

Any guidance or suggestions would be greatly appreciated!

Thanks in advance!

Have you installed the AsyncElegantOTA library?

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