How to run programs in arduino cloud which runs in 1.8.19 with ease, I'm very new to arduino cloud and unable to compile my program lot of errors for eg., elegantOTA continuously shows error Please do give your suggestions Thanks
Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.
I moved your topic to an appropriate forum category.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
Hi @qaunta_ai. I'm going to ask you to provide the full verbose output from a compilation.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Open your sketch in Arduino Cloud Editor.
- Click the "Settings" icon at the bottom left corner of the page:
The "Settings" panel will open. - Select the "Verbose output" radio button under the "Console verbosity" section of the "Settings" panel.
- Click the ✓ button in the Cloud Editor toolbar.
- Wait for the compilation to fail.
- If the black "Console" panel at the bottom of the Cloud Editor page is minimized, click the ˄ icon at the right side of the "Console" toolbar to expand it.
- Click the icon in the top right corner of the black "Console" panel at the bottom of the Cloud Editor page that looks like two pieces of paper ("Copy Console Output"):
- Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the compilation output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt
file and then attach that file to a reply here.
Click here for attachment instructions
- Open any text editor program.
- Paste the copied output into the text editor.
- Save the file in
.txt
format. - Open a forum reply here by clicking the "Reply" button.
- Click the "Upload" icon () on the post composer toolbar:
The "Open" dialog will open. - Select the
.txt
file you saved from the "Open" dialog. - Click the "Open" button.
The dialog will close. - Click the "Reply" button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt
file onto the post composer field to attach it.
Thanks for the instruction, I have corrected the compilation issue by adding all old libraries from my existing setup 1.8.19, first I converted all libraries to zip file then uploaded to the cloud. From AsyncTCP, WebSerial, AsyncWebServer, AsyncElegantOTA etc., for ESP32 Dev Module. Now my programs are compiling and uploading too. Really cloud is far easier than setting up on your PC. Thanks for the support.
Thanks for taking the time to post an update. I'm glad it is working now!
Regards, Per