Facing an issue in connecting MKR wifi 1010 to Arduino IOT cloud. I am facing different issues like, "something went wrong", "time out " and the file path "
C:/Users/vamsee/.arduino-create/arduino/fwupdater/0.1.11/FirmwareUploader" doesnt exist, but it exists in my system. I have also tried to uninstall and install arduino create agent. but still facing the same issue. Can i get a help in resolving the issue.
Thanks for the solution, but the approach is not working! The issue is with updating the Nina firmware latest version when connecting MKR 1010 to Arduino cloud.
The NINA firmware version 1.4.7 is not available from the Arduino IDE's firmware updater tool.
The easiest way to update the firmware is by uploading a sketch to your board via the Arduino IoT Cloud sketch uploader: https://create.arduino.cc/iot
Use the Arduino IoT Cloud interface of the Arduino Cloud for the upload, rather than using the "Arduino Web Editor, the Arduino Web Editor does not do the firmware update.
Another option is to use the arduino-fwupload command line tool:
Sorry to say this, the overall issue is with Arduino IOT cloud, where i am getting the errors like
"something went wrong", "time out " and the file path "
C:/Users/vamsee/.arduino-create/arduino/fwupdater/0.1.11/FirmwareUploader" doesnt exist, but it exists in my system.
To resolve the above errors I have tried to manually upload the firmware updater code to the board. but the solution mentioned above "The NINA firmware version 1.4.7 is not available from the Arduino IDE's firmware updater tool.
The easiest way to update the firmware is by uploading a sketch to your board via the Arduino IoT Cloud sketch uploader: https://create.arduino.cc/iot" is not working and the other solution arduino-fwuploader application is not even launching to provide commands.
Hi - as a newb to OPLA and this forum, I have suffered the same issues as @ vamseekiran.
However, I have just managed to resolve it before finding this thread.
The idea of OPLA and IOT Cloud is an easy-in for newb's - lovely graphics and UI
BUT - when things go wrong then it seems there is little to help resolve the issue - meaningless error messages and no visible logs that I can find.
The simple IOT Cloud editor would effectively hang for 10 mins(?) trying to update (non specific firmware)
The full web editor gave a bit more of a clue saying that the version of NINA was too old, but refusing to update it.
After a day searching I found the instructions to load IDE 1.8.12 and the firmware checker and updater. Did that!
Seems my MKRWfi1010 was delivered with NINA 1.2.xx and after update was now at 1.4.5 - yipee!
BUT the checker told me it was NOT the latest - 1.4.7 and that just was not good enough for IOT Cloud!
So another day of backtracking - re-checking, re-reading, I even tried porting the code to PlatformIO (without success)
A Google search took me to the arduino-fwuploader and I was able to upgrade to 1.4.8 and TA-DA!!! IT NOW CONNECTS AND LOADS from Arduino IOT Cloud
Great UI poor UX!! - 2-3 days of frustration to find Simple Editor then Full Editor then IDE just DO NOT work to solve the problem. Had to revert to an obscure CLI based utility that would do the update.
I understand that the support team are doing their best but this is crazy
Hi - I used this to fix mine - run the exe from a CMD window - you get a help message for the utility.
I then formulated the command line:
C:>arduino-fwuploader firmware flash -b arduino:samd:mkrwifi1010 -a COM11 -v
where COM11 was my port and I had unzipped the utility in root of c:
Great to see the utility responding - Good luck!