diff --git a/content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md b/content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md index eb3ec8b285..223f8e0960 100644 --- a/content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md +++ b/content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md @@ -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/). diff --git a/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md b/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md index ca2ede443b..15649e7ca1 100644 --- a/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md +++ b/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md @@ -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.*** @@ -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 @@ -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 diff --git a/content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started.md b/content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started.md index 87c4c1a479..a3d009b8a3 100644 --- a/content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started.md +++ b/content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started.md @@ -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 @@ -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: diff --git a/content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started_.md b/content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started_.md new file mode 100644 index 0000000000..d966efac13 --- /dev/null +++ b/content/arduino-cloud/01.getting-started/04.cloud-lora-getting-started/cloud-lora-getting-started_.md @@ -0,0 +1,336 @@ +--- +title: 'Configuring LoRaWAN® devices in the Arduino Cloud' +compatible-products: + - mkr-wan-1300 + - mkr-wan-1310 +difficulty: intermediate +description: 'Connect your LoRaWAN® devices to the Arduino Cloud platform via The Things Network.' +tags: + - LoRa® + - LoRaWAN® + - 'The Things Industries' + - 'IoT Cloud' +author: 'Karl Söderby' +hero_position: 2 +--- + + +![Arduino Cloud and The Things Network.](assets/cloud-lora-img-01.png ) + +## Introduction + + +If you are interested in building cheap, long range & low power devices, you will be excited to hear that Arduino Cloud is interfaced with [The Things Stack](https://www.thethingsindustries.com/stack/ ) network (TTS). When configuring a LoRaWAN® device (MKR WAN 1300/1310), you will also automatically register your device on the The Things Stack platform. + +So, what does that mean for you? It means that you can connect to any of the **22000+ public gateways** that make up that network. With coverage in most parts of the world, LoRa® technology has become increasingly more popular, as it continues to chirp payloads using the license-free frequency bands! Your end-devices (such as the MKR WAN 1310), can be setup in remote locations (or cities, of course), where there's no Internet connection. These devices can then send data to nearby gateways connected to the TTS service, which in turn forwards the data to the Arduino Cloud. Data can also be sent the other way, from the Arduino Cloud to the end device via TTS. + +In this tutorial we will walk you through the steps needed to successfully provision devices that use the Arduino Cloud & The Things Network, from unboxing your device until viewing data on a dashboard! + +***Please note that when working with LoRaWAN® devices, data rates are very limited. Messages sent from devices should be limited to once every several minutes. Methods for implementing this are described further down in this article. To read more about limitations using the LoRaWAN® network, please visit [The Things Network Limitations article](https://www.thethingsnetwork.org/docs/lorawan/limitations/ ).*** + +### Terminology Run-Trough + + +- **LoRa®** - short for **Lo**ng **Ra**nge, and is a modulation technique used to send and receive data over low-power, wide-area networks (LPWAN). +- **LoRaWAN®** - can be defined as the networking protocol. The architecture of the network consists of different gateways that relay messages from low-power devices over long ranges, to central network servers. +- **MKR WAN 1300/1310** - development boards that has a LoRa® module capable of sending and receiving packets of data. +- **End device/node** - end device/node is a term used for deployed devices such as the MKR WAN 1310, that for example are reading and processing sensor data. +- **The Things Network (TTN)** - a not for profit association, making available the TTS Community Edition as a public LoRaWAN® network service for free. +- **The Things Stack Network (TTS)** - a cloud platform used by TTN and TTI for their LoRaWAN® connectivity networks. +- **The Things Industries (TTI)** - a company that runs and manages The Things Network and offers private LoRaWAN network and support for enterprise customers. +- **The Things Stack console (TTC)** - a service that allows you to register devices and handle incoming or outgoing data. +- **Device EUI** - a code to identify your device. +- **App EUI** - a code to identify your application. +- **App KEY** - a key used for encryption and decryption of a payload. +- **LoRa® gateway** - a network router able to send and receive LoRa RF packets and forward them on Internet. +- **Frequency Band (e.g. 868 MHz, 915 MHz)** - LoRa oxperates only on specific, license-free frequencies which differs from region to region. For example, the band used in Europe is 868 MHz, while North America uses the 915 MHz band. + +### Related Resources + + +If you want to learn more about Arduino and LoRa®, you can check out the resources below: + +- [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/communication/low-power-wide-area-networks-101 ) + +## Goals + + +The goals of this project are: +- Configure a LoRaWAN® device in the Arduino Cloud. +- Register an account on The Things Console. +- Create a simple testing program for the end device. +- View data from the device in the Arduino Cloud. +- Send data to the device from the Arduino Cloud. + + +## Hardware & Software needed + + +- [Arduino IoT Cloud](https://create.arduino.cc/iot/ ) +- [Arduino MKR WAN 1300](https://store.arduino.cc/mkr-wan-1300 ) or [Arduino MKR WAN 1310](https://store.arduino.cc/mkr-wan-1310 ) +- [Antenna](https://store.arduino.cc/antenna ) + +## Circuit + + +Follow the wiring diagram below to connect the antenna to the MKR WAN 1300/1310 board. + +![Connect the antenna to the MKR WAN 1300/1310 board.](assets/cloud-lora-img-02.png ) + + +## Step 1: Configuring Your Device + + + +**1.** Navigate to the [Arduino Cloud IoT platform](https://create.arduino.cc/iot/things ). + +**2.** Sign in or follow the registration process. + +**3.** Once signed in, navigate to the **"Things"** tab, and click on **"Create New Thing"**. + +![Click on the "Create New Thing" tab.](assets/cloud-lora-img-03.png ) + +**4.** Connect your board to your computer via USB. + +**5.** Click on the **"Add Device"** button, and then on the **"Set up an Arduino device."**. If you have not installed the **Create Agent**, download and install it by following the instructions provided in the platform. + +**6.** If your board is connected, and the Create Agent is installed, your board should now appear, and you can click on **"Configure"**, and **"Continue"** in the next window. + +![MKR WAN 1310 board detected.](assets/cloud-lora-img-04.png ) + +**7.** Now you will need to select the **frequency band** that you will use. These are available through a dropdown menu, where you will e.g. Europe (868 MHz), America (915 MHz). + +![Select Frequency Band.](assets/cloud-lora-img-05.png ) + +***It is very important that you select the right band for your country. Enabling a device to transmit on certain frequencies may have legal consequences. It is your responsibility to select the right frequency. You can find more information in [frequencies by country](https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country/ ).*** + +**8.** Now, you will need to give your board a good name, such as **LoRa**ine, **WAN**da or G**LoR**i**a** (feel free to ignore this advice). Click on **"Next"** to start the configuration. + +![Naming your board.](assets/cloud-lora-img-06.png ) + +When the configuration is complete, we should see the following window: + +![Successful configuration.](assets/cloud-lora-img-07.png ) + +Congratulations! We are now done with the first step of the configuration! + +**Troubleshooting** + +Did something go wrong? + +- Is the Arduino Create Agent downloaded & installed? +- Is your board a MKR WAN 1300/1310? +- Is your board connected to the computer? + +Some things to try: + +- Reset the board (double tap the reset button quickly). +- Try uploading a simple sketch (such as blink) to the board. +- Re-install the Create Agent. + + +## Step 2: Registering The Things Stack Network Account + + +In this step, we will complete the registration so we can access the **The Things Console (TTC)**. Here we can see the status of our device, if any data is coming in or out and much more. + +***Note that you will not need to make any changes in The Things Console, but access is useful to check if your board sends and receives data correctly. All information (DevEUI, AppEUI & AppKey) is available through the Arduino Cloud as well. Your TTC app will automatically be created, and the integration to the Arduino Cloud done automatically.*** + +**1.** After your device was successfully configured, an **email was sent to your account's email address**, and an account was automatically created on **The Things Stack Network**. The email sent out includes a link to **creating a password** for that account, which you will need to follow to complete the registration. + +![Email from TTC.](assets/cloud-lora-img-08.png ) + +**2.** Follow the link, and create a new password. + +![Creating a password.](assets/cloud-lora-img-09.png ) + +**3.** You can now login to the **TTS** platform with your account name and password. + +![Log in to TTS.](assets/cloud-lora-img-10.png ) + +***Your account name is listed in the email sent out by The Things Industries (TTI).*** + +**4.** In the next window, click on the **"Go to the Console"** button. + +![Go to the Console.](assets/cloud-lora-img-11.png ) + +**5.** In the next window, select your region (Europe, North America, Australia). + +![Choose your region.](assets/cloud-lora-img-12.png ) + +**6.** Select **"Go to Applications"**. + +![Go to Applications.](assets/cloud-lora-img-13.png ) + +**7.** Click on the `[username]-app` item from the list. + +![Click on the app.](assets/cloud-lora-img-14.png ) + +**8.** You are now in the application overview. Here you will find a lot of useful information, such as **DevEUI, AppEUI & AppKey**, and see the live data that is sent to and from your device. You do not need to make any changes here, instead it acts as a great troubleshooting tool to check if your device is working. + +### TTI Email Expiration + + +After some time, the automatic email sent out by TTI will expire. If the link is expired and you wish to access the Things Stack Network, you can click on the **"Forgot Password"** link which will restart the activation. + +![Restart the activation.](assets/cloud-lora-img-14.5.png ) + +## Step 3: Completing Arduino Cloud Setup + + +In this step, we will complete the Arduino Cloud setup that we started earlier by configuring a device. We will create a simple **test variable**, that we will use to send data from the MKR WAN 1300/1310 device. This will just be a counter that updates **3 minutes**, to see if the data can be successfully sent from **end device** to the **Arduino Cloud** via the **The Things Network**. + +***At this point, we will need to make sure that we are in reach of a gateway registered to The Things Network. This might take a few attempts, depending on your device's success of transmitting to a nearby gateway. You can check the coverage of your area through either [TTN Map](https://www.thethingsnetwork.org/map ) or the [TTN Mapper](https://ttnmapper.org/ )*** + +**1.** After TTS registration is complete, head back to the Arduino Cloud, and to the Thing you created earlier. Here, we will need to click on the **"Add Variable"** button, following the image below: + +![Adding a new variable.](assets/cloud-lora-img-15.png ) + +**2.** Let's name the variable `test`, and select `Integer Number` as data type (this will be declared as `int test;`). Tick the **Read Only** option, and click on **"Add Variable**. + +![Create a new variable.](assets/cloud-lora-img-16.png ) + +**3.** Let's head to the **Sketch** tab, where you can use the following code: + +```arduino +#include "thingProperties.h" + +unsigned long previousMillis = 0; +const long interval = 180000; //180 second interval (3 minutes) + +void setup() { + // Initialize serial and wait for port to open: + Serial.begin(9600); + // This delay gives the chance to wait for a Serial Monitor without blocking if none is found + delay(1500); + + // Defined in thingProperties.h + initProperties(); + + // Connect to Arduino IoT Cloud + ArduinoCloud.begin(ArduinoIoTPreferredConnection, false); + + /* + The following function allows you to obtain more information + related to the state of network and IoT Cloud connection and errors + the higher number the more granular information you’ll get. + The default is 0 (only errors). + Maximum is 4 + */ + setDebugMessageLevel(2); + ArduinoCloud.printDebugInfo(); +} + +void loop() { + ArduinoCloud.update(); + + unsigned long currentMillis = millis(); + + if (currentMillis - previousMillis >= interval) { + + previousMillis = currentMillis; + + test +=1; + + } +} +``` + +This code will simply increase the `test` variable every 3 minutes, which will sync with the variable we just created. That means that every 3 minutes, there's a change in value, which should also be visible in the Arduino Cloud if the data is sent properly. + +***Note that the 180000 milliseconds / 180 seconds interval should be in place to limit the amount of data being sent from the device to the Arduino Cloud. This can also be defined during the variable creation in the Thing interface to update only every 180 seconds.*** + +**4.** Finally, we can upload the sketch to the board. After we have uploaded it, the board will start sending data via The Things Network, to the Arduino Cloud. We can check if we are receiving any data in the **Things overview**, under the **"Last Value / Last Update"** column. + +![Data from the MKR WAN 1300/1310 device.](assets/cloud-lora-img-18.png ) + +**5a.** After we have uploaded the sketch to the board, we can head over to the TTS console, then to **Applications > NameOfApp > End Devices**. Here we can see if data is received. Basically, if it is not receiving any data, it means that data is not correctly passing through the gateway and the Internet to TTS. + +**5b.** If **successful**, in the **"live data"** section, the "first sign of life" should be a message that says **"Accept join-request"**. Then under "End Devices" there's a column named **Last Seen**, which should have a **blue circle** and how long since it was last seen, e.g. 5 minutes or 2 hours. + +**5c.** If **unsuccessful**, under "End Devices", you can see a **yellow circle** next to the text **"Unknown"**. This means your board has not been sending any data recently. + +![Successful/unsuccessful attempts.](assets/cloud-lora-img-19.png ) + +**Troubleshooting** + +- Check out the [TTN Mapper tool](https://ttnmapper.org/ ) to see if you are in range of a gateway. Remember that even if you are in range, you may still have issues transmitting data. +- Make sure your device is close to a window and has an antenna attached to it. The better Line of Sight (LoS), the better chance of transmitting data. +- Did you upload the sketch to the board? + +## Arduino PRO Gateway + + +If you have an Arduino PRO Gateway, you will need to register it, using the [manager for Linux devices](https://create.arduino.cc/devices/ ). + +You can visit the [Activate an Arduino Pro Gateway with IoT Cloud](https://support.arduino.cc/hc/en-us/articles/4407770369042-Activate-an-Arduino-Pro-Gateway-with-IoT-Cloud ) article for more details. + +### 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. + +To perform the Arduino Pro gateway migration: + +**1.** The Gateway **needs** be turned on and connected to Internet. + +**2.** Backup any existing sketch or custom docker images of the Gateway. + +**3.** Delete the device using “Manager for Linux” page. It is very important that the Gateway is **turned on and connected to the Internet.** + +![Click on the "Delete" button.](assets/cloud-lora-gateway-img-01.png ) + +**4.** Redo the provisioning procedure. + +**5.** Stop the packet forwarder. + +**6.** Delete the existing packet forwarder in the “Container” page. + +**7.** Deploy the new packet forwarder using the following parameters: + +- Container Name: `pktfwd` (use this exact name). +- Image URL: public.ecr.aws/h8w3x7h8/arduino:latest +- Volume flags:--device /dev/spidev0.0 --device /dev/i2c-1 -v /sys:/sys +- Restart Policy: Always + +![Deploy a new container.](assets/cloud-lora-gateway-img-02.png ) + +### Provision New Gateway + + +To perform the Arduino Pro gateway provisioning: + +**1.** Claim the GW in the “Manager For Linux” page + +**2.** Stop the packet forwarder + +**3.** Delete the existing packet forwarder in the “Container” page + +**4.** Deploy the new packet forwarder using the following parameters: + +- Container Name: `pktfwd` (use this exact name). +- Image URL: public.ecr.aws/h8w3x7h8/arduino:latest +- Volume flags:--device /dev/spidev0.0 --device /dev/i2c-1 -v /sys:/sys +- Restart Policy: Always + +![Deploy a new container.](assets/cloud-lora-gateway-img-02.png ) + +### Register a Gateway on TTS + + +As **Arduino Cloud IoT** is now interfacing with the **The Things Stack** network, you can set up your own gateway through their services (this can be done through the same console that is used to check device status). You can visit [The Things Industries](https://www.thethingsindustries.com/stack/ ) to see what commercial gateways are supported. + +See below links for more resources on adding gateways to the Things Stack network. + +- [Adding Gateways | The Things Industries](https://www.thethingsindustries.com/docs/gateways/adding-gateways/ ) +- [Recommended Gateways | YouTube](https://www.youtube.com/watch?v=h_6dIte_IxI&ab_channel=TheThingsNetwork ) + +## Conclusion + + +In this guide we have gone through the steps necessary to connect a MKR WAN 1300/1310 board to the **Arduino Cloud** via **The Things Network**. We have briefly gone through **the console of The Things Stack**, the backend portal that provides information on the status of our devices. + +The integration between the two services is a great milestone for makers or professionals working with LoRaWAN® devices and IoT development. As the Arduino Cloud and The Things Console handle the backend applications, you can focus on creating great projects with minimal effort. You can also monitor and control them through dashboards in the Arduino Cloud. + \ No newline at end of file diff --git a/content/arduino-cloud/01.getting-started/05.esp-32-cloud/esp-32-cloud.md b/content/arduino-cloud/01.getting-started/05.esp-32-cloud/esp-32-cloud.md index 65f3757ead..818ddd0a2a 100644 --- a/content/arduino-cloud/01.getting-started/05.esp-32-cloud/esp-32-cloud.md +++ b/content/arduino-cloud/01.getting-started/05.esp-32-cloud/esp-32-cloud.md @@ -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/). \ No newline at end of file +You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/). \ No newline at end of file diff --git a/content/arduino-cloud/02.features/02.device-to-device/device-to-device.md b/content/arduino-cloud/02.features/02.device-to-device/device-to-device.md index a0ab0bb6de..2588ff8901 100644 --- a/content/arduino-cloud/02.features/02.device-to-device/device-to-device.md +++ b/content/arduino-cloud/02.features/02.device-to-device/device-to-device.md @@ -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/). diff --git a/content/arduino-cloud/02.features/03.thing-to-thing/thing-to-thing.md b/content/arduino-cloud/02.features/03.thing-to-thing/thing-to-thing.md index 26dcc8b024..40d6805bf3 100644 --- a/content/arduino-cloud/02.features/03.thing-to-thing/thing-to-thing.md +++ b/content/arduino-cloud/02.features/03.thing-to-thing/thing-to-thing.md @@ -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/). \ No newline at end of file +You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/). \ No newline at end of file diff --git a/content/arduino-cloud/02.features/04.ota-getting-started/ota-getting-started.md b/content/arduino-cloud/02.features/04.ota-getting-started/ota-getting-started.md index be46ddbafd..e444db38d0 100644 --- a/content/arduino-cloud/02.features/04.ota-getting-started/ota-getting-started.md +++ b/content/arduino-cloud/02.features/04.ota-getting-started/ota-getting-started.md @@ -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** @@ -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/). diff --git a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img01.png b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img01.png index b4602fc9b8..7c502ffaee 100644 Binary files a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img01.png and b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img01.png differ diff --git a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img02.png b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img02.png index 3b4f574608..d3eccfe971 100644 Binary files a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img02.png and b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img02.png differ diff --git a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img03.png b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img03.png index 55ae71690f..a079d1fc4c 100644 Binary files a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img03.png and b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img03.png differ diff --git a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img04.png b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img04.png index 415e6bf54e..283b884d1d 100644 Binary files a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img04.png and b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img04.png differ diff --git a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img05.png b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img05.png index b7590f74d1..652d457456 100644 Binary files a/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img05.png and b/content/arduino-cloud/02.features/05.sharing-dashboards/assets/cloud-sharing-dashboards-img05.png differ diff --git a/content/arduino-cloud/02.features/05.sharing-dashboards/sharing-dashboards.md b/content/arduino-cloud/02.features/05.sharing-dashboards/sharing-dashboards.md index d0f34bcb01..4d439e49f4 100644 --- a/content/arduino-cloud/02.features/05.sharing-dashboards/sharing-dashboards.md +++ b/content/arduino-cloud/02.features/05.sharing-dashboards/sharing-dashboards.md @@ -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) @@ -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/). \ No newline at end of file +You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/). \ No newline at end of file diff --git a/content/arduino-cloud/03.tutorials/alexa-mkr-rgb-shield/alexa-mkr-rgb-shield.md b/content/arduino-cloud/03.tutorials/alexa-mkr-rgb-shield/alexa-mkr-rgb-shield.md index 88bcee0adf..4e27726655 100644 --- a/content/arduino-cloud/03.tutorials/alexa-mkr-rgb-shield/alexa-mkr-rgb-shield.md +++ b/content/arduino-cloud/03.tutorials/alexa-mkr-rgb-shield/alexa-mkr-rgb-shield.md @@ -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/). diff --git a/content/arduino-cloud/03.tutorials/cloud-environmental-data/cloud-environmental-data.md b/content/arduino-cloud/03.tutorials/cloud-environmental-data/cloud-environmental-data.md index cdebc7a060..bf57d14b67 100644 --- a/content/arduino-cloud/03.tutorials/cloud-environmental-data/cloud-environmental-data.md +++ b/content/arduino-cloud/03.tutorials/cloud-environmental-data/cloud-environmental-data.md @@ -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/). diff --git a/content/arduino-cloud/03.tutorials/cloud-relay-control/cloud-relay-control.md b/content/arduino-cloud/03.tutorials/cloud-relay-control/cloud-relay-control.md index c02861a4a4..da75c2c603 100644 --- a/content/arduino-cloud/03.tutorials/cloud-relay-control/cloud-relay-control.md +++ b/content/arduino-cloud/03.tutorials/cloud-relay-control/cloud-relay-control.md @@ -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/). \ No newline at end of file +You can find more tutorials in the [Arduino IoT Cloud documentation page](/arduino-cloud/). \ No newline at end of file