diff --git a/content/arduino-cloud/06.features/01.templates/assets/thing-information.png b/content/arduino-cloud/06.features/01.templates/assets/thing-information.png index 523a1acda9..35d92f44ff 100644 Binary files a/content/arduino-cloud/06.features/01.templates/assets/thing-information.png and b/content/arduino-cloud/06.features/01.templates/assets/thing-information.png differ diff --git a/content/arduino-cloud/06.features/01.templates/content.md b/content/arduino-cloud/06.features/01.templates/content.md index cff54fdca5..de727f37b4 100644 --- a/content/arduino-cloud/06.features/01.templates/content.md +++ b/content/arduino-cloud/06.features/01.templates/content.md @@ -117,7 +117,7 @@ Once you have added the `Widget`, you can either connect it to the available `va ![Associated Thing](assets/associated-thing.png) -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**. +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. ![Thing information](assets/thing-information.png) diff --git a/content/arduino-cloud/10.education/00.arduino-cloud-for-education/assets/thing-interface.png b/content/arduino-cloud/10.education/00.arduino-cloud-for-education/assets/thing-interface.png index e44b40e7ed..15a6c5eb36 100644 Binary files a/content/arduino-cloud/10.education/00.arduino-cloud-for-education/assets/thing-interface.png and b/content/arduino-cloud/10.education/00.arduino-cloud-for-education/assets/thing-interface.png differ diff --git a/content/arduino-cloud/10.education/00.arduino-cloud-for-education/content.md b/content/arduino-cloud/10.education/00.arduino-cloud-for-education/content.md index c1692bab6b..8d353c4e49 100644 --- a/content/arduino-cloud/10.education/00.arduino-cloud-for-education/content.md +++ b/content/arduino-cloud/10.education/00.arduino-cloud-for-education/content.md @@ -108,7 +108,7 @@ Each Thing is represented by a collection of properties, such as - **Variables** - they are very similar to the variables we create in a regular sketch where they are used to retrieve and store information. - **Associated device** - The device that is used to collect data from the real world. -- **Network Credentials** - Contains information about Wi-Fi® name and password +- **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. - **Sketch** - access to the editor to edit or preview a sketch saved in the Cloud. - **Metadata** - such as tags, time zone and Thing ID. @@ -209,6 +209,7 @@ You can find a full list of tutorials on the [Arduino Cloud documentation page]( 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: - [Sketches](https://docs.arduino.cc/arduino-cloud/cloud-interface/sketches/) +- [Device Provisioning](https://docs.arduino.cc/arduino-cloud/hardware/device-provisioning/) - [Arduino Cloud Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) - [Cloud Variables](https://docs.arduino.cc/arduino-cloud/cloud-interface/variables/) - [Dashboards & Widgets](https://docs.arduino.cc/arduino-cloud/cloud-interface/dashboard-widgets) diff --git a/content/arduino-cloud/11.application-notes/modbus-energy-meter/modbus-energy-meter.md b/content/arduino-cloud/11.application-notes/modbus-energy-meter/modbus-energy-meter.md index 22112c5ab9..6c87f15c40 100644 --- a/content/arduino-cloud/11.application-notes/modbus-energy-meter/modbus-energy-meter.md +++ b/content/arduino-cloud/11.application-notes/modbus-energy-meter/modbus-energy-meter.md @@ -86,7 +86,7 @@ Now that we have finished setting up the hardware, it is time to connect our ene ![Thing Set up](./assets/configureThing.png) -- Set up your [MKR WiFi 1010](https://store.arduino.cc/products/arduino-mkr-wifi-1010) and configure your network credentials. +- 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. ### Creating a Sketch for a "Thing" in the Arduino Cloud IoT diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/assets/naming.png b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/assets/naming.png deleted file mode 100644 index 5f3b400bdd..0000000000 Binary files a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/assets/naming.png and /dev/null differ diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/assets/network.png b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/assets/network.png index 27752c36b0..93b886d6a2 100644 Binary files a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/assets/network.png and b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/assets/network.png differ diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/cloud-setup.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/cloud-setup.md index 4063e0a911..6841256f6d 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/cloud-setup.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cloud-setup/cloud-setup.md @@ -48,10 +48,9 @@ When the installation is finished you will see a short loading screen and once y ![Configure Device](./assets/configureDevice.png) +Choose a name for your board and chose the network you want to connect to. Pick and add your Wi-Fi® credentials. -Choose a name for your board and press next. - -![Name your Arduino Board](./assets/naming.png) +![Network Configuration](./assets/network.png) 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. @@ -59,9 +58,7 @@ After completing the steps in the popup you should be greeted by a prompt tellin ### Network Configuration -We are almost done with the setup. Under Network click on **configure** and add your Wi-Fi® credentials. -![Network Configuration](./assets/network.png) ## Summary diff --git a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/connecting-to-iot-cloud/content.md b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/connecting-to-iot-cloud/content.md index 0b0ba1d1fc..b0ae422d0f 100644 --- a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/connecting-to-iot-cloud/content.md +++ b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/connecting-to-iot-cloud/content.md @@ -93,7 +93,7 @@ Create a new Thing at , you can call it "P ![Arduino Cloud - Thing Setup](assets/IoTCloud-thingSetup.png) -***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.*** +***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*** ### Host Board: Edit the Cloud Sketch