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/arduino-cloud/10.education/00.arduino-cloud-for-education/content.md
+13-9
Original file line number
Diff line number
Diff line change
@@ -60,23 +60,27 @@ The home page is more or less like a control panel where you can access all the
60
60
61
61
### Sidebar
62
62
63
-
The **Sidebar**on the left provides you quick access to all the important tools such as the Editor (through Sketches), IoT Cloud (through Devices, Things and Dashboards), Templates and even learning materials such as **Courses** and **Resources**. Let's take a closer look at these components and what they are.
63
+
The **Sidebar** on the left provides you quick access to all the important tools such as the Editor (through Sketches), IoT Cloud (through Devices, Things and Dashboards), Templates and even learning materials such as **Courses** and **Resources**. Let's take a closer look at these components and what they are.
64
64
65
-
-**Sketches** - These are the programs you or your students will create. Here you can access all sketches that you have created in the past or wish to create. Your Sketchbook will be stored in the Cloud and accessible from any device.
66
-
-**IoT Tools** - One of the core functionalities of the Cloud Platform is to enable you to build IoT projects that allows you to collect, analyze and monitor data from the environment.
65
+
-**Sketches** - These are the programs you or your students will create. Here you can access all sketches that you have created in the past or wish to createand access them from any device.
66
+
-**Devices, Things, Dashboards, Triggers** - these are the core functionalities of the Cloud Platform, enabling you to build IoT projects that allows you to collect, analyze and monitor data from the environment.
67
67
-**Resources, Courses & Templates** - These are learning materials and ready-made IoT projects to get you started with your educational kits or other Arduino hardware.
68
68
-**Integrations** - Integrate with third-party APIs and extend your projects functionality.
69
-
-**Plans** - Here you can track the usage of your free plans. You can always upgrade to a School Plan whenever you want. If you are curious, take a look at our [School Plans options](https://cloud.arduino.cc/#schools).
69
+
-**Plans Usage** - Here you can track the usage of your free plans. You can always upgrade to a School Plan whenever you want. If you are curious, take a look at our [School Plans options](https://cloud.arduino.cc/#schools).
70
70
71
71
***If you are new to the platform, make sure you try out the interactive walkthrough for a faster onboarding experience.***
72
72
73
73
## Cloud Editor
74
74
75
-
The [Arduino Cloud Editor](http://create.arduino.cc/editor) allows you to **write code** and **upload sketches** to any Arduino board after installing a [**simple plug-in**](https://create.arduino.cc/getting-started/plugin/welcome)**for your browser**. Your Sketchbook will be stored in the Cloud and accessible from any device. You can use this tool to create both basic and IoT sketches.
75
+
The [Arduino Cloud Editor](http://create.arduino.cc/editor) allows you to **write code** and **upload sketches** to any Arduino board after installing a [**simple plug-in**](https://create.arduino.cc/getting-started/plugin/welcome)**for your browser**. Your sketches will be stored in the Cloud and accessible from any device. You can use this tool to create both basic and IoT sketches.
76
76
77
77

78
78
79
-
You can import your Sketchbook via a .zip file. The Cloud Editor is part of Arduino Cloud, that simplifies a project by bringing all the different tools you need together in one place. This is a complementary solution for schools or institutions that don't want to install [Arduino IDE](https://www.arduino.cc/en/software) to program their devices.
79
+
You can **download** your sketch via a .zip file or sort your sketches into **folders**.
80
+
81
+

82
+
83
+
The Cloud Editor is part of Arduino Cloud, that simplifies a project by bringing all the different tools you need together in one place. This is a complementary solution for schools or institutions that don't want to install [Arduino IDE](https://www.arduino.cc/en/software) to program their devices.
80
84
81
85
***Interested in getting started? Get to know more about Arduino Cloud Editor by [visiting this link](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor).***
82
86
@@ -105,8 +109,8 @@ Each Thing is represented by a collection of properties, such as
105
109
-**Variables** - they are very similar to the variables we create in a regular sketch where they are used to retrieve and store information.
106
110
-**Associated device** - The device that is used to collect data from the real world.
107
111
-**Network Credentials** - Contains information about Wi-Fi® name and password
108
-
-**Sketch** - A lite version of the Web Editor which is actually a preview of a sketch saved on the Web Editor.
109
-
-**Metadata** - such as tags, timezone and Thing ID.
112
+
-**Sketch** - access to the editor to edit or preview a sketch saved in the Cloud.
113
+
-**Metadata** - such as tags, time zone and Thing ID.
110
114
111
115
Read more about Things [here](https://docs.arduino.cc/arduino-cloud/cloud-interface/things).
112
116
@@ -188,7 +192,7 @@ You can find a full list of tutorials on the [Arduino Cloud documentation page](
188
192
189
193
If you are a enthusiast and would like to explore more about our Cloud platform, here are some documentation on all the important elements you can familiarize yourself with:
0 commit comments