Skip to content

Commit 31460f7

Browse files
Merge pull request #315 from arduino/change-IoT-Cloud-to-Arduino-Cloud
Change "IoT Cloud" to "Arduino Cloud" & Cloud, Cloud Editor, Education Support Updates [HC-1451, HC-1452, HC-1455]
2 parents e8650d4 + 98658f9 commit 31460f7

File tree

38 files changed

+168
-168
lines changed

38 files changed

+168
-168
lines changed

content/About Arduino/Arduino Security Bulletins/ASEC-23-001-Vulnerabilities-in-Arduino-Create-Agent-1-3-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The identified vulnerabilities may allow an attacker, with local access to the v
3535

3636
## Action Required
3737

38-
All users are advised to update the Arduino Create Agent to version 1.3.3 or later. An update is automatically initiated when visiting the Arduino Web Editor or when setting up a new device via the Arduino IoT Cloud. Alternatively, a manual update can be performed by downloading the new version of the software [here](https://github.com/arduino/arduino-create-agent/releases).
38+
All users are advised to update the Arduino Create Agent to version 1.3.3 or later. An update is automatically initiated when visiting the Arduino Web Editor or when setting up a new device in Arduino Cloud. Alternatively, a manual update can be performed by downloading the new version of the software [here](https://github.com/arduino/arduino-create-agent/releases).
3939

4040
## Additional information
4141

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: "About device status in IoT Cloud"
2+
title: "About device status in Arduino Cloud"
33
id: 4407169649682
44
---
55

6-
In Arduino IoT Cloud, the **device status** describes the connection between your device and the Cloud.
6+
In Arduino Cloud, the **device status** describes the connection between your device and the Cloud.
77

8-
![Devices in IoT Cloud with different statuses.](img/Board_status.png)
8+
![Devices in Arduino Cloud with different statuses.](img/Board_status.png)
99

1010
One of these will be displayed for each device:
1111

1212
| Status | Description |
1313
|------------------|----------------------------------------------------------------------------------------|
14-
| Ready to connect | The device has initialized a connection but is not connected to the Arduino IoT Cloud. |
15-
| Online | The device is connected and communicating with the Arduino IoT Cloud. |
16-
| Offline | The device has initialized a connection but is not connected to the Arduino IoT Cloud. |
14+
| Ready to connect | The device has initialized a connection but is not connected to the Arduino Cloud. |
15+
| Online | The device is connected and communicating with the Arduino Cloud. |
16+
| Offline | The device has initialized a connection but is not connected to the Arduino Cloud. |
1717
| - | Device status is not supported for this device. |
1818

1919
After uploading your sketch, it may take a few minutes before the status changes to Online.
@@ -22,4 +22,4 @@ After uploading your sketch, it may take a few minutes before the status changes
2222
2323
## Further reading
2424

25-
* [My device is not connecting to Wi-Fi or to IoT Cloud](https://support.arduino.cc/hc/en-us/articles/360019355679-My-device-is-not-connecting-to-WiFi-or-to-IoT-Cloud)
25+
* [My device is not connecting to Wi-Fi or to Arduino Cloud](https://support.arduino.cc/hc/en-us/articles/360019355679-My-device-is-not-connecting-to-WiFi-or-to-IoT-Cloud)

content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-IoT-Cloud.md renamed to content/Arduino Cloud/Arduino IoT Cloud/Add-and-connect-a-device-to-Arduino-Cloud.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Add and connect a device to IoT Cloud"
2+
title: "Add and connect a device to Arduino Cloud"
33
id: 360016495559
44
---
55

6-
> Also see [Getting Started With the Arduino IoT Cloud](https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started) in Arduino Docs.
6+
> Also see [Getting Started With the Arduino Cloud](https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started) in Arduino Docs.
77
8-
Connecting a new device to Arduino IoT Cloud consists of three steps:
8+
Connecting a new device to Arduino Cloud consists of three steps:
99

10-
1. [Add the device to IoT Cloud](#add-the-device). Enables the device for use with IoT Cloud.
11-
2. [Configure the device as a Thing](#create-thing). This will generate a sketch that can be uploaded to the device, allowing it to connect to IoT Cloud.
10+
1. [Add the device to Arduino Cloud](#add-the-device). Enables the device for use with Arduino Cloud.
11+
2. [Configure the device as a Thing](#create-thing). This will generate a sketch that can be uploaded to the device, allowing it to connect to Arduino Cloud.
1212
3. [Upload the sketch to the device](#upload-sketch). Upload the Thing sketch to the device.
1313

1414
You'll need an Arduino account and the [Arduino Create Agent](https://support.arduino.cc/hc/en-us/articles/360014869820) installed and running on your computer.
@@ -21,7 +21,7 @@ You'll need an Arduino account and the [Arduino Create Agent](https://support.ar
2121

2222
### Step 1: Add the device
2323

24-
1. Go to Arduino IoT Cloud and open the [Devices tab](https://app.arduino.cc/devices).
24+
1. Go to Arduino Arduino Cloud and open the [Devices tab](https://app.arduino.cc/devices).
2525

2626
2. Click the **Add Device** button in the top-right or middle of the page.
2727

@@ -82,12 +82,12 @@ You'll need an Arduino account and the [Arduino Create Agent](https://support.ar
8282

8383
4. After a short while, your device should come online. You may have to refresh the page.
8484

85-
![A thing in IoT Cloud. The associated device is online.](img/iot-device-online.png)
85+
![A thing in Arduino Cloud. The associated device is online.](img/iot-device-online.png)
8686

87-
> **Note:** Device status is not supported by the LoRa protocol, see [About device status in IoT Cloud](https://support.arduino.cc/hc/en-us/articles/4407169649682-About-device-status-in-IoT-Cloud).
87+
> **Note:** Device status is not supported by the LoRa protocol, see [About device status in Arduino Cloud](https://support.arduino.cc/hc/en-us/articles/4407169649682-About-device-status-in-IoT-Cloud).
8888
8989
---
9090

9191
## Troubleshooting
9292

93-
See [If your device can't be added or won't connect to IoT Cloud](https://support.arduino.cc/hc/en-us/articles/360019355679-If-your-device-is-not-connecting-to-IoT-Cloud).
93+
See [If your device can't be added or won't connect to Arduino Cloud](https://support.arduino.cc/hc/en-us/articles/360019355679-If-your-device-is-not-connecting-to-IoT-Cloud).

content/Arduino Cloud/Arduino IoT Cloud/Available-Webhook-Platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Webhooks allow you to send and receive automated messages to other services. For
88
These are the available platforms you can use webhooks with:
99

1010
* [IFTTT](https://ifttt.com/maker_webhooks) > Allows you to integrate services with your DIY projects. With IFTTT you can create Applets that work with any device or app that can make or receive a web request.
11-
* [Google APIs](https://developers.google.com/apis-explorer) > With Google APIs you can develop application programming interfaces (APIs) to communicate with Google services such as Search, Gmail, Translate or Google Maps apps or other applications like Arduino IoT Cloud.
11+
* [Google APIs](https://developers.google.com/apis-explorer) > With Google APIs you can develop application programming interfaces (APIs) to communicate with Google services such as Search, Gmail, Translate or Google Maps apps or other applications like Arduino Cloud.
1212
* [Google Script](https://script.google.com/home) > Allows you to interact with all your Google G-Suite files such as Google Sheets, Docs and more.
1313
* [Zapier](https://zapier.com/developer/documentation/v2/rest-hooks/) > With Zapier you can connect your APIs quickly with their visual builder and allows you to build an integration and preview it as a user in real time.
1414

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Configure a device for a network that doesn't use all the parameters in IoT Cloud
2+
title: "Configure a device for a network that doesn't use all the parameters in Arduino Cloud"
33
id: 5940204842780
44
---
55

6-
> **Note:** Open Wi-Fi networks that require you to interact with a web page (captive portal) before you can access the Internet cannot be used by IoT Cloud devices.
6+
> **Note:** Open Wi-Fi networks that require you to interact with a web page (captive portal) before you can access the Internet cannot be used by Arduino Cloud devices.
77
8-
A network configuration in IoT Cloud cannot be saved unless network parameters for all fields are provided. Some networks may not have all parameters, such as:
8+
A network configuration in Arduino Cloud cannot be saved unless network parameters for all fields are provided. Some networks may not have all parameters, such as:
99

1010
* Open (unencrypted) Wi-Fi networks
1111
* GSM connections not requiring SIM PIN, or account credentials (username and password).
@@ -18,7 +18,7 @@ To use a device with these networks, you can [set the network parameters in the
1818

1919
## Set network parameters in the Web Editor
2020

21-
1. Open your Thing in [IoT Cloud](https://app.arduino.cc/things).
21+
1. Open your Thing in [Arduino Cloud](https://app.arduino.cc/things).
2222

2323
2. Click the **Sketch** tab.
2424

@@ -48,9 +48,9 @@ To use a device with these networks, you can [set the network parameters in the
4848

4949
![The "Secret" tab with a SECRET_SSID variable.](img/web-editor-secrets-open-wifi.png)
5050

51-
8. Click the ![Web Editor Upload button](img/icon_web-editor-upload.png) **Upload** button to upload directly from the Web Editor, or go back to IoT Cloud and upload from the sketch tab.
51+
8. Click the ![Web Editor Upload button](img/icon_web-editor-upload.png) **Upload** button to upload directly from the Web Editor, or go back to Arduino Cloud and upload from the sketch tab.
5252

53-
> **Note:** Each time the sketch is updated from IoT Cloud (by adding or changing Variables), the changes made to `thingsProperties.h` in the Web Editor will be overwritten. To upload the sketch again, simply repeat the steps above.
53+
> **Note:** Each time the sketch is updated from Arduino Cloud (by adding or changing Variables), the changes made to `thingsProperties.h` in the Web Editor will be overwritten. To upload the sketch again, simply repeat the steps above.
5454
5555
---
5656

@@ -62,7 +62,7 @@ Remember to set the remaining secrets in the `Secret` tab.
6262

6363
### Open Wi-Fi network
6464

65-
> **Note:** Open Wi-Fi networks that require you to interact with a web page (captive portal) before you can access the Internet cannot be used by IoT Cloud devices.
65+
> **Note:** Open Wi-Fi networks that require you to interact with a web page (captive portal) before you can access the Internet cannot be used by Arduino Cloud devices.
6666
6767
```arduino
6868
const char SSID[] = SECRET_SSID; // Network SSID (name)
@@ -71,7 +71,7 @@ const char PASS[] = ""; // Network password (use for WPA, or use as
7171

7272
### Open Wi-Fi network (ESP32)
7373

74-
> **Note:** Open Wi-Fi networks that require you to interact with a web page (captive portal) before you can access the Internet cannot be used by IoT Cloud devices.
74+
> **Note:** Open Wi-Fi networks that require you to interact with a web page (captive portal) before you can access the Internet cannot be used by Arduino Cloud devices.
7575
7676
```arduino
7777
const char SSID[] = SECRET_SSID; // Network SSID (name)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Configure your network for Arduino Cloud"
3+
id: 360017279260
4+
---
5+
6+
The Arduino Cloud uses the following domains and ports, which need to be whitelisted in your firewall.
7+
8+
| Domain | Port |
9+
| ------------------------- | ---- |
10+
| `mqtts-up.iot.arduino.cc` | 8884 |
11+
| `mqtts-sa.iot.arduino.cc` | 8883 |
12+
| `wss.iot.arduino.cc` | 8443 |
13+
14+
You will also need to allow NTP access on port 123 UDP for `time.arduino.cc`.
15+
16+
> **Note:** A home network with a default configuration will usually not prevent any Arduino Cloud connections. You do not need to add any of the configurations above unless you're experiencing problems, or will be using the service on a restricted network.

content/Arduino Cloud/Arduino IoT Cloud/Configure-your-network-for-Arduino-IoT-Cloud.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/Arduino Cloud/Arduino IoT Cloud/Export-historical-data-in-IoT-Cloud.md renamed to content/Arduino Cloud/Arduino IoT Cloud/Export-historical-data-in-Arduino-Cloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Export historical data in IoT Cloud"
2+
title: "Export historical data in Arduino Cloud"
33
id: 8825464267420
44
---
55

6-
Learn how to export historical data from Arduino IoT Cloud as CSV (comma-separated values) files.
6+
Learn how to export historical data from Arduino Cloud as CSV (comma-separated values) files.
77

88
---
99

@@ -23,7 +23,7 @@ Follow these steps to request a download link:
2323

2424
5. Click the **Get Data** button.
2525

26-
6. An email with the subject **Arduino IoT Cloud historic data** will be sent to the email address associated with your Arduino account. Click the **Download** link inside the email to download the data.
26+
6. An email will be sent to the email address associated with your Arduino account. Click the **Download** link inside the email to download the data.
2727

2828
The download consists of a Zip archive, which includes these files:
2929

@@ -34,4 +34,4 @@ The download consists of a Zip archive, which includes these files:
3434

3535
## Further reading
3636

37-
* [Historical Data on Arduino IoT Cloud (Arduino Docs)](https://docs.arduino.cc/arduino-cloud/features/iot-cloud-historical-data)
37+
* [Historical Data on Arduino Cloud (Arduino Docs)](https://docs.arduino.cc/arduino-cloud/features/iot-cloud-historical-data)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How long is variable data retained in the IoT Cloud?"
2+
title: "How long is variable data retained in Arduino Cloud?"
33
id: 360021693840
44
---
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to delete a device from Arduino IoT cloud"
2+
title: "How to delete a device from Arduino Cloud"
33
id: 360018324700
44
---
55

0 commit comments

Comments
 (0)