Skip to content

Commit d8bc3bd

Browse files
authored
Merge pull request #1979 from arduino/g-castronovo/update-web-editor-info
small updates regarding the new Cloud Editor
2 parents f7f9ba1 + d7e8cdc commit d8bc3bd

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed
Loading

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

+13-9
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,27 @@ The home page is more or less like a control panel where you can access all the
6060

6161
### Sidebar
6262

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

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 create and 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.
6767
- **Resources, Courses & Templates** - These are learning materials and ready-made IoT projects to get you started with your educational kits or other Arduino hardware.
6868
- **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).
7070

7171
***If you are new to the platform, make sure you try out the interactive walkthrough for a faster onboarding experience.***
7272

7373
## Cloud Editor
7474

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

7777
![Cloud Editor](assets/cloud-editor.png)
7878

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+
![Download sketch from Cloud Editor](assets/download-sketch.png)
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.
8084

8185
***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).***
8286

@@ -105,8 +109,8 @@ Each Thing is represented by a collection of properties, such as
105109
- **Variables** - they are very similar to the variables we create in a regular sketch where they are used to retrieve and store information.
106110
- **Associated device** - The device that is used to collect data from the real world.
107111
- **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.
110114

111115
Read more about Things [here](https://docs.arduino.cc/arduino-cloud/cloud-interface/things).
112116

@@ -188,7 +192,7 @@ You can find a full list of tutorials on the [Arduino Cloud documentation page](
188192

189193
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:
190194

191-
- [ Sketches ](https://docs.arduino.cc/arduino-cloud/cloud-interface/sketches/)
195+
- [Sketches](https://docs.arduino.cc/arduino-cloud/cloud-interface/sketches/)
192196
- [Arduino Cloud Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor)
193197
- [Cloud Variables](https://docs.arduino.cc/arduino-cloud/cloud-interface/variables/)
194198
- [Dashboards & Widgets](https://docs.arduino.cc/arduino-cloud/cloud-interface/dashboard-widgets)

0 commit comments

Comments
 (0)