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
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ 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
14
## Different Device Provisioning Versions
16
15
17
16
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.
@@ -43,11 +42,11 @@ If your board is provisioned to the cloud with version 2.0 the network credentia
43
42
| Nicla Vision | Version 2.0 |
44
43
| Opta | Version 2.0 |
45
44
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
+
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](#migrating-from-version-10-to-20) at the end to understand how to migrate your board from 1.0 to 2.0.
47
46
48
47
### Configure Your Board
49
48
50
-
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.
49
+
After you have set up your account, to add your device to your Arduino Cloud account go to the [Devices page](https://app.arduino.cc/devices) and click on the **+ DEVICE** button.
51
50
52
51

53
52
@@ -57,7 +56,7 @@ This will take you to the setup menu for your device. You can now choose between
57
56
58
57
Now you have to decide how you want to set up your board with the Cloud, either via Bluetooth® or USB cable (you can check if your board is compatible with the Bluetooth method below). These two options have different processes, pick the method that suits your needs best and follow the section for your chosen method.
59
58
60
-
***NOTE: If you want to use the Bluetooth method and you have an older board you need to first connect the board to the cloud in order to update it to the newer provisioning version. If you are having issues with connecting your board via Bluetooth, we suggest going through the USB option first to make sure that the provisioning version is correct.***
59
+
***NOTE: If you want to use the Bluetooth method and you have an older board you need to first connect the board to the cloud in order to update it to the newer provisioning version. Please follow the instructions [here]((#migrating-from-version-10-to-20)) first.***
61
60
62
61
## Bluetooth Provisioning
63
62
@@ -100,17 +99,32 @@ Wait for it to finish and when it is complete click "continue".
100
99
101
100

102
101
103
-
You will now be taken to the device page. Here you can see the details of the board, change the name and attach it to a thing if you want to connect to a network. To find out more about Arduino Cloud Things, go [here](https://docs.arduino.cc/arduino-cloud/cloud-interface/things/).
102
+
You will now be taken to the device page. Here you can see the details of the board, change the name, attach it to a thing and change the network configuration.
104
103
105
-
Let's have a look at how to connect the board to a network. In the bottom left corner you can press the icon highlighted in the image below to create a thing and attach your board to it automatically. Clicking it also takes you to the Thing page.
104
+
Top configure the network that your device connects to press the section highlighted in the image below.
106
105
107
-

106
+

108
107
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.
108
+
Then on the next page enter your WiFi credentials and your board will connect to it!
110
109
111
-

110
+
To find out more about Arduino Cloud Things, go [here](https://docs.arduino.cc/arduino-cloud/cloud-interface/things/). In the bottom left corner you can press the icon highlighted in the image below to create a thing and attach your board to it automatically. Clicking it also takes you to the Thing page.
111
+
112
+

112
113
113
114
## Migrating from version 1.0 to 2.0
114
115
115
116
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.
116
117
118
+
Go to the device page [here](https://app.arduino.cc/devices) and press the **+ DEVICE** button.
119
+
120
+

121
+
122
+
Next select "USB connection" and on the next page select your board.
Now your board will be updated to version 2.0, wait for the process to finish.
127
+
128
+

129
+
130
+
When this is done you can continue setting up the network connection for your board and it will now be using the latest provisioning method with the Arduino Cloud!
0 commit comments