Skip to content

Commit 5b373ce

Browse files
committed
Update content.md
1 parent 7ad5931 commit 5b373ce

File tree

1 file changed

+10
-21
lines changed
  • content/arduino-cloud/10.education/09.arduino-cloud-for-education

1 file changed

+10
-21
lines changed

content/arduino-cloud/10.education/09.arduino-cloud-for-education/content.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Getting started with Arduino Cloud for Education'
33
description: 'Get a general overview of Arduino Cloud for Education and its features.'
44
difficulty: intermediate
55
tags:
6-
- IoT Cloud
6+
- Cloud
77
- Education
88
- RBAC
99
author: 'Gaia Castronovo'
@@ -156,7 +156,7 @@ On the left menu bar in https://cloud.arduino.cc/home/ are listed the Cloud apps
156156
| Arduino Cloud Apps | Free Plan | School Plan |
157157
| :----------------: | :-------: | :---------: |
158158
| Web Editor | x | x |
159-
| IoT Cloud | x | x |
159+
| Cloud | x | x |
160160
| Triggers | | x |
161161

162162

@@ -179,7 +179,7 @@ You can import your Sketchbook via a .zip file. Arduino Web Editor is part of Ar
179179

180180
If you want to know more about Arduino Web Editor [visit this link](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor).
181181

182-
A **lite version of the Web Editor** is included in the Arduino IoT Cloud, under `Things > Sketch`, which is actually a preview of a sketch saved on the Web Editor.
182+
A **lite version of the Web Editor** is included in the Arduino Cloud, under `Things > Sketch`, which is actually a preview of a sketch saved on the Web Editor.
183183

184184
![Arduino IoT Cloud lite Editor](assets/gs-thing-editor.png)
185185

@@ -190,21 +190,21 @@ You can check how many times you have left to verify and upload your program fro
190190
![Feature usage menu](assets/features-usage.png)
191191

192192

193-
### What is Arduino IoT Cloud?
193+
### What is Arduino Cloud?
194194

195-
Arduino IoT Cloud is an easy-to-use Internet of Things application platform. Arduino IoT Cloud makes the creation of connected objects quick, simple, and secure. You can connect multiple devices and allow them to exchange real-time data. You can also monitor them from anywhere using a simple user interface. It is integrated into your Arduino Cloud Space.
195+
Arduino Cloud is an easy-to-use Internet of Things application platform. Arduino IoT Cloud makes the creation of connected objects quick, simple, and secure. You can connect multiple devices and allow them to exchange real-time data. You can also monitor them from anywhere using a simple user interface. It is integrated into your Arduino Cloud Space.
196196

197197
***
198198

199199
## IoT Projects Management
200200

201201
In your IoT projects with Arduino you will need **three elements**:
202202

203-
1. The [**Arduino IoT Cloud**](https://docs.arduino.cc/arduino-cloud/guides/overview)
203+
1. The [**Arduino Cloud**](https://docs.arduino.cc/arduino-cloud/guides/overview)
204204
2. The [**Arduino Create Agent**](https://create.arduino.cc/getting-started/plugin/welcome) the middle man between Arduino’s Web Editor, Arduino IoT Cloud and your computer. It allows you to use the browser to edit and deploy sketches to your Arduino board.
205205
3. **A device** of your choice.
206206

207-
### Setup a Device in Arduino IoT Cloud
207+
### Setup a Device in Arduino Cloud
208208

209209
The Arduino IoT Cloud is compatible with multiple Arduino boards or devices based on the ESP32 / ESP8266 microcontrollers. The Arduino IoT Cloud currently supports devices connected via Wi-Fi®, Ethernet, LoRaWAN® (via The Things Network), and cellular connectivity. You can check the [full list of compatible hardware here](https://support.arduino.cc/hc/en-us/articles/360016077320-What-devices-can-be-used-with-Arduino-IoT-Cloud-).
210210

@@ -244,17 +244,6 @@ If you want to explore more on how Things work, check [here](https://docs.arduin
244244

245245
***With a Free Plan you can only connect two Things with the IoT Cloud at a time. With a School Plan, each member you've included in your plan can connect up to five Things to a Device.***
246246

247-
The image below highlights the important elements that we will use frequently. Each number is explained below the image.
248-
249-
![Thing tab Overview](assets/edu-tutorial-thing-overview.png)
250-
251-
1. **Name of thing:** By clicking on "Untitled", we can rename our thing to anything we like.
252-
2. **Navigation menu:** This helps to navigate between Things, Dashboards and Devices.
253-
3. **Thing tab:** There are two different tabs: **Setup**, **Sketch** and **Metadata**. The setup is the current view, while the sketch works as the Arduino IDE, where the Serial Monitor is detachable.
254-
4. **Variables:** By clicking the **Add variable** button, we can create variables that will be incorporated in a sketch later on. These variables can then be linked to a dashboard.
255-
5. **Device configuration:** To associate our Thing with a device, detach or change it.
256-
6. **Network configuration:** Here, we will enter the name and password of our Wi-Fi® network, which will be necessary to communicate with the IoT Cloud.
257-
258247
### Filter your Things or Devices
259248

260249
You can search and filter among your Things/Devices by going to **Things** or **Devices** tab in [Arduino IoT Cloud](https://app.arduino.cc/devices).
@@ -273,7 +262,7 @@ You can go back to the Things tab and start filtering your Things according to t
273262

274263
### Variables
275264

276-
In order to retrieve and store information we need to create Variables in the Arduino IoT Cloud, they are very similar to the variables we create in a regular sketch.
265+
In order to retrieve and store information we need to create Variables in the Arduino Cloud, they are very similar to the variables we create in a regular sketch.
277266

278267
![Variables associated to a Thing](assets/variable.png)
279268

@@ -285,7 +274,7 @@ To learn more about the different types of variables, go to [this tutorial](http
285274

286275
### Dashboards
287276

288-
Dashboards are used to visualize real-time data and to enable direct interaction with the board through the IoT Cloud. Go to `Dashboard` and click the green button `Create`. We'll link `Variables` we've created before to a *Widget*.
277+
Dashboards are used to visualize real-time data and to enable direct interaction with the board through the Cloud. Go to `Dashboard` and click the green button `Create`. We'll link `Variables` we've created before to a *Widget*.
289278

290279
***With a Free Plan is not possible to share your Dashboard with other users. If you want to unlock this function, you'll need to upgrade to a [School Plan](https://digital-store.arduino.cc/education/purchase).***
291280

@@ -403,5 +392,5 @@ Arduino IoT Cloud Remote app allows you to monitor your dashboards anywhere, any
403392

404393
## Arduino Cloud Tutorials
405394

406-
You can find a full list of tutorials on the [Arduino IoT Cloud documentation page](https://docs.arduino.cc/arduino-cloud/).
395+
You can find a full list of tutorials on the [Arduino Cloud documentation page](https://docs.arduino.cc/arduino-cloud/).
407396

0 commit comments

Comments
 (0)