|
1 | 1 | ---
|
2 |
| -title: 'Using the Arduino Web Editor' |
3 |
| -description: 'The Arduino Web Editor allows you to write code and upload sketches to any official Arduino board from your web browser.' |
| 2 | +title: 'Using the Arduino Cloud Editor' |
| 3 | +description: 'The Arduino Cloud Editor allows you to write code and upload sketches to any official Arduino board from your web browser.' |
4 | 4 | author: 'Liam Aljundi'
|
5 |
| -tags: [Web Editor, Online Coding] |
| 5 | +tags: [Cloud Editor, Online Coding] |
6 | 6 | ---
|
7 | 7 |
|
8 |
| -The Arduino Web Editor allows you to write code and upload sketches to any official Arduino board directly from your web browser (Chrome, Firefox, Safari and Edge). However, we recommend you use Google Chrome. |
| 8 | +The Arduino Cloud Editor allows you to write code and upload sketches to any official Arduino board directly from your web browser (Chrome, Firefox, Safari and Edge). However, we recommend you use Google Chrome. |
9 | 9 |
|
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. |
| 10 | +This IDE (Integrated Development Environment) is part of [Arduino Cloud](https://app.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 Cloud 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 Cloud 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 |
| -All you need to get started is an Arduino account. The following steps can guide you to start using the Arduino Web Editor: |
| 14 | +All you need to get started is an Arduino account. The following steps can guide you to start using the Arduino Cloud Editor: |
15 | 15 |
|
16 | 16 | **1.** [Install the Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome) plugin.
|
17 | 17 |
|
18 | 18 | **2.** [Create a new Arduino Account at this link](https://login.arduino.cc/login). Complete the registration form, then hit the "create account" button. Then you will receive an email with a link to activate your account. Select the link and a new page will open with your confirmed account information.
|
19 | 19 |
|
20 |
| -**3.** [Log in the Arduino Web Editor](http://create.arduino.cc/editor). |
| 20 | +**3.** [Log in the Arduino Cloud Editor](http://create.arduino.cc/editor). |
21 | 21 |
|
22 | 22 | ### Using the online IDE
|
23 | 23 |
|
24 |
| -After logging in, you are ready to start using the Arduino Web Editor. The web app is divided into three main columns. |
| 24 | +After logging in, you are ready to start using the Arduino Cloud Editor. The web app is divided into three main columns. |
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 |
| -The Arduino Web Editor’s interface is as follows: |
| 28 | +The Arduino Cloud Editor’s interface is as follows: |
29 | 29 |
|
30 | 30 | **1.** The **first column** lets you navigate between:
|
31 | 31 |
|
@@ -54,4 +54,4 @@ Now that you are all set up, **let’s try to make your board blink!**
|
54 | 54 |
|
55 | 55 | 
|
56 | 56 |
|
57 |
| -**Congratulations!** You have successfully programmed your board to blink its on-board LED! You can find more information about the [Arduino Web Editor here](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a). |
| 57 | +**Congratulations!** You have successfully programmed your board to blink its on-board LED! You can find more information about the [Arduino Cloud Editor here](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a). |
0 commit comments