Skip to content

Commit fb89d11

Browse files
committed
miscellaneous tutorials
1 parent 9d0416d commit fb89d11

File tree

27 files changed

+2878
-2878
lines changed

27 files changed

+2878
-2878
lines changed

content/hardware/_unlisted/old-datasheets/portenta-h7-full/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ All Arduino and Genuino boards, including this one, work out-of-the-box on the A
308308

309309
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.
310310

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.
313313

314314
### Sample Sketches
315315
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]**.

content/hardware/_unlisted/old-datasheets/portenta-h7-lite-connected/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ All Arduino and Genuino boards, including this one, work out-of-the-box on the A
292292

293293
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.
294294

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.
297297

298298
### Sample Sketches
299299
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]**.

content/hardware/_unlisted/old-datasheets/portenta-h7-lite/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ All Arduino and Genuino boards, including this one, work out-of-the-box on the A
254254

255255
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.
256256

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.
259259

260260
### Sample Sketches
261261
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]**.

content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md

Lines changed: 866 additions & 866 deletions
Large diffs are not rendered by default.

content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ An Integrated Development Environment (IDE) is a software that allows you to wri
1313

1414
## Arduino Tools
1515

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:
1717

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.
1919

2020
**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).
2121

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.

content/learn/01.starting-guide/03.the-arduino-web-editor/arduino-web-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Arduino Web Editor allows you to write code and upload sketches to any offic
99

1010
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.
1111

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.
1313

1414
All you need to get started is an Arduino account. The following steps can guide you to start using the Arduino Web Editor:
1515

@@ -38,7 +38,7 @@ The Arduino Web Editor’s interface is as follows:
3838

3939
**2.** The **second column** views the content of the chosen option.
4040

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.
4242

4343
Now that you are all set up, **let’s try to make your board blink!**
4444

content/learn/01.starting-guide/05.arduino-iot-cloud/arduino-iot-cloud.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
---
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.'
44
author: 'Liam Aljundi'
55
tags: [IoT Cloud, Create Agent]
66
---
77

8-
## Using the Arduino IoT Cloud
8+
## Using the Arduino Cloud
99

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.
1111

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.
1313

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:
1515

1616
**1.** Install the [Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome) plugin.
1717

1818
**2.** Check if you have a **cloud compatible board**. The picture below shows all official Arduino boards that are compatible.
1919

20-
![Arduino IoT Cloud compatible boards](./assets/iot-cloud-compatible-boards.png)
20+
![Arduino Cloud compatible boards](./assets/iot-cloud-compatible-boards.png)
2121

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.***
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.***
2323

2424
**3.** Create an Arduino account by [signing up to Arduino](https://login.arduino.cc/login).
2525

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/).
2727

28-
![Opening the Arduino IoT Cloud](./assets/accesscloud.png)
28+
![Opening the Arduino Cloud](./assets/accesscloud.png)
2929

3030
### Creating a Thing
3131

3232
**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.
3333

34-
![Arduino IoT Cloud’s interface](./assets/thingoverview.png)
34+
![Arduino Cloud’s interface](./assets/thingoverview.png)
3535

3636
**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.
3737

@@ -53,7 +53,7 @@ Additionally, each time we create a variable that has the **Interaction Mode** e
5353

5454
When we are happy with our sketch, we can **upload** it to our board, by clicking the upload button.
5555

56-
![Editing a sketch in the cloud editor](./assets/sketchoverview.png)
56+
![Editing a sketch in the Cloud editor](./assets/sketchoverview.png)
5757

5858
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**.
5959

@@ -66,7 +66,7 @@ Now that we have configured the device & network, created variables, completed t
6666

6767
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.
6868

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.
7070

7171
![Navigating to dashboards.](./assets/navigatedashboard.png)
7272

@@ -76,13 +76,13 @@ If we click on **Create new dashboard**, we enter a dashboard editor. Here, we c
7676

7777
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.
7878

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!
8080

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).
8282

8383
## Network Configuration
8484

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.***
8686

8787
If you are connected to your **school or university networks**, please provide your admin with the following instructions:
8888

@@ -96,7 +96,7 @@ If you are connected to your **school or university networks**, please provide y
9696

9797
**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**.
9898

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:
100100

101101
**For Windows users**
102102

content/retired/06.getting-started-guides/IoT Prime - Experiment 02/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The same script that was before printing text on the terminal, will now produce
9292

9393
![Figure 4: Serial Plotter from the offline Arduino IDE](assets/image0204.png)
9494

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.
9696

9797
### How Data can be Stored in Files from the Serial Port
9898

content/retired/06.getting-started-guides/IoT Prime - Experiment 04/content.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ In this project, the schematic is uber-simple, since we will only be using senso
8686

8787
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.
8888

89-
#### Go to the Arduino IoT Cloud icon
89+
#### Go to the Arduino Cloud icon
9090

9191
Go to <https://create.arduino.cc>, make sure you have created your account before moving on with this experiment.
9292

9393
![Figure 5: Arduino Create dashboard with the IoT icon highlighted](assets/image0405.png)
9494

95-
Once on the dashboard, select the Arduino IoT Cloud icon.
95+
Once on the dashboard, select the Arduino Cloud icon.
9696

97-
![Figure 6: Arduino IoT Cloud "Your Things" page](assets/image0406.png)
97+
![Figure 6: Arduino Cloud "Your Things" page](assets/image0406.png)
9898

9999
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).
100100

@@ -134,7 +134,7 @@ Once you have registered the Thing, the interface will offer you the possibility
134134

135135
#### Create the sketch
136136

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.
138138

139139
![Figure 13: Editor](assets/image0413.png)
140140

@@ -159,10 +159,10 @@ For reference, let's include here the code that should be in the main tab of you
159159
160160
161161
/*
162-
Sketch generated by the Arduino IoT Cloud Thing "WeatherStation"
162+
Sketch generated by the Arduino Cloud Thing "WeatherStation"
163163
https://create.arduino.cc/cloud/things/XXXXXXX-XXXXX-XXXXX-XXXX <-- this code will be different for your program
164164
165-
Arduino IoT Cloud Properties description
165+
Arduino Cloud Properties description
166166
167167
The following variables are automatically generated and updated when changes are made to the Thing properties
168168
@@ -187,7 +187,7 @@ void setup() {
187187
// Defined in thingProperties.h
188188
initProperties();
189189
190-
// Connect to Arduino IoT Cloud
190+
// Connect to Arduino Cloud
191191
ArduinoCloud.begin(ArduinoIoTPreferredConnection);
192192
193193
/*
@@ -248,7 +248,7 @@ Once the code has been uploaded, hit the Serial Monitor icon. You will see how t
248248

249249
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.
250250

251-
![Figure 20: Latest version of the data coming to the cloud](assets/img0420.png)
251+
![Figure 20: Latest version of the data coming to the Cloud](assets/img0420.png)
252252

253253
Finally, click on the graph icon as show next:
254254

content/software/ide-v2/tutorials/01.getting-started-ide-v2/ide-v2-autocomplete-feature.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ Note that you always need to select your board for autocompletion to work.
129129

130130
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.
131131

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.
133133

134-
![New cloud sketch](./assets/new-cloud.png)
134+
![New Cloud sketch](./assets/new-cloud.png)
135135

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

0 commit comments

Comments
 (0)