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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ To use the Arduino Cloud you will need to register and set up a **free** account
13
13
14
14
## Different Device Provisioning Versions
15
15
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.
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.
17
17
18
-
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:
18
+
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:
19
19
20
20
![Sketch tab on thing page]()
21
21
22
-
If your board is provisioned to the cloud with version 2.0 the network credentials will be stored on the board.
22
+
If your board is provisioned to the Cloud with version 2.0 the network credentials will be stored on the board.
23
23
24
24
### Compatible Boards List
25
25
@@ -28,11 +28,11 @@ If your board is provisioned to the cloud with version 2.0 the network credentia
28
28
| MKR NB 1500 | Version 1.0 |
29
29
| MKR WAN 1300 | Version 1.0 |
30
30
| MKR WAN 1310 | Version 1.0 |
31
-
| MKR 1000 | Version 1.0 |
31
+
| MKR 1000 WiFi| Version 1.0 |
32
32
| MKR WiFi 1010 | Version 1.0 |
33
33
| MKR GSM 1400 | Version 1.0 |
34
34
| GIGA R1 WiFi | Version 2.0 |
35
-
|Uno R4 Wifi| Version 2.0 |
35
+
|UNO R4 WiFi| Version 2.0 |
36
36
| Nano 33 IoT | Version 1.0 |
37
37
| Nano ESP32 | Version 1.0 |
38
38
| Nano RP2040 Connect | Version 1.0 |
@@ -56,15 +56,15 @@ This will take you to the setup menu for your device. You can now choose between
56
56
57
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.
58
58
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.***
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.***
60
60
61
61
## Bluetooth Provisioning
62
62
63
63
### Compatible boards
64
64
65
65
Here are the boards that are compatible with Bluetooth provisioning via a Bluetooth connection:
66
66
67
-
-[Arduino UNO R4 WiFi](https://docs.arduino.cc/hardware/uno-r4-wifi/) (WiFi firmware version 0.6.0 or later required)
67
+
-[Arduino UNO R4 WiFi](https://docs.arduino.cc/hardware/uno-r4-wifi/) (Wi-Fi firmware version 0.6.0 or later required)
Wait for it to finish and when it is complete click "continue".
98
+
Wait for it to finish and when it is completed, click "continue".
99
99
100
100

101
101
102
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.
103
103
104
-
Top configure the network that your device connects to press the section highlighted in the image below.
104
+
To configure the network that your device connects to, press the section highlighted in the image below.
105
105
106
106

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