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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ After completing these steps your device will connect to your Wi-Fi and you will
81
81
82
82

83
83
84
-
The BLE interface is automatically turned off at the end of the procedure, and it remains off until board reset (see dedicated document section)
84
+
The BLE interface is automatically turned off at the end of the procedure, and it remains off until the board is reset. More information about this can be found in the [How to set up the Reconfiguration Procedure](#how-to-set-up-the-reconfiguration-procedure) section.
85
85
86
86
Now you are ready to start using your board with the Arduino Cloud!
87
87
@@ -141,29 +141,29 @@ You can update the network settings from the detail page of the device on the Ar
141
141
142
142
During this process you will be asked to wipe out the current network configuration to restart the board's BLE interface.
143
143
144
-
- Power on the board.
145
-
- Reset the board using the method of your board. Have a look at the [How to set up the Reconfiguration Procedure](#how-to-set-up-the-reconfiguration-procedure) section of this article to find the default board reset pin. If you have changed the reset pin from the default one, please use that.
146
-
- Open the devices page of the Mobile App or the Arduino Cloud webpage.
147
-
- Click on the device you want to update the network settings for.
148
-
- Click on the "change" button by the network section.
149
-
-If you are using the Arduino Cloud webpage, select the BLE method.
150
-
- The board will reboot, and you will see the LED pulsing.
151
-
- Connect to the board.
152
-
- Input the new network configuration.
153
-
- The board will validate it, and if correct, it will close the connection.
144
+
1. Power on the board.
145
+
2. Open the devices page of the Mobile App or the Arduino Cloud webpage.
146
+
3. Click on the device you want to update the network settings for.
147
+
4. Click on the "change" button by the network section.
148
+
5. If you are using the Arduino Cloud webpage, select the BLE method.
149
+
6. Reset the board using the method of your board. Have a look at the [How to set up the Reconfiguration Procedure](#how-to-set-up-the-reconfiguration-procedure) section of this article to find the default board reset pin. If you have changed the reset pin from the default one, please use that.
150
+
7. The board will reboot, and you will see the LED pulsing.
151
+
8. Connect to the board.
152
+
9. Input the new network configuration.
153
+
10. The board will validate it, and if correct, it will close the connection.
154
154
155
155
### Update Using the Serial Interface
156
156
157
157
Ensure that the SerialAgent is enabled in the cloud sketch, via `thingProperties.h`. This is enabled by default if the board has been registered with Provisioning 2.0. If you need to enable it, please have a look at [this documentation](https://docs.arduino.cc/arduino-cloud/cloud-interface/sketches).
158
158
159
159
This method only works with the Arduino Cloud website. You can update the network settings from the detail page of the board on the webpage. The Serial interface, if enabled, is always ready to receive a new configuration.
160
160
161
-
- Turn on the board and connect it to your PC using a USB cable.
162
-
- Open the devices page on the Arduino Cloud webpage.
163
-
- Click on the board you want to update the network settings for.
164
-
- Click on the "change" button by the network section.
165
-
- Input the new network configuration.
166
-
- The board will validate it, and if correct, it will close the connection.
161
+
1. Turn on the board and connect it to your PC using a USB cable.
162
+
2. Open the devices page on the Arduino Cloud webpage.
163
+
3. Click on the board you want to update the network settings for.
164
+
4. Click on the "change" button by the network section.
165
+
5. Input the new network configuration.
166
+
6. The board will validate it, and if correct, it will close the connection.
0 commit comments