Not able to setup MKR 1010 to IoT cloud as new Thing. The MKR1010 was purchased less than a month ago.
The MKR1010 IOT configuration, step 3 fails:
We were not able to configure the Secure Element
Cannot set property '5fe043df-09a0-4f36-8ce4-00fb45b92186' of undefined or
Cannot set property '7dab354c-b4af-43b5-8354-3ebb1e87ad3e' of undefined or
Cannot set property '646c2cdd-6d0e-426e-8cb4-5492f58da102' of undefined
Are you sure you have an Arduino board connected to your computer? Try disconnecting and connecting it again. Make sure plugin is running or restarting it. Do you see at least the power LED on your device lighting up?
After a failed attempt, apparently, the create_bridge process has crashed because it's gone.
The board appears to operate OK. It looks like it was running the Blink sketch before I ran the IOT configuration. I believe Blink is the factory default program. I downloaded an example sketch to be sure and it worked.
--- Log from create_port process shows a firmware version issue:
{ "Ports": [], "Network": true }
{ "Ports": [ { "Name": "COM6", "SerialNumber": "", "DeviceClass": "", "IsOpen": true, "IsPrimary": false, "Baud": 9600, "BufferAlgorithm": "timed", "Ver": "1.1.251", "NetworkPort": false, "VendorID": "0x2341", "ProductID": "0x8054" } ], "Network": false }
{"D":"Current firmware version: 1.2.3\r\nThe firmware is not up to date. Latest version available: 1.4.1\r\n"}
close COM6
Closing serial port COM6
time="2020-12-08T13:20:30-05:00" level=info msg="Shutting down reader on COM6"
Shutting down reader on COM6
The firmware is not up to date. Current Ver: 1.1.251 Latest version available: 1.4.1 <=== ** NOTE
--- From the IDE Library Manager, I installed: ArduinoIoTCloud ver 0.11.03
I ran the firmware update utility and the highest version I could select was the 1.3.0 version. I selected v1.3.0 and successfully ran the update.
After installation I did a WiFiNINA firmware check:
WiFiNINA firmware check.
Firmware version installed: 1.3.0
Latest firmware version available : 1.4.2 <==== *** NOTE ***
Check result: NOT PASSED
- The firmware version on the module do not match the
version required by the library, you may experience
issues or failures.
-------- Tried IOT configure process again but it failed:
{"D":"Current firmware v"}
{"D":"ersion: 1.3.0\r\nThe firmware is not up to date. Latest version available: 1.4.1\r\n"}
I'm fairly certain things will work once the firmware is the proper revision. My problem is that I don't know how to install the latest firmware version on my PC so the Firmware Updater program will see it and use it for the update. I downloaded the nightly update, but I have no clue what to do with it. I followed the firmware update instructions and was able to update the firmware from 1.2.3 to version 1.3.0, which does also does not work.
I noticed in the debug output that the create _agent was attempting to update the firmware during an IoT configuration attempt. The debug output is in the attached file.
Apparently, the update failed. I did see the v1.4.1 bin files in the directory that the debug output displayed.
I have the same problem with a Nano 33 IoT and I'm pretty sure it will work too once I get the firmware issues resolved.
debug_console.txt (8.16 KB)