Skip to content

Commit 725c8bb

Browse files
Merge pull request #2132 from arduino/Pedromsousalima/Cloud/Using_web_editor_update
[MKC-1763] - Update "Arduino Web editor"
2 parents aa98421 + f88ebe1 commit 725c8bb

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
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.'
44
author: 'Liam Aljundi'
5-
tags: [Web Editor, Online Coding]
5+
tags: [Cloud Editor, Online Coding]
66
---
77

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

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

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

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

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

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

2222
### Using the online IDE
2323

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

26-
![The Arduino Web Editor](./assets/web-editor.png)
26+
![The Arduino Cloud Editor](./assets/web-editor.png)
2727

28-
The Arduino Web Editor’s interface is as follows:
28+
The Arduino Cloud Editor’s interface is as follows:
2929

3030
**1.** The **first column** lets you navigate between:
3131

@@ -54,4 +54,4 @@ Now that you are all set up, **let’s try to make your board blink!**
5454

5555
![On-board LED blinking](./assets/onboard-led-blinking.gif)
5656

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

0 commit comments

Comments
 (0)