Skip to content

[MKC-566] IoTC Maintenance #396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 19, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ What will you create?

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Connection through mobile networks can be considered in remote areas where there

The Arduino IoT Cloud supports a wide range of third party boards based on the ESP32 and ESP8266 microcontrollers with support for Wi-Fi. To set them up, simply choose the **third party option** in the device setup.

![Configuring third party boards.](assets/3rd-party-support.png)
![Configuring third party boards.](images/3rd-party-support.png)

***To learn more about ESP32/ESP8266 support and how to set it up, visit the [Connecting ESP32 & ESP8266 to Arduino Cloud IoT](/cloud/iot-cloud/tutorials/esp-32-cloud) guide.***

Expand Down Expand Up @@ -120,7 +120,7 @@ This feature allows for uploading sketches wirelessly to Arduino boards, without

![Connecting the device with the OTA option](./images/device_OtA.png)

In order to **enable over-the-air uploads**, an initial upload should be done in the traditional way via a cable connection using the IoT Cloud interface. After such initial upload, "Over-the-Air" will appear as an option whenever the board is connected to the cloud via its network connection. For more information about this topic, check out the [tutorial about uploading sketches Over-the-Air (OTA)](https://www.arduino.cc/en/Tutorial/ota-getting-started).
In order to **enable over-the-air uploads**, an initial upload should be done in the traditional way via a cable connection using the IoT Cloud interface. After such initial upload, "Over-the-Air" will appear as an option whenever the board is connected to the cloud via its network connection. For more information about this topic, check out the [tutorial about uploading sketches Over-the-Air (OTA)](/arduino-cloud/features/ota-getting-started).

### Variable Synchronisation

Expand Down Expand Up @@ -960,7 +960,7 @@ This can be rewritten in a non-blocking way as follows:

How does this work? It gets the current execution time provided by `millis()` and divides it by 2 seconds. If the remainder is smaller than one second it will turn the LED on, and if it's greater it will turn the LED off.

For a more complex and commented example, you can have a look at the [BlinkWithoutDelay example](https://www.arduino.cc/en/Tutorial/BuiltInExamples/BlinkWithoutDelay).
For a more complex and commented example, you can have a look at the [BlinkWithoutDelay example](/built-in-examples/digital/BlinkWithoutDelay).

### Avoid waiting for Serial Monitor to initialize connection

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you want to learn more about Arduino and LoRa®, you can check out the resour

- [MKR WAN 1300 documentation page.](/hardware/mkr-wan-1300)
- [MKR WAN 1310 documentation page](/hardware/mkr-wan-1310)
- [LPWAN (Low-Power Wide-Area Networks) 101](/learn/wireless/low-power-wide-area-networks-101)
- [LPWAN (Low-Power Wide-Area Networks) 101](/learn/communication/low-power-wide-area-networks-101)

## Goals

Expand Down Expand Up @@ -255,7 +255,7 @@ You can visit the [Activate an Arduino Pro Gateway with IoT Cloud](https://suppo

### Migrate Existing Gateway

If you had a gateway setup prior to the [A2A to TTS migration](linktoblogpost.com), you will need to complete the following steps to use the Pro Gateway.
If you had a gateway setup prior to the A2A to TTS migration, you will need to complete the following steps to use the Pro Gateway.

To perform the Arduino Pro gateway migration:

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ In this tutorial, we went through the basics of setting up an ESP32 / ESP8266 mi

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ The connection between the boards is made through the **syncing of variables**,

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ We hope you enjoyed this tutorial and that it helped you to get started with you

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In order to configure the feature, we will need to create a project in the IoT C

![Selecting a device to associate.](assets/select_device.png)

***Note: If it is the first time you configure the MKR WiFi 1010 or the Nano 33 IoT board to the IoT Cloud, you will need to have the latest version of the WiFi Nina firmware installed. The configuration process updates it automatically. However, if you get any error during the configuration process, you can manually update the FW version of the Nina module following [these instructions](https://support.arduino.cc/hc/en-us/articles/360018104880).***
***Note: If it is the first time you configure the MKR WiFi 1010 or the Nano 33 IoT board to the IoT Cloud, you will need to have the latest version of the WiFi Nina firmware installed. The configuration process updates it automatically. However, if you get any error during the configuration process, you can manually update the FW version of the Nina module following [these instructions](https://support.arduino.cc/hc/en-us/articles/360013896579-Check-and-update-the-firmware-for-WiFiNINA-and-WiFi101).***


**4.** Next step is to create a dashboard with a **Switch** widget, linked to the lights variable that you created before. Once it is set, click on the **use dashboard** button and go to **things > smart_led > Sketch**
Expand Down Expand Up @@ -141,4 +141,4 @@ If you want to continue learning about amazing IoT features or projects you can

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -25,11 +25,11 @@ The Arduino IoT Cloud's dashboard feature is a really good tool for sending, rec

The **sharing dashboards** feature is really easy to use, but let's take a look at how it is done!

**1.** First, let's select a dashboard of your choice. In this case, we will choose the **"Temperature & Humidity"** dashboard.
**1.** First, let's select a dashboard of your choice. In this case, we will choose the **"Smart Garden"** dashboard.

![Choose the dashboard you want to share.](assets/cloud-sharing-dashboards-img01.png)

**2.** In our example, we have a **temperature** and **humidity** widget. Now, if we want to share our dashboard, we can simply click on the share icon at the top right corner, see the image below:
**2.** In our example, we have a set of widgets displaying environmental data. If we want to share our dashboard, we can simply click on the share icon at the top right corner, see the image below:

![Click on the share button.](assets/cloud-sharing-dashboards-img02.png)

Expand Down Expand Up @@ -59,4 +59,4 @@ In this tutorial, we have learned how to **share dashboards**, a feature that ca

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,5 @@ As a result, we now have a smart light that can be controlled directly through t

## More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).

Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ You can now start thinking about how this application might work in real life. T

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ In this tutorial, we have gone through the necessary steps to connect a MKR WiFi

### More tutorials

You can find more tutorials in the [Arduino IoT Cloud documentation page](/cloud/iot-cloud/).
You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/).