You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/_unlisted/old-datasheets/portenta-h7-full/datasheet.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,8 +308,8 @@ All Arduino and Genuino boards, including this one, work out-of-the-box on the A
308
308
309
309
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding in the browser and upload your sketches onto your board.
310
310
311
-
### Getting Started – Arduino IoT Cloud
312
-
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment.
311
+
### Getting Started – Arduino Cloud
312
+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment.
313
313
314
314
### Sample Sketches
315
315
Sample sketches for the Arduino Portenta H7 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website **[5]**.
Copy file name to clipboardExpand all lines: content/hardware/_unlisted/old-datasheets/portenta-h7-lite-connected/datasheet.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,8 +292,8 @@ All Arduino and Genuino boards, including this one, work out-of-the-box on the A
292
292
293
293
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding in the browser and upload your sketches onto your board.
294
294
295
-
### Getting Started – Arduino IoT Cloud
296
-
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment.
295
+
### Getting Started – Arduino Cloud
296
+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment.
297
297
298
298
### Sample Sketches
299
299
Sample sketches for the Arduino Portenta H7 can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website **[5]**.
Copy file name to clipboardExpand all lines: content/hardware/_unlisted/old-datasheets/portenta-h7-lite/datasheet.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,8 +254,8 @@ All Arduino and Genuino boards, including this one, work out-of-the-box on the A
254
254
255
255
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding in the browser and upload your sketches onto your board.
256
256
257
-
### Getting Started – Arduino IoT Cloud
258
-
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment.
257
+
### Getting Started – Arduino Cloud
258
+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment.
259
259
260
260
### Sample Sketches
261
261
Sample sketches for the Arduino Portenta H7 Lite can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website **[5]**.
Copy file name to clipboardExpand all lines: content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ An Integrated Development Environment (IDE) is a software that allows you to wri
13
13
14
14
## Arduino Tools
15
15
16
-
You can write programs and upload them to your board with the browser IDE (Arduino Web Editor), or the desktop one (Arduino Software IDE). Another option is to use the Arduino IoT Cloud web platform if you are interested in creating IoT systems and have a [compatible board](https://support.arduino.cc/hc/en-us/articles/360016077320-Which-boards-are-supported-in-the-Arduino-IoT-Cloud). Here are some tips to help you pick the best tool to suit your needs:
16
+
You can write programs and upload them to your board with the browser IDE (Arduino Web Editor), or the desktop one (Arduino Software IDE). Another option is to use the Arduino Cloud web platform if you are interested in creating IoT systems and have a [compatible board](https://support.arduino.cc/hc/en-us/articles/360016077320-Which-boards-are-supported-in-the-Arduino-IoT-Cloud). Here are some tips to help you pick the best tool to suit your needs:
17
17
18
-
**1.** If you have a reliable Internet connection, you should use the [online IDE](https://create.arduino.cc/editor) (Arduino Web Editor). It will allow you to save your sketches in the cloud, having them available from any device and backed up. Also, you will always have the most up-to-date version of the IDE without the need to install updates or community generated libraries.
18
+
**1.** If you have a reliable Internet connection, you should use the [online IDE](https://create.arduino.cc/editor) (Arduino Web Editor). It will allow you to save your sketches in the Cloud, having them available from any device and backed up. Also, you will always have the most up-to-date version of the IDE without the need to install updates or community generated libraries.
19
19
20
20
**2.** If you would rather work offline, you should use the latest version of the [desktop IDE](https://www.arduino.cc/en/Main/Software#download) (Arduino Software IDE).
21
21
22
-
**3.** If you wish to create our very own IoT project, you should use the [Arduino IoT Cloud](https://create.arduino.cc/iot/things). It will allow you to track data in real time, trigger remote devices and build wireless systems.
22
+
**3.** If you wish to create our very own IoT project, you should use the [Arduino Cloud](https://create.arduino.cc/iot/things). It will allow you to track data in real time, trigger remote devices and build wireless systems.
Copy file name to clipboardExpand all lines: content/learn/01.starting-guide/03.the-arduino-web-editor/arduino-web-editor.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The Arduino Web Editor allows you to write code and upload sketches to any offic
9
9
10
10
This IDE (Integrated Development Environment) is part of [Arduino Create](https://create.arduino.cc/), an online platform that enables developers to write code, access tutorials, configure boards, and share projects. Designed to provide users with a continuous workflow, Arduino Create connects the dots between each part of a developer's journey from inspiration to implementation. Meaning, you now have the ability to manage every aspect of your project right from a single dashboard.
11
11
12
-
The Arduino Web Editor is hosted online, therefore it is always be up-to-date with the latest features and support for new boards.This IDE lets you write code and save it to the cloud, always backing it up and making it accessible from any device. It automatically recognizes any Arduino and Genuino board connected to your PC, and configures itself accordingly.
12
+
The Arduino Web Editor is hosted online, therefore it is always be up-to-date with the latest features and support for new boards.This IDE lets you write code and save it to the Cloud, always backing it up and making it accessible from any device. It automatically recognizes any Arduino and Genuino board connected to your PC, and configures itself accordingly.
13
13
14
14
All you need to get started is an Arduino account. The following steps can guide you to start using the Arduino Web Editor:
15
15
@@ -38,7 +38,7 @@ The Arduino Web Editor’s interface is as follows:
38
38
39
39
**2.** The **second column** views the content of the chosen option.
40
40
41
-
**3.** The **third column**, the code area, is the one you will use the most. Here, you can write code, verify it and upload it to your boards, save your sketches on the cloud, and share them with anyone you want.
41
+
**3.** The **third column**, the code area, is the one you will use the most. Here, you can write code, verify it and upload it to your boards, save your sketches on the Cloud, and share them with anyone you want.
42
42
43
43
Now that you are all set up, **let’s try to make your board blink!**
Copy file name to clipboardExpand all lines: content/learn/01.starting-guide/05.arduino-iot-cloud/arduino-iot-cloud.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,37 +1,37 @@
1
1
---
2
-
title: 'An intro to the Arduino IoT Cloud'
3
-
description: 'With the Arduino IoT Cloud desktop or mobile platform, you can quickly connect, manage and monitor your devices from anywhere in the world.'
2
+
title: 'An intro to the Arduino Cloud'
3
+
description: 'With the Arduino Cloud desktop or mobile platform, you can quickly connect, manage and monitor your devices from anywhere in the world.'
4
4
author: 'Liam Aljundi'
5
5
tags: [IoT Cloud, Create Agent]
6
6
---
7
7
8
-
## Using the Arduino IoT Cloud
8
+
## Using the Arduino Cloud
9
9
10
-
With the Arduino IoT Cloud desktop or mobile platform, you can quickly connect, manage and monitor your devices from anywhere in the world.
10
+
With the Arduino Cloud desktop or mobile platform, you can quickly connect, manage and monitor your devices from anywhere in the world.
11
11
12
-
Arduino IoT Cloud allows you to automatically create any code to program your device with - just add a couple of lines to customize it how you want. If you’re new to Arduino don’t worry there’s example code for hundreds of sensors and actuators.
12
+
Arduino Cloud allows you to automatically create any code to program your device with - just add a couple of lines to customize it how you want. If you’re new to Arduino don’t worry there’s example code for hundreds of sensors and actuators.
13
13
14
-
The following steps will guide you to start using the Arduino IoT Cloud:
14
+
The following steps will guide you to start using the Arduino Cloud:
15
15
16
16
**1.** Install the [Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome) plugin.
17
17
18
18
**2.** Check if you have a **cloud compatible board**. The picture below shows all official Arduino boards that are compatible.
***Note: The MKR GSM 1400 and MKR NB 1500 require a SIM card to connect to the Cloud, as they communicate over the mobile networks. The MKR WAN 1300 and 1310 board requires a Arduino PRO Gateway LoRa to connect to the cloud.***
22
+
***Note: The MKR GSM 1400 and MKR NB 1500 require a SIM card to connect to the Cloud, as they communicate over the mobile networks. The MKR WAN 1300 and 1310 board requires a Arduino PRO Gateway LoRa to connect to the Cloud.***
23
23
24
24
**3.** Create an Arduino account by [signing up to Arduino](https://login.arduino.cc/login).
25
25
26
-
**4.****Access the Arduino IoT Cloud** from any page on [arduino.cc](https://www.arduino.cc/) by clicking on the bento menu (9-dots) on the top right corner, or you can go directly to the [Arduino IoT Cloud](https://create.arduino.cc/iot/).
26
+
**4.****Access the Arduino Cloud** from any page on [arduino.cc](https://www.arduino.cc/) by clicking on the bento menu (9-dots) on the top right corner, or you can go directly to the [Arduino Cloud](https://create.arduino.cc/iot/).
27
27
28
-

28
+

29
29
30
30
### Creating a Thing
31
31
32
32
**1.** The user journey always begins by **creating a new Thing**. In the Thing overview, we can choose what device to use, what Wi-Fi network we want to connect to, and create variables that we can monitor and control.
**2.** Next we need to **add a device** by clicking on the "Select device" button on the Thing overview. Here, we choose from any board that we have already been configured, or select the **Configure new device** option.
37
37
@@ -53,7 +53,7 @@ Additionally, each time we create a variable that has the **Interaction Mode** e
53
53
54
54
When we are happy with our sketch, we can **upload** it to our board, by clicking the upload button.
55
55
56
-

56
+

57
57
58
58
After we have successfully uploaded the code, we can open the **Serial Monitor** tab to view information regarding our connection. If it is successful, it will print **connected to network_name** and **connected to cloud**.
59
59
@@ -66,7 +66,7 @@ Now that we have configured the device & network, created variables, completed t
66
66
67
67
Dashboards are visual user interfaces for interacting with your boards over the Cloud, and we can set up many different setups depending on what your IoT project needs.
68
68
69
-
We can access our dashboards by clicking on the **Dashboards** tab at the top of the Arduino IoT Cloud interface, where we can create new dashboards, and see a list of dashboards created for other Things.
69
+
We can access our dashboards by clicking on the **Dashboards** tab at the top of the Arduino Cloud interface, where we can create new dashboards, and see a list of dashboards created for other Things.
70
70
71
71

72
72
@@ -76,13 +76,13 @@ If we click on **Create new dashboard**, we enter a dashboard editor. Here, we c
76
76
77
77
When we create widgets, we also need to **link them to our variables**. This is done by clicking on a widget we create, selecting a Thing, and selecting a variable that we want to link.
78
78
79
-
Once it is linked, we can either interact with it, for example a button, or we can monitor a value from a sensor. As long as our board is connected to the cloud, the values will update automatically!
79
+
Once it is linked, we can either interact with it, for example a button, or we can monitor a value from a sensor. As long as our board is connected to the Cloud, the values will update automatically!
80
80
81
-
**Congratulations!** Now you are ready to create your own IoT system. You can find more information about the [Arduino IoT Cloud here](https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started).
81
+
**Congratulations!** Now you are ready to create your own IoT system. You can find more information about the [Arduino Cloud here](https://docs.arduino.cc/cloud/iot-cloud/tutorials/iot-cloud-getting-started).
82
82
83
83
## Network Configuration
84
84
85
-
***Note: that the Arduino IoT Cloud operates with different domains and ports, which means that if we want devices working with the Arduino IoT Cloud, they need to be allowed access to certain domains through your firewall.***
85
+
***Note: that the Arduino Cloud operates with different domains and ports, which means that if we want devices working with the Arduino Cloud, they need to be allowed access to certain domains through your firewall.***
86
86
87
87
If you are connected to your **school or university networks**, please provide your admin with the following instructions:
88
88
@@ -96,7 +96,7 @@ If you are connected to your **school or university networks**, please provide y
96
96
97
97
**2.** Provide **NTP access** to [time.arduino.cc](<time.arduino.cc>), note that the NTP port for [time.arduino.cc](<time.arduino.cc>) is **123 UDP**.
98
98
99
-
If you are having issues connecting to the Arduino IoT Cloud through your home network, follow these instructions:
99
+
If you are having issues connecting to the Arduino Cloud through your home network, follow these instructions:
Copy file name to clipboardExpand all lines: content/retired/06.getting-started-guides/IoT Prime - Experiment 02/content.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ The same script that was before printing text on the terminal, will now produce
92
92
93
93

94
94
95
-
This technique is giving you a way to graph data as it arrives, but it is lost over time. We are interested in analysing historical data from your sensors, what requires storing it into files, or alternatively, onto the cloud. In the second part of this exercise, you are going to be storing the data into a file and later opening it in a spreadsheet software.
95
+
This technique is giving you a way to graph data as it arrives, but it is lost over time. We are interested in analysing historical data from your sensors, what requires storing it into files, or alternatively, onto the Cloud. In the second part of this exercise, you are going to be storing the data into a file and later opening it in a spreadsheet software.
96
96
97
97
### How Data can be Stored in Files from the Serial Port
Copy file name to clipboardExpand all lines: content/retired/06.getting-started-guides/IoT Prime - Experiment 04/content.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,15 +86,15 @@ In this project, the schematic is uber-simple, since we will only be using senso
86
86
87
87
The complexity of this exercise resides not in the use of the ENV Shield, something that you have already learned at previous experiments, but at the use of the Cloud. The Arduino Cloud has been created with the goal of producing simple interfaces for users willing to connect their devices to the internet.
88
88
89
-
#### Go to the Arduino IoT Cloud icon
89
+
#### Go to the Arduino Cloud icon
90
90
91
91
Go to <https://create.arduino.cc>, make sure you have created your account before moving on with this experiment.
92
92
93
93

94
94
95
-
Once on the dashboard, select the Arduino IoT Cloud icon.
95
+
Once on the dashboard, select the Arduino Cloud icon.
On this page, you will see that you can create new Things, that is what we call the devices that you can connect to the internet. Things represent, for example, your MKR1010, or any other board with connectivity. On top of that, each one of the boards can have different parameters. These are variables that will be exposed not only to the code on the board, but also to the Cloud, thanks to the Arduino Cloud library. If you are interested in learning about the process of setting a new Thing, please take the step-by-step tutorial linked [on this page](https://create.arduino.cc/projecthub/133030/iot-cloud-getting-started-c93255).
100
100
@@ -134,7 +134,7 @@ Once you have registered the Thing, the interface will offer you the possibility
134
134
135
135
#### Create the sketch
136
136
137
-
Once you have added the properties, you should click the “Edit Sketch” button that will open the code editor with the self-generated sketch. This includes the libraries needed for the cloud communication to work. You will have to add the libraries for the ENV Shield, the SSID and password to connect to your WiFi network, and whatever code you are going to use to update variables in your program.
137
+
Once you have added the properties, you should click the “Edit Sketch” button that will open the code editor with the self-generated sketch. This includes the libraries needed for the Cloud communication to work. You will have to add the libraries for the ENV Shield, the SSID and password to connect to your WiFi network, and whatever code you are going to use to update variables in your program.
138
138
139
139

140
140
@@ -159,10 +159,10 @@ For reference, let's include here the code that should be in the main tab of you
159
159
160
160
161
161
/*
162
-
Sketch generated by the Arduino IoT Cloud Thing "WeatherStation"
162
+
Sketch generated by the Arduino Cloud Thing "WeatherStation"
163
163
https://create.arduino.cc/cloud/things/XXXXXXX-XXXXX-XXXXX-XXXX <-- this code will be different for your program
164
164
165
-
Arduino IoT Cloud Properties description
165
+
Arduino Cloud Properties description
166
166
167
167
The following variables are automatically generated and updated when changes are made to the Thing properties
@@ -248,7 +248,7 @@ Once the code has been uploaded, hit the Serial Monitor icon. You will see how t
248
248
249
249
Change view to the Cloud by hitting the button at the right of the board drop-down list on the editor. Once in the Cloud view of your Arduino Create account, click on the *Dashboard* tab and you will see the information flowing in. By default the data is shown in large numbers inside different widgets on the window.
250
250
251
-

251
+

Copy file name to clipboardExpand all lines: content/software/ide-v2/tutorials/01.getting-started-ide-v2/ide-v2-autocomplete-feature.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,9 +129,9 @@ Note that you always need to select your board for autocompletion to work.
129
129
130
130
The Remote Sketchbook feature lets you sync sketches from your [Arduino Cloud](https://cloud.arduino.cc/) sketchbook with your local computer. To enable this feature, you will need to login to your Arduino Cloud account.
131
131
132
-
You can also create a new cloud sketch directly in the IDE.
132
+
You can also create a new Cloud sketch directly in the IDE.
133
133
134
-

134
+

135
135
136
136
***To learn more about the Remote Sketchbook feature, visit the [Synchronizing Sketches tutorial](/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync).***
0 commit comments