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
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,40 @@ tags: [Cloud]
11
11
12
12
To use the Arduino Cloud you will need to register and set up a **free** account.
13
13
14
+
15
+
## Different Device Provisioning Versions
16
+
17
+
There are two different versions of provisioning, 1.0 and 2.0. These different versions will change some things when you connect your board to the cloud. The main change will be where the network credentials are stored.
18
+
19
+
If your board is provisioned to the cloud with version 1.0 the network credentials will be stored in a "secret.h" file that can be found on the "thing" page, in the "sketch" tab. As shown here:
20
+
21
+
![Sketch tab on thing page]()
22
+
23
+
If your board is provisioned to the cloud with version 2.0 the network credentials will be stored on the board.
24
+
25
+
### Compatible Boards List
26
+
27
+
| Board | Compatible version |
28
+
| MKR NB 1500 | Version 1.0 |
29
+
| MKR WAN 1300 | Version 1.0 |
30
+
| MKR WAN 1310 | Version 1.0 |
31
+
| MKR 1000 | Version 1.0 |
32
+
| MKR WiFi 1010 | Version 1.0 |
33
+
| MKR GSM 1400 | Version 1.0 |
34
+
| GIGA R1 WiFi | Version 2.0 |
35
+
| Uno R4 Wifi | Version 1.0 |
36
+
| Nano 33 IoT | Version 1.0 |
37
+
| Nano ESP32 | Version 1.0 |
38
+
| Nano RP2040 Connect | Version 1.0 |
39
+
| Portenta H7 | Version 1.0 |
40
+
| Portenta C33 | Version 1.0 |
41
+
| Portenta X8 | Version 1.0 |
42
+
| Nicla Vision | Version 1.0 |
43
+
| Opta | Version 1.0 |
44
+
14
45
### Configure Your Board
15
46
16
-
After you have set up your account, to add your device to your Arduino Cloud account go to the Devices page and click on **+ DEVICE**.
47
+
After you have set up your account, to add your device to your Arduino Cloud account go to the Devices page and click on the **+ DEVICE** button.
17
48
18
49

0 commit comments