Skip to content

Commit 8d025a5

Browse files
Added links
1 parent 8d6b9c8 commit 8d025a5

File tree

2 files changed

+4
-4
lines changed
  • content/arduino-cloud

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To proceed with the next steps, the cloud-generated sketch must be uploaded to t
135135

136136
### Update Using the BLE Interface
137137

138-
Ensure that the cloud sketch has enabled the "BLEAgent" 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).
138+
Ensure that the cloud sketch has enabled the BLEAgent 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).
139139

140140
You can update the network settings from the detail page of the device on the Arduino Cloud webpage or the mobile app.
141141

@@ -154,7 +154,7 @@ During this process you will be asked to wipe out the current network configurat
154154

155155
### Update Using the Serial Interface
156156

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

content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The thingProperties.h file plays a key role in managing credential capabilities,
138138
- Credentials stored on NVS: Boards can now securely store network settings in Non-Volatile Storage (NVS), removing them from the sketch (secrets.h).
139139
- Over-the-Air (OTA) communication: Enables the possibility to provide network configuration settings via Bluetooth (BLE).
140140

141-
The `thingProperties.h` will be generated accordingly to the provisioning mechanism, so if the board has been registered using the provisioning 2.0, the `thingProperties.h` file will automatically have the NetworkConfigurator component enabled. A board registered with Provisioning 2.0 includes `Arduino_NetworkConfigurator.h` in the generated `thingProperties.h` file.
141+
The `thingProperties.h` will be generated accordingly to the provisioning mechanism, so if the board has been registered using the provisioning 2.0, the `thingProperties.h` file will automatically have the NetworkConfigurator component enabled. A board registered with Provisioning 2.0 includes `Arduino_NetworkConfigurator.h` in the generated `thingProperties.h` file. For more information about device provisioning have a look [here.](https://docs.arduino.cc/arduino-cloud/hardware/device-provisioning/)
142142

143143
### How the NetworkConfigurator works
144144

@@ -157,7 +157,7 @@ The `NetworkConfigurator` library out-of-the-box provides two Agents:
157157

158158
Here is how the `thingsProperties.h` file changes to set up the NetworkConfigurator. This setup is automatically generated if the board has been registered with Provisioning 2.0.
159159

160-
*** Do not follow these steps if the board has not been registered with the Provisioning 2.0 ***
160+
*** Do not follow these steps if the board has not been registered with the Provisioning 2.0. For more information about device provisioning have a look [here.](https://docs.arduino.cc/arduino-cloud/hardware/device-provisioning/) ***
161161

162162
### Libraries and object declarations
163163

0 commit comments

Comments
 (0)