You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/arduino-cloud/02.hardware/06.device-provisioning/content.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,17 @@ If your board is provisioned to the cloud with version 2.0 the network credentia
33
33
| MKR WiFi 1010 | Version 1.0 |
34
34
| MKR GSM 1400 | Version 1.0 |
35
35
| GIGA R1 WiFi | Version 2.0 |
36
-
| Uno R4 Wifi | Version 1.0 |
36
+
| Uno R4 Wifi | Version 2.0 |
37
37
| Nano 33 IoT | Version 1.0 |
38
38
| Nano ESP32 | Version 1.0 |
39
39
| Nano RP2040 Connect | Version 1.0 |
40
-
| Portenta H7 | Version 1.0 |
41
-
| Portenta C33 | Version 1.0 |
40
+
| Portenta H7 | Version 2.0 |
41
+
| Portenta C33 | Version 2.0 |
42
42
| Portenta X8 | Version 1.0 |
43
-
| Nicla Vision | Version 1.0 |
44
-
| Opta | Version 1.0 |
43
+
| Nicla Vision | Version 2.0 |
44
+
| Opta | Version 2.0 |
45
+
46
+
If you have a board that is compatible with version 2.0 but have provisioned it with version 1.0, please have a look at the [section](#) at the end to understand how to migrate your board from 1.0 to 2.0.
45
47
46
48
### Configure Your Board
47
49
@@ -64,6 +66,7 @@ Now you have to decide how you want to set up your board with the Cloud, either
64
66
Here are the boards that are compatible with Bluetooth provisioning via a Bluetooth connection:
65
67
66
68
-[Arduino UNO R4 WiFi](https://docs.arduino.cc/hardware/uno-r4-wifi/) (WiFi firmware version 0.6.0 or later required)
@@ -106,3 +109,8 @@ Let's have a look at how to connect the board to a network. In the bottom left c
106
109
Under Network click on **configure** and add your Wi-Fi® credentials. Now the board will automatically connect to your network when you upload the sketch from the **sketch** tab.
107
110
108
111

112
+
113
+
## Migrating from version 1.0 to 2.0
114
+
115
+
If you have a board that is compatible with version 2.0 but have provisioned it previously with version 1.0 you will need to follow these steps to upgrade it.
0 commit comments