Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/arduino-cloud/06.features/01.templates/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,17 @@ 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.

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

### 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Create a new Thing at <https://create.arduino.cc/iot/things>, 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

Expand Down
Loading