Skip to content

Commit aa6b68f

Browse files
Merge pull request #2635 from arduino/benjamindannegard/provisioning-feedback-update
Cloud - Fixed provisioning document from feedback
2 parents e924b72 + b680753 commit aa6b68f

File tree

1 file changed

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

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,23 @@ If your board is provisioned to the Cloud with version 2.0 the network credentia
2525

2626
| Board | Compatible version |
2727
| ------------------- | ----------- |
28+
| Nicla Vision | Version 2.0 |
29+
| Opta | Version 2.0 |
30+
| GIGA R1 WiFi | Version 2.0 |
31+
| UNO R4 WiFi | Version 2.0 |
32+
| Portenta H7 | Version 2.0 |
2833
| MKR NB 1500 | Version 1.0 |
2934
| MKR WAN 1300 | Version 1.0 |
3035
| MKR WAN 1310 | Version 1.0 |
3136
| MKR 1000 WiFi | Version 1.0 |
3237
| MKR WiFi 1010 | Version 1.0 |
3338
| MKR GSM 1400 | Version 1.0 |
34-
| GIGA R1 WiFi | Version 2.0 |
35-
| UNO R4 WiFi | Version 2.0 |
3639
| Nano 33 IoT | Version 1.0 |
3740
| Nano ESP32 | Version 1.0 |
3841
| Nano RP2040 Connect | Version 1.0 |
39-
| Portenta H7 | Version 2.0 |
4042
| Portenta C33 | Version 1.0 |
4143
| Portenta X8 | Version 1.0 |
42-
| Nicla Vision | Version 2.0 |
43-
| Opta | Version 2.0 |
44+
4445

4546
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.
4647

@@ -82,7 +83,7 @@ Now you are ready to start using your board with the Arduino Cloud!
8283

8384
## USB Provisioning
8485

85-
If this is your first time using the Arduino Cloud you will be asked to download the **Arduino Create Agent**. The Create Agent is a piece of software that is necessary for your Arduino board to communicate with your browser. Download and install it by clicking on download and following the installation process.
86+
If this is your first time using the Arduino Cloud you will be asked to download the [**Arduino Cloud Agent**](https://cloud.arduino.cc/download-agent/). The Create Agent is a piece of software that is necessary for your Arduino board to communicate with your browser. Download and install it by clicking on download and following the installation process.
8687

8788
When the installation is finished you will get to a page that lets you select the board you wish to configure. Click on the board that you want to set up.
8889

@@ -108,7 +109,7 @@ To find out more about Arduino Cloud Things, go [here](https://docs.arduino.cc/a
108109

109110
## Migrating from version 1.0 to 2.0
110111

111-
If you would like to upgrade your board from 1.0 to 2.0, so that your network credentials are saved on the baords storage and so that the board can be updated via BLE. And If you have a board that is compatible with version 2.0 but have provisioned it previously with version 1.0, please follow the instructions in this section!
112+
If you would like to upgrade your board from 1.0 to 2.0, so that your network credentials are saved on the boards storage and so that the board can be updated via BLE. And If you have a board that is compatible with version 2.0 but have provisioned it previously with version 1.0, please follow the instructions in this section!
112113

113114
Go to the device page [here](https://app.arduino.cc/devices), if the board is on the list already please delete it. Then press the **+ DEVICE** button.
114115

@@ -128,7 +129,7 @@ When this is done you can continue setting up the network connection for your bo
128129

129130
This section will explain how to remove the stored network credentials and force the restart of the BLE interface of a board that has been provisioned with version 2.0. This can be useful to either reset the board or to update the network credentials via BLE.
130131

131-
If you want to remove the stored network credentials and force the restart of the BLE interface, so that the network credentials can be updated via BLE. Please follow these instructions depending on your baord:
132+
If you want to remove the stored network credentials and force the restart of the BLE interface, so that the network credentials can be updated via BLE. Please follow these instructions depending on your board:
132133

133134
- `Arduino Opta`: Press and hold the user button (BTN_USER) until the led (LED_USER) turns off
134135
- `Arduino MKR WiFi 1010`: Short pin 7 to GND until the led turns off
@@ -139,6 +140,6 @@ If you want to remove the stored network credentials and force the restart of th
139140
- `Other boards`: Short pin 2 to GND until the led turns off
140141
- `Portenta Machine Control`: Currently the reset procedure is not available
141142

142-
If you would like to remove the network credentials from the board, you can use the (**Arduino_NetworkConfigurator**)[https://github.com/arduino-libraries/Arduino_NetworkConfigurator?tab=readme-ov-file] library.
143+
If you would like to remove the network credentials from the board, you can use the [**Arduino_NetworkConfigurator**](https://github.com/arduino-libraries/Arduino_NetworkConfigurator?tab=readme-ov-file) library.
143144

144145
Open Arduino IDE and on the left side open the **library manager**. Search for **Arduino_NetworkConfigurator** and download it. Once it is downloaded go to **File > Examples > Arduino_NetworkConfigurator > Utility > DeleteConfiguration**, this will open a new example sketch. Select your board and port then upload this example sketch to your board. When the sketch has been uploaded you can look at the serial monitor to monitor the progress and troubleshoot if needed.

0 commit comments

Comments
 (0)