Very excited to let you know that Arduino IoT Cloud and the Web Editor now support ESP32 boards! It's experimental at the moment, but our tests have been going really well, and this will open up a LOT of potential for connected projects. As well as making it super easy to program ESP32s from the Web Editor IDE!
Welcome @pinip Sadly no, the ESP32 isn't currently compatible with the OTA feature of IoT Cloud. I was hoping for this feature too, when I upgraded to the paid service.
SOLVED, Yes, me too have upgraded to pay service, for this reason... There's a way for compiling the cloud library outside the web services by Arduino IDE in this way i can use OTA, the library ArduinoIotCloud can be installed also on Arduino IDE, using the secret key provided by iot cloud, in thingproperties.h directly you can link to cloud iot services and use basic OTA upload functions
However remain the problem with iot remote App that can't publish nothing 2/3 of time, so I stop pay service on Arduino and had returned to use flespi and mqtts dash app.... I love the graphic dashboard of Arduino, but with flespi channel I can export CSV file of all variables and elaborate it on Excell, moreover flespi is real real time, Arduino is busy 2/3 of time instead and lost values published ahahahah
Strange After uploading the sketch with Arduino IDE instead of web editor now iot remote publish and upload fast.... Maybe a busy problem or a workaround ??? However good ahahahah
It works fine with the Arduino desktop IDE. I've completed several projects.
Today, I tried to use Arduino Cloud for the first time.
I installed the Create Agent.
I agreed when asked about installing drivers. (Note: Such a long delay before this prompt appears.)
In the Arduino Cloud, I set up a device. 3rd Party device. ESP32. For model, I used the exact same value as I specified in the Arduino desktop IDE: ESP32 Dev Module.
Received Device ID and Secret Key.
The status of the device always says "Offline".
I associate the device with a Thing. I open a sketch, and it says, "No associated device found".