Skip to content

Commit c700932

Browse files
Fixed content from feedback
1 parent 45c8cc5 commit c700932

File tree

1 file changed

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

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ After completing these steps your device will connect to your Wi-Fi and you will
8181

8282
![Attach thing after Bluetooth](assets/attach-thing-to-bluetooth.png)
8383

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

8686
Now you are ready to start using your board with the Arduino Cloud!
8787

@@ -141,29 +141,29 @@ You can update the network settings from the detail page of the device on the Ar
141141

142142
During this process you will be asked to wipe out the current network configuration to restart the board's BLE interface.
143143

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

155155
### Update Using the Serial Interface
156156

157157
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).
158158

159159
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.
160160

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

168168
## How to delete a stored network configuration
169169

0 commit comments

Comments
 (0)