Skip to content

Commit 88c5f8c

Browse files
authored
Apply suggestions from code review
1 parent 0b4ee41 commit 88c5f8c

File tree

1 file changed

+10
-10
lines changed
  • content/arduino-cloud/02.hardware/06.device-provisioning

1 file changed

+10
-10
lines changed

content/arduino-cloud/02.hardware/06.device-provisioning/content.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ To use the Arduino Cloud you will need to register and set up a **free** account
1313

1414
## Different Device Provisioning Versions
1515

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.
1717

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:
1919

2020
![Sketch tab on thing page]()
2121

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.
2323

2424
### Compatible Boards List
2525

@@ -28,11 +28,11 @@ If your board is provisioned to the cloud with version 2.0 the network credentia
2828
| MKR NB 1500 | Version 1.0 |
2929
| MKR WAN 1300 | Version 1.0 |
3030
| MKR WAN 1310 | Version 1.0 |
31-
| MKR 1000 | Version 1.0 |
31+
| MKR 1000 WiFi | Version 1.0 |
3232
| MKR WiFi 1010 | Version 1.0 |
3333
| MKR GSM 1400 | Version 1.0 |
3434
| GIGA R1 WiFi | Version 2.0 |
35-
| Uno R4 Wifi | Version 2.0 |
35+
| UNO R4 WiFi | Version 2.0 |
3636
| Nano 33 IoT | Version 1.0 |
3737
| Nano ESP32 | Version 1.0 |
3838
| 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
5656

5757
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.
5858

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.***
6060

6161
## Bluetooth Provisioning
6262

6363
### Compatible boards
6464

6565
Here are the boards that are compatible with Bluetooth provisioning via a Bluetooth connection:
6666

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)
6868
- [Arduino Opta](https://docs.arduino.cc/hardware/opta/)
6969

7070
### Setting up Your Device With Bluetooth
@@ -95,17 +95,17 @@ Now the board will start connecting. You should now see this loading screen:
9595

9696
![Board connecting](assets/connecting-with-usb-loading.png)
9797

98-
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".
9999

100100
![Board connected to the cloud](assets/succesfull-connection-with-usb.png)
101101

102102
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.
103103

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.
105105

106106
![Network configuration on device page](assets/network-config-device-page.png)
107107

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!
109109

110110
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.
111111

0 commit comments

Comments
 (0)