Skip to content

Commit e924b72

Browse files
Merge pull request #2631 from arduino/benjamindannegard/provisioning-2.0-content-updates
[PXCT-1371] Cloud - Provisioning 2.0 content updates
2 parents 3bb8fae + 8a095f2 commit e924b72

File tree

9 files changed

+7
-9
lines changed

9 files changed

+7
-9
lines changed
-108 KB
Loading

content/arduino-cloud/06.features/01.templates/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Once you have added the `Widget`, you can either connect it to the available `va
117117

118118
![Associated Thing](assets/associated-thing.png)
119119

120-
As mentioned earlier, a template also creates: **variables**, **sketch files**, **device** and **network information** that can be configured based on your preference. All this information can be found inside a **Thing**.
120+
As mentioned earlier, a template also creates: **variables**, **sketch files**, **device** and **network information** that can be configured based on your preference. Most of this information can be found inside a **Thing**. The **network information** can be found on the device page.
121121

122122
![Thing information](assets/thing-information.png)
123123

-171 KB
Loading

content/arduino-cloud/10.education/00.arduino-cloud-for-education/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Each Thing is represented by a collection of properties, such as
108108

109109
- **Variables** - they are very similar to the variables we create in a regular sketch where they are used to retrieve and store information.
110110
- **Associated device** - The device that is used to collect data from the real world.
111-
- **Network Credentials** - Contains information about Wi-Fi® name and password
111+
- **Network Credentials** - This can be found on the [**Devices**](https://app.arduino.cc/devices) page. Click on the device you want to configure and on that page you can change the network configuration.
112112
- **Sketch** - access to the editor to edit or preview a sketch saved in the Cloud.
113113
- **Metadata** - such as tags, time zone and Thing ID.
114114

@@ -209,6 +209,7 @@ You can find a full list of tutorials on the [Arduino Cloud documentation page](
209209
If you are a enthusiast and would like to explore more about our Cloud platform, here are some documentation on all the important elements you can familiarize yourself with:
210210

211211
- [Sketches](https://docs.arduino.cc/arduino-cloud/cloud-interface/sketches/)
212+
- [Device Provisioning](https://docs.arduino.cc/arduino-cloud/hardware/device-provisioning/)
212213
- [Arduino Cloud Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor)
213214
- [Cloud Variables](https://docs.arduino.cc/arduino-cloud/cloud-interface/variables/)
214215
- [Dashboards & Widgets](https://docs.arduino.cc/arduino-cloud/cloud-interface/dashboard-widgets)

content/arduino-cloud/11.application-notes/modbus-energy-meter/modbus-energy-meter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Now that we have finished setting up the hardware, it is time to connect our ene
8686

8787
![Thing Set up](./assets/configureThing.png)
8888

89-
- Set up your [MKR WiFi 1010](https://store.arduino.cc/products/arduino-mkr-wifi-1010) and configure your network credentials.
89+
- Set up your [MKR WiFi 1010](https://store.arduino.cc/products/arduino-mkr-wifi-1010) and configure your network credentials. The network credentials can be found on the device page. Follow [this tutorial](https://docs.arduino.cc/arduino-cloud/hardware/device-provisioning/) for more information.
9090

9191
### Creating a Sketch for a "Thing" in the Arduino Cloud IoT
9292

-86.6 KB
Binary file not shown.
53.8 KB
Loading

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/cloud-setup.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,17 @@ When the installation is finished you will see a short loading screen and once y
4848

4949
![Configure Device](./assets/configureDevice.png)
5050

51+
Choose a name for your board and chose the network you want to connect to. Pick and add your Wi-Fi® credentials.
5152

52-
Choose a name for your board and press next.
53-
54-
![Name your Arduino Board](./assets/naming.png)
53+
![Network Configuration](./assets/network.png)
5554

5655
After completing the steps in the popup you should be greeted by a prompt telling you that you can now use the board with the Arduino Cloud.
5756

5857
![Finish set up](./assets/finishSetUp.png)
5958

6059
### Network Configuration
6160

62-
We are almost done with the setup. Under Network click on **configure** and add your Wi-Fi® credentials.
6361

64-
![Network Configuration](./assets/network.png)
6562

6663
## Summary
6764

content/hardware/06.nicla/boards/nicla-sense-me/tutorials/connecting-to-iot-cloud/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Create a new Thing at <https://create.arduino.cc/iot/things>, you can call it "P
9393

9494
![Arduino Cloud - Thing Setup](assets/IoTCloud-thingSetup.png)
9595

96-
***Remember to add your Wi-Fi SSID name and its password (you can do that inside the Thing setup tab) to be able to connect to the Arduino Cloud.***
96+
***Remember to add your Wi-Fi SSID name and its password (you can do this inside the Devices tab on the device page) to be able to connect to the Arduino Cloud. This is also done when connecting your board to the Cloud***
9797

9898
### Host Board: Edit the Cloud Sketch
9999

0 commit comments

Comments
 (0)