diff --git a/content/arduino-cloud/04.cloud-editor/embedding-create-iframes/embedding-create-iframes.md b/content/arduino-cloud/04.cloud-editor/embedding-create-iframes/embedding-create-iframes.md index 11d20abe6d..6ce53edd18 100644 --- a/content/arduino-cloud/04.cloud-editor/embedding-create-iframes/embedding-create-iframes.md +++ b/content/arduino-cloud/04.cloud-editor/embedding-create-iframes/embedding-create-iframes.md @@ -4,13 +4,13 @@ description: 'Learn about different methods when embedding your sketches in a we author: 'Karl Söderby' --- -The Cloud Editor is a great tool for creating and uploading programs while also collecting all of your sketches in one place. Another great feature is embedding them as iframes, such as articles, blogposts or journals. +The Web Editor is a great tool for creating and uploading programs while also collecting all of your sketches in one place. Another great feature is embedding them as iframes, such as articles, blogposts or journals. -To embed an iframe is very easy, and we just need to copy and paste a link from our sketch in the Cloud Editor. But we can also do a series of modifications to that iframe, and in this tutorial we will take a look at how to do that. +To embed an iframe is very easy, and we just need to copy and paste a link from our sketch in the Web Editor. But we can also do a series of modifications to that iframe, and in this tutorial we will take a look at how to do that. ## Let's start -First of all, we need to navigate to the [Cloud Editor](https://create.arduino.cc/editor). If we do not have an account, we can register one with just a few simple steps. +First of all, we need to navigate to the [Web Editor](https://create.arduino.cc/editor). If we do not have an account, we can register one with just a few simple steps. Then, we need to have a code. In this tutorial, we are just going to use the good old **blink** example. When we have our sketch ready, click on the **share** button next to the port selection tool. This will open up a new window, that will have two fields: **link** and **iframe**. Copy the iframe field. @@ -104,9 +104,9 @@ And then using the class `arduino-sketch-iframe` in your HTML element. ## Summary -There are several cool ways of working with iframes from the Cloud Editor, and it is a really easy process that requires very little coding. +There are several cool ways of working with iframes from the Web Editor, and it is a really easy process that requires very little coding. -The Cloud Editor helps you keep track on all of your sketches, and with the iframes, including your projects on other pages has never been easier. +The Web Editor helps you keep track on all of your sketches, and with the iframes, including your projects on other pages has never been easier. ### More tutorials diff --git a/content/arduino-cloud/04.cloud-editor/import-your-sketchbook-and-libraries-to-the-web-editor/import-your-sketchbook-and-libraries-to-the-web-editor.md b/content/arduino-cloud/04.cloud-editor/import-your-sketchbook-and-libraries-to-the-web-editor/import-your-sketchbook-and-libraries-to-the-web-editor.md index 6c4c3c6202..0db2599dbb 100644 --- a/content/arduino-cloud/04.cloud-editor/import-your-sketchbook-and-libraries-to-the-web-editor/import-your-sketchbook-and-libraries-to-the-web-editor.md +++ b/content/arduino-cloud/04.cloud-editor/import-your-sketchbook-and-libraries-to-the-web-editor/import-your-sketchbook-and-libraries-to-the-web-editor.md @@ -1,17 +1,17 @@ --- -title: 'Importing files to the Cloud Editor' -description: 'Learn how to import your local sketchbook and custom libraries to the Cloud Editor.' +title: 'Importing files to the Web Editor' +description: 'Learn how to import your local sketchbook and custom libraries to the Web Editor.' --- -## Import Your Sketchbook and Libraries to the Cloud Editor +## Import Your Sketchbook and Libraries to the Web Editor -Are you sticking to the desktop Arduino IDE because all your work is saved locally? That’s no longer a problem! Our brand new import tool enables you to upload your entire sketchbook with just a few clicks on the [Arduino Cloud Editor](https://create.arduino.cc/editor). It is particularly handy because it lets you **move all your sketches and libraries to the Cloud** in a single flow. +Are you sticking to the desktop Arduino IDE because all your work is saved locally? That’s no longer a problem! Our brand new import tool enables you to upload your entire sketchbook with just a few clicks on the [Arduino Web Editor](https://create.arduino.cc/editor). It is particularly handy because it lets you **move all your sketches and libraries to the Cloud** in a single flow. Once your sketchbook is online it will be available on any device and backed up. ![import_sketch_and_library_gif_1](assets/import_sketch_and_library_gif_1.gif) -What can you import to the [Cloud Editor](https://create.arduino.cc/editor)? +What can you import to the [Web Editor](https://create.arduino.cc/editor)? * Single sketches in `.ino`, `.pde` and `.zip` format. @@ -19,7 +19,7 @@ What can you import to the [Cloud Editor](https://create.arduino.cc/editor)? * Zipped folders containing sketches and libraries. Make sure your libraries are in a folder called `‘libraries’`. Be sure not to mix sketches and libraries in the same folder. -But let’s import your whole sketchbook in a few clicks, so you will be all set up to start using the Arduino Cloud Editor. +But let’s import your whole sketchbook in a few clicks, so you will be all set up to start using the Arduino Web Editor. ### 1. Find your sketchbook @@ -36,7 +36,7 @@ Make a `.zip` pack of your sketchbook, you should obtain a file called *Arduino. ### 3. Import your sketchbook to the Cloud -Go to [create.arduino.cc/editor](https://create.arduino.cc/editor). For some general information on how to get started on the Cloud Editor see [this tutorial](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a?ref=platform&ref_id=424_trending___&offset=0). When you are logged in and ready, hit the import button on the sketchbook panel. A popup with some instructions on how to import files into the Cloud Editor will be displayed. Press `“Import”` to continue. +Go to [create.arduino.cc/editor](https://create.arduino.cc/editor). For some general information on how to get started on the Web Editor see [this tutorial](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a?ref=platform&ref_id=424_trending___&offset=0). When you are logged in and ready, hit the import button on the sketchbook panel. A popup with some instructions on how to import files into the Web Editor will be displayed. Press `“Import”` to continue. ![import_sketch_and_library_img_3](assets/import_sketch_and_library_img_3.jpg) ![import_sketch_and_library_img_4](assets/import_sketch_and_library_img_4.png) @@ -78,7 +78,7 @@ If you want to import multiple custom libraries at once you can do so by creatin ![import_sketch_and_library_img_9](assets/import_sketch_and_library_img_9.jpg) -Please note that **all the libraries that you have added via the Library Manager on the desktop IDE will be already available on the Cloud Editor without having to do anything**. If you want to see their related examples or select a specific version, look for them on the online Library Manager. +Please note that **all the libraries that you have added via the Library Manager on the desktop IDE will be already available on the Web Editor without having to do anything**. If you want to see their related examples or select a specific version, look for them on the online Library Manager. More info on the online Library Manager [on this tutorial](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a?ref=platform&ref_id=424_trending___&offset=0#toc-libraries-and-the-arduino-web-editor). diff --git a/content/arduino-cloud/04.cloud-editor/share-your-sketches/share-your-sketches.md b/content/arduino-cloud/04.cloud-editor/share-your-sketches/share-your-sketches.md index 8fcb13a7e3..65885a47d8 100644 --- a/content/arduino-cloud/04.cloud-editor/share-your-sketches/share-your-sketches.md +++ b/content/arduino-cloud/04.cloud-editor/share-your-sketches/share-your-sketches.md @@ -1,13 +1,13 @@ --- -title: 'Share Your Sketches on the Arduino Cloud Editor' +title: 'Share Your Sketches on the Arduino Web Editor' description: 'Learn about different methods you can use to share your Arduino sketches with others.' --- -## Share Your Sketches on the Arduino Cloud Editor +## Share Your Sketches on the Arduino Web Editor -The [Arduino Cloud Editor](https://create.arduino.cc/editor) is the online IDE developed by the Arduino team, this web app is part of the [Arduino Cloud platform](https://cloud.arduino.cc/home/). If you are new to it you can learn all about it on this [Getting Started tutorial](/arduino-cloud/getting-started/getting-started-web-editor). +The [Arduino Web Editor](https://create.arduino.cc/editor) is the online IDE developed by the Arduino team, this web app is part of the [Arduino Cloud platform](https://cloud.arduino.cc/home/). If you are new to it you can learn all about it on this [Getting Started tutorial](/arduino-cloud/getting-started/getting-started-web-editor). -The Arduino sketch is the unit that can include everything you need to bring an idea to life. With the **Share feature** of the Cloud Editor you can simply give someone access to your sketches just by sending them a URL, or by embedding the sketch into a webpage or in a Project Hub tutorial. +The Arduino sketch is the unit that can include everything you need to bring an idea to life. With the **Share feature** of the Web Editor you can simply give someone access to your sketches just by sending them a URL, or by embedding the sketch into a webpage or in a Project Hub tutorial. When someone [shares a sketch with you](https://create.arduino.cc/editor/Arduino_Genuino/a5cf7fad-0802-49b6-81ce-2a5bf41bed5d/preview), you’ll have access both to the code, the layout for the electronics, and the full tutorial (when available). This will allow you to have all the necessary information to build on top of the original project, making it your own. Keep on reading and discover how to do it! @@ -15,9 +15,9 @@ When someone [shares a sketch with you](https://create.arduino.cc/editor/Arduino * If you don’t have one yet, create your brand new Arduino account [here](https://id.arduino.cc/auth/signup). -* Log in to Arduino Cloud Editor [here](https://create.arduino.cc/editor/). +* Log in on Arduino the Web Editor [here](https://create.arduino.cc/editor/). -* Once you are successfully logged in the Cloud Editor, hit the ‘New Sketch’ button and code on +* Once you are successfully logged in the Web Editor, hit the ‘New Sketch’ button and code on * When done with writing your sketch, click the **‘Share’** button on the toolbar in the editor area. Press **'Copy Link'** and you can now share your Arduino code with the rest of the world! @@ -34,12 +34,12 @@ Embed your sketch and share it on Project Hub is super easy! Simply create a new ![sharing_sketches_img_3](assets/sharing_sketches_img_3.jpg) -Once you are done with the Story and the previous fields go to the Software tab. In the ‘Code’ section, click on **‘Link to the Arduino Cloud Editor’** or **‘Link Existing Repository’**. +Once you are done with the Story and the previous fields go to the Software tab. In the ‘Code’ section, click on **‘Link to the Arduino Web Editor’** or **‘Link Existing Repository’**. ![sharing_sketches_img_4](assets/sharing_sketches_img_4.jpg) ![sharing_sketches_img_5](assets/sharing_sketches_img_5.jpg) -Give your sketch a title, add some comments and finally copy here the sketch public URL you got previously on the Cloud Editor. That’s it! Your sketch is now available here and it will always be up-to-date with your latest edits. It will look like this on your tutorial page: +Give your sketch a title, add some comments and finally copy here the sketch public URL you got previously on the Web Editor. That’s it! Your sketch is now available here and it will always be up-to-date with your latest edits. It will look like this on your tutorial page: ![sharing_sketches_img_6](assets/sharing_sketches_img_6.jpg) @@ -47,9 +47,9 @@ Give your sketch a title, add some comments and finally copy here the sketch pub ![sharing_sketches_img_7](assets/sharing_sketches_img_7.jpg) -In the [Arduino Cloud Editor](https://create.arduino.cc/editor) hit the **‘Share’** button, a popup window will be displayed. Click **‘Copy link’** to copy your sketch’s public URL on your clipboard. When you paste this URL in a new tab of your browser you will see a preview of your sketch. You won't even need to be logged in with an Arduino account, so anybody can access it. +In the [Arduino Web Editor](https://create.arduino.cc/editor) hit the **‘Share’** button, a popup window will be displayed. Click **‘Copy link’** to copy your sketch’s public URL on your clipboard. When you paste this URL in a new tab of your browser you will see a preview of your sketch. You won't even need to be logged in with an Arduino account, so anybody can access it. -The people you shared you sketch with can now download it or add it to their sketchbook (after having signed up to the Arduino Cloud Editor of course). If you have embedded [your sketch](https://create.arduino.cc/editor/Arduino_Genuino/a5cf7fad-0802-49b6-81ce-2a5bf41bed5d/preview) in a Project Hub tutorial you will see the ‘Open Tutorial’ button displayed to this page as well. +The people you shared you sketch with can now download it or add it to their sketchbook (after having signed up to the Arduino Web Editor of course). If you have embedded [your sketch](https://create.arduino.cc/editor/Arduino_Genuino/a5cf7fad-0802-49b6-81ce-2a5bf41bed5d/preview) in a Project Hub tutorial you will see the ‘Open Tutorial’ button displayed to this page as well. When you share a sketch with all these supporting contents (layout, schematics, tutorial...) with a friend, a colleague or in your classroom, they will have everything needed to build up from your idea and make it their own! @@ -63,7 +63,7 @@ In the same Share popup window you can also copy your project’s related iFrame ## Always Up-To-Date! -Now your code is ready to be shared across a variety of platforms! Do you know what’s cool about this feature? Now that your sketch is on the Cloud (literally!) once edited on the Cloud Editor, it will be also updated across all the places where you have embedded it! +Now your code is ready to be shared across a variety of platforms! Do you know what’s cool about this feature? Now that your sketch is on the Cloud (literally!) once edited on the Web Editor, it will be also updated across all the places where you have embedded it! ### More tutorials diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md index ae07a695a3..1afec89595 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/datasheet/datasheet.md @@ -357,11 +357,11 @@ For powering e.g. servo motors, always use an external power supply. If you want to program your UNO R4 WiFi while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the UNO R4 WiFi to your computer, you will need a Type-C® USB cable, which can also provide power to the board, as indicated by the LED (DL1). -### Getting Started - Arduino Cloud Editor +### Getting Started - Arduino Web Editor -All Arduino boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. +All Arduino boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. -The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud @@ -852,11 +852,11 @@ R7FA4M1AB3CFM#AA0微控制器上的GPIO可安全处理高达8mA的电流。切 如果您想在离线状态下对UNO R4 WiFi进行编程,则需要安装Arduino® Desktop IDE **[1]**。要将UNO R4 WiFi连接到计算机,您需要使用Type-C® USB电缆,该电缆还可为开发板供电,LED 指示灯 (DL1) 即可显示。 -### 入门 - Arduino Cloud Editor +### 入门 - Arduino Web Editor -只需安装一个简单的插件,包括本板在内的所有Arduino板都能在Arduino® Cloud Editor **[2]**上即插即用。 +只需安装一个简单的插件,包括本板在内的所有Arduino板都能在Arduino® Web Editor **[2]**上即插即用。 -Arduino Cloud Editor是在线托管的,因此它总是与最新的功能和对所有板的支持保持同步。按照 **[3]** 开始在浏览器上编码,并将草图上传到开发板上。 +Arduino Web Editor是在线托管的,因此它总是与最新的功能和对所有板的支持保持同步。按照 **[3]** 开始在浏览器上编码,并将草图上传到开发板上。 ### 入门 - Arduino Cloud diff --git a/content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md b/content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md index a4a884f939..4b8a357723 100644 --- a/content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md +++ b/content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md @@ -966,7 +966,7 @@ Arduino S.r.l. 特此声明,本产品符合 201453/EU 指令的基本要求和 | ---------------------------- | ----------------------------------------------------------------------------------------------- | | Arduino IDE (Desktop) | | | Arduino Cloud Editor | | -| Cloud Cloud Editor - 入门指南 | | +| Cloud Web Editor - 入门指南 | | | Arduino Project Hub | | | 库参考 | | | 在线商店 | | diff --git a/content/hardware/03.nano/boards/nano-matter/datasheets/datasheet.md b/content/hardware/03.nano/boards/nano-matter/datasheets/datasheet.md index 6faecae434..43c1f14825 100644 --- a/content/hardware/03.nano/boards/nano-matter/datasheets/datasheet.md +++ b/content/hardware/03.nano/boards/nano-matter/datasheets/datasheet.md @@ -170,7 +170,7 @@ A detailed figure below illustrates the power options available on the Nano Matt If you want to program your Nano Matter offline, install the Arduino Desktop IDE **[1]**. To connect the Nano Matter to your computer, you will need a USB-C® cable. -### Getting Started - Arduino Cloud Editor +### Getting Started - Arduino Web Editor All Arduino devices work out of the box on the Arduino CLoud Editor **[2]** by installing a simple plugin. The Arduino Cloud Editor is hosted online. Therefore, it will always be up-to-date with all the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device. diff --git a/content/hardware/04.pro/boards/portenta-c33/datasheets/datasheet.md b/content/hardware/04.pro/boards/portenta-c33/datasheets/datasheet.md index e72c2b3d98..36e7f15bf8 100644 --- a/content/hardware/04.pro/boards/portenta-c33/datasheets/datasheet.md +++ b/content/hardware/04.pro/boards/portenta-c33/datasheets/datasheet.md @@ -477,11 +477,11 @@ Figure 4 shows the power options available on the Portenta C33 and illustrates t If you want to program your Portenta C33 while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the Portenta C33 to your computer, you will need a USB-C® cable. -### Getting Started - Arduino Cloud Editor +### Getting Started - Arduino Web Editor -All Arduino® devices work out-of-the-box on the Arduino® Cloud Editor **[2]** by just installing a simple plugin. +All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device. ### Getting Started - Arduino Cloud diff --git a/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md b/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md index 36c66c1d76..8a7aa56d15 100644 --- a/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md +++ b/content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md @@ -414,11 +414,11 @@ Power management is mainly performed by the BD71847AMWV IC (U1). If you want to program your Arduino® Portenta X8 while offline you need to install the Arduino® Desktop IDE **[1]** To connect the Arduino® Edge control to your computer, you’ll need a USB Type-C cable. This also provides power to the board, as indicated by the LED. -### Getting Started - Arduino Cloud Editor +### Getting Started - Arduino Web Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud diff --git a/content/hardware/04.pro/carriers/portenta-breakout/datasheet/datasheet.md b/content/hardware/04.pro/carriers/portenta-breakout/datasheet/datasheet.md index b107bb745e..37900fc8a4 100644 --- a/content/hardware/04.pro/carriers/portenta-breakout/datasheet/datasheet.md +++ b/content/hardware/04.pro/carriers/portenta-breakout/datasheet/datasheet.md @@ -142,10 +142,10 @@ To **allow** compatibility with the **Arduino Portenta X8** it is needed to cut ### Getting Started - IDE If you want to program your Portenta H7 with the Breakout Board while offline you need to install the Arduino Desktop IDE **[1]**. To connect your Portenta H7 with the Portenta Breakout Board to your computer, you will need a Type-C USB cable. This also provides power to both the Portenta H7 as well as the Portenta Breakout Board. Alternatively, in order to provide power to the USB connectors and the 5V pins, a 5V source must be applied to J8. This will also provide power to the Portenta H7. -### Getting Started - Arduino Cloud Editor -All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor **[2]**, by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor **[2]**, by just installing a simple plugin. -The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud All Arduino IoT-enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business. diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/datasheet/datasheet.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/datasheet/datasheet.md index 4ef5accf4c..cba3ebfa06 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/datasheet/datasheet.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/datasheet/datasheet.md @@ -777,11 +777,11 @@ Upon positioning the _BTSEL_ switch to the _ON_ state, the Portenta X8 is config

If you want to program your Portenta Hat Carrier offline, you'll need to install the Arduino Desktop IDE [1]. To connect your Portenta family board with the Portenta Hat Carrier to your computer, a USB-C® cable is required.

-### Getting Started - Arduino Cloud Editor +### Getting Started - Arduino Web Editor -All Arduino devices work out-of-the-box with the Arduino Cloud Editor [2] after installing a straightforward plugin. +All Arduino devices work out-of-the-box with the Arduino Web Editor [2] after installing a straightforward plugin. -

Being hosted online ensures that the Arduino Cloud Editor remains up-to-date, boasting the latest features and comprehensive support for all boards and devices. To begin coding in the browser and uploading your sketches to your device, follow the instructions here [3].

+

Being hosted online ensures that the Arduino Web Editor remains up-to-date, boasting the latest features and comprehensive support for all boards and devices. To begin coding in the browser and uploading your sketches to your device, follow the instructions here [3].

### Getting Started - Arduino Cloud diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/datasheet/datasheet.md b/content/hardware/04.pro/carriers/portenta-max-carrier/datasheet/datasheet.md index b58785fc35..31d0dbc663 100644 --- a/content/hardware/04.pro/carriers/portenta-max-carrier/datasheet/datasheet.md +++ b/content/hardware/04.pro/carriers/portenta-max-carrier/datasheet/datasheet.md @@ -491,7 +491,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | -------------------------------- | ------------------------------------------------------------------------------- | | Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software | | Arduino IDE (Cloud) | https://create.arduino.cc/editor | -| Cloud Cloud Editor Getting Started | https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-getting-started | +| Cloud Web Editor Getting Started | https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-getting-started | | Arduino Pro Website | https://www.arduino.cc/pro | | Library Reference | https://www.arduino.cc/reference/en/ | | Online Store | https://store.arduino.cc/ | diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/datasheet/datasheet.md b/content/hardware/04.pro/shields/portenta-vision-shield/datasheet/datasheet.md index d992b967db..e1c2a26b0e 100644 --- a/content/hardware/04.pro/shields/portenta-vision-shield/datasheet/datasheet.md +++ b/content/hardware/04.pro/shields/portenta-vision-shield/datasheet/datasheet.md @@ -150,11 +150,11 @@ The Portenta Vision Shield and Portenta H7 are supported under OpenMV. In order If you want to program your Arduino board while offline you need to install the Arduino Desktop IDE **[3]**. To connect the board to your computer, you will need a USB cable. This also provides power to the board, as indicated by the LED. -### Getting Started – Arduino Cloud Editor (Create) +### Getting Started – Arduino Web Editor (Create) -All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Cloud Editor **[4]** by just installing a simple plugin. +All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Web Editor **[4]** by just installing a simple plugin. -The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[5]** to start coding on the browser and upload your sketches onto your board. +The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[5]** to start coding on the browser and upload your sketches onto your board. ### Getting Started – Arduino Cloud diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev1/datasheet.md b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev1/datasheet.md index 5c8c97c8b4..ec2ee5b548 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev1/datasheet.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev1/datasheet.md @@ -207,10 +207,10 @@ The board can be powered via solar panels and/or SLA batteries. ### Getting Started - IDE If you want to program your Arduino® Edge Control while offline you need to install the Arduino® Desktop IDE **[1]** To connect the Arduino® Edge control to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED. -### Getting Started - Arduino Cloud Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud All Arduino® IoT enabled products are supported on Arduino® IoT Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business. diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev2/datasheet.md b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev2/datasheet.md index 61837e47b7..b9a5ed7413 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev2/datasheet.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/datasheets/rev2/datasheet.md @@ -258,10 +258,10 @@ The board can be powered via solar panels and/or SLA batteries. ### Getting Started - IDE If you want to program your Arduino® Edge Control while offline you need to install the Arduino® Desktop IDE **[1]** To connect the Arduino® Edge control to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED. -### Getting Started - Arduino Cloud Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud All Arduino® IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business. diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/datasheet/datasheet.md b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/datasheet/datasheet.md index 2cd21210ee..ca427d7734 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/datasheet/datasheet.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/datasheet/datasheet.md @@ -285,10 +285,10 @@ The on-board real-time clock/calendar is the **PCF8563T/F4** which clock is prov ### Getting Started - IDE If you want to program your *Arduino Machine Control* while being offline you need to install the Arduino Desktop IDE [[1]](#11-reference-documentation) To connect the *Arduino Machine Control* to your computer, you’ll need a micro-B USB cable. This also provides power to the board, as indicated by the LED. -### Getting Started - Arduino Cloud Editor -All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [[2]](#11-reference-documentation), by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino boards, including this one, work out-of-the-box on the Arduino Web Editor [[2]](#11-reference-documentation), by just installing a simple plugin. -The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow [[3]](#11-reference-documentation) to start coding on the browser and upload your sketches onto your board. +The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow [[3]](#11-reference-documentation) to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud All Arduino IoT-enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business. diff --git a/content/hardware/06.nicla/boards/nicla-sense-me/datasheet/datasheet.md b/content/hardware/06.nicla/boards/nicla-sense-me/datasheet/datasheet.md index b8bd713f80..d873c10be5 100644 --- a/content/hardware/06.nicla/boards/nicla-sense-me/datasheet/datasheet.md +++ b/content/hardware/06.nicla/boards/nicla-sense-me/datasheet/datasheet.md @@ -204,10 +204,10 @@ Additionally, the BQ25120AYFPR (U9) also provides support for a single cell 3.7V ### Getting Started - IDE If you want to program your Arduino® Nicla Sense ME while offline you need to install the Arduino® Desktop IDE **[1]** To connect the Arduino® Nicla Sense ME to your computer, you’ll need a micro USB cable. This also provides power to the board, as indicated by the LED. The Arduino core is operated on the ANNA-B112 while the Bosch® Smart Sensor framework operates on the BHI260. -### Getting Started - Arduino Cloud Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud All Arduino® IoT enabled products are supported on Arduino® Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business. diff --git a/content/hardware/06.nicla/boards/nicla-vision/datasheet/datasheet.md b/content/hardware/06.nicla/boards/nicla-vision/datasheet/datasheet.md index 37e4445835..62352dae38 100644 --- a/content/hardware/06.nicla/boards/nicla-vision/datasheet/datasheet.md +++ b/content/hardware/06.nicla/boards/nicla-vision/datasheet/datasheet.md @@ -209,11 +209,11 @@ There are three main power lines provided: If you want to program your Arduino® Nicla Vision while offline you need to install the Arduino® Desktop IDE **[1]** To connect the Arduino® Vision to your computer, you’ll need a micro USB cable. This also provides power to the board, as indicated by the LED. -### Getting Started - Arduino Cloud Editor +### Getting Started - Arduino Web Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud diff --git a/content/hardware/06.nicla/boards/nicla-voice/datasheet/datasheet.md b/content/hardware/06.nicla/boards/nicla-voice/datasheet/datasheet.md index bcf47d3410..3ee04d3e58 100644 --- a/content/hardware/06.nicla/boards/nicla-voice/datasheet/datasheet.md +++ b/content/hardware/06.nicla/boards/nicla-voice/datasheet/datasheet.md @@ -214,10 +214,10 @@ Additionally, the BQ25120AYFPR (U9) also provides support for a single cell 3.7 ### Getting Started - IDE If you want to program your Arduino® Nicla Voice while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the Arduino® Nicla Voice to your computer, you’ll need a micro USB cable. -### Getting Started - Arduino Cloud Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud All Arduino® IoT enabled products are supported on Arduino® Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business. diff --git a/content/hardware/07.opta/opta-family/opta-digital-exp/datasheet/datasheet.md b/content/hardware/07.opta/opta-family/opta-digital-exp/datasheet/datasheet.md index ac6e369eee..6da5225f72 100644 --- a/content/hardware/07.opta/opta-family/opta-digital-exp/datasheet/datasheet.md +++ b/content/hardware/07.opta/opta-family/opta-digital-exp/datasheet/datasheet.md @@ -188,10 +188,10 @@ The expansion port can be used to daisy-chain several Opta® Expansions and addi ### Getting Started - IDE If you want to program your Arduino Opta® Digital Expansions while offline you need to install the Arduino® Desktop IDE **[1]** and the Arduino_Opta_Blueprint using the Library Manager. To connect the Arduino Opta® to your computer, you will need a USB-C® cable. -### Getting Started - Arduino Cloud Editor -All Arduino® devices work out-of-the-box on the Arduino® Cloud Editor **[2]** by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device. ### Getting Started - Arduino PLC IDE Arduino Opta® Digital Expansions can be also programmed using the industrial-standard **_IEC 61131-3_** programming languages. Download the Arduino® PLC IDE **[4]** software, attach the Opta® Expansion through the Aux Connector and connect your Arduino Opta® to your computer using a simple USB-C® cable to start creating your own PLC industrial solutions. The PLC IDE will recognize the expansion and will expose the new available I/Os in the resources tree. diff --git a/content/hardware/07.opta/opta-family/opta/datasheet/datasheet.md b/content/hardware/07.opta/opta-family/opta/datasheet/datasheet.md index 8032b7b473..99e5edd4b2 100644 --- a/content/hardware/07.opta/opta-family/opta/datasheet/datasheet.md +++ b/content/hardware/07.opta/opta-family/opta/datasheet/datasheet.md @@ -520,10 +520,10 @@ To avoid and reduce electrical noise, Arduino Opta® has a *Functional Earth* co ### Getting Started - IDE If you want to program your Arduino Opta® while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the Arduino Opta® to your computer, you will need a USB-C® cable. -### Getting Started - Arduino Cloud Editor -All Arduino® devices work out-of-the-box on the Arduino® Cloud Editor **[2]** by just installing a simple plugin. +### Getting Started - Arduino Web Editor +All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device. ### Getting Started - Arduino PLC IDE Arduino Opta® can be also programmed using the industrial-standard **_IEC 61131-3_** programming languages. Download the Arduino® PLC IDE **[4]** software and connect your Arduino Opta® to your computer, using a simple USB-C® cable, to start creating your own PLC industrial solutions. diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/pavlovs-cat/content.md b/content/hardware/09.kits/maker/iot-bundle/tutorials/pavlovs-cat/content.md index f48087f071..f1bd58da23 100644 --- a/content/hardware/09.kits/maker/iot-bundle/tutorials/pavlovs-cat/content.md +++ b/content/hardware/09.kits/maker/iot-bundle/tutorials/pavlovs-cat/content.md @@ -108,7 +108,7 @@ The next section explains how to play a melody using a piezo buzzer and your Ard ![Arduino IoT Bundle](assets/piezo_buzzer_rp2040_whR92Z3Wgx.png) -Connect the buzzer to **digital pin 7**, as shown in the picture above. Now, navigate into the Arduino Cloud Editor through **Thing > Sketch tab > open full editor.** This will open up our automatically generated sketch in the full Arduino Cloud Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"pitches.h"`. See the GIF below for more detailed steps: +Connect the buzzer to **digital pin 7**, as shown in the picture above. Now, navigate into the Arduino Web Editor through **Thing > Sketch tab > open full editor.** This will open up our automatically generated sketch in the full Arduino Web Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"pitches.h"`. See the GIF below for more detailed steps: ![Arduino IoT Bundle](assets/palvov-cat-02.gif) diff --git a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md index 29e1e5861c..1aa8891cb5 100644 --- a/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md +++ b/content/hardware/09.kits/maker/iot-bundle/tutorials/puzzlebox/content.md @@ -667,7 +667,7 @@ We will use the buzzer to play a melody when the box is opened. Connect the buzz ![Arduino IoT Bundle](assets/piezo_buzzer_part_rp2040_iaPHtGSH0X.png) -Now, navigate into the Arduino Cloud Editor through **Thing > Sketch tab > open full editor**. This will open up our automatically generated sketch in the full Arduino Cloud Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"melody.h"` and add the code below. +Now, navigate into the Arduino Web Editor through **Thing > Sketch tab > open full editor**. This will open up our automatically generated sketch in the full Arduino Web Editor. Next we need to add an extra tab containing all the necessary notes to play the song. Click the arrow on the right side to add a new tab called `"melody.h"` and add the code below. ``` #define NOTE_B0 31 diff --git a/content/hardware/09.kits/maker/plug-and-make-kit/datasheet/datasheet.md b/content/hardware/09.kits/maker/plug-and-make-kit/datasheet/datasheet.md index e536e0ae45..0116c67bed 100644 --- a/content/hardware/09.kits/maker/plug-and-make-kit/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/plug-and-make-kit/datasheet/datasheet.md @@ -596,11 +596,11 @@ If you want to program your Arduino® Plug and Make Kit while offline you need t To learn more about how to use this kit and quickly build useful and interesting projects with it, please refer to the dedicated course available at **[2]** as well as the official documentation **[3]**. -### Getting Started - Arduino Cloud Editor +### Getting Started - Arduino Web Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[4]**, by just installing a simple plugin. +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[4]**, by just installing a simple plugin. -The Arduino® Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[5]** to start coding on the browser and upload your sketches onto your board. +The Arduino® Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[5]** to start coding on the browser and upload your sketches onto your board. ### Getting Started - Arduino Cloud diff --git a/content/hardware/_unlisted/old-datasheets/portenta-h7-full/datasheet.md b/content/hardware/_unlisted/old-datasheets/portenta-h7-full/datasheet.md index f24b5a3586..76433cb369 100644 --- a/content/hardware/_unlisted/old-datasheets/portenta-h7-full/datasheet.md +++ b/content/hardware/_unlisted/old-datasheets/portenta-h7-full/datasheet.md @@ -303,10 +303,10 @@ All power conversion on the Portenta H7 is handled by the PF1550 PMIC. Current i If you want to program your Arduino Portenta H7 while offline you need to install the Arduino Desktop IDE **[1].** To connect the Arduino Portenta H7 to your computer, you’ll need a USB-C® cable. This also provides power to the board, as indicated by the LED. -### Getting Started – Arduino Cloud Editor (Create) -All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Cloud Editor **[2]**, by just installing a simple plugin. +### Getting Started – Arduino Web Editor (Create) +All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Web Editor **[2]**, by just installing a simple plugin. -The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding in the browser and upload your sketches onto your board. +The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding in the browser and upload your sketches onto your board. ### Getting Started – Arduino Cloud All Arduino IoT enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment. diff --git a/content/hardware/_unlisted/old-datasheets/portenta-h7-lite/datasheet.md b/content/hardware/_unlisted/old-datasheets/portenta-h7-lite/datasheet.md index a686923e7e..fef81f2ddf 100644 --- a/content/hardware/_unlisted/old-datasheets/portenta-h7-lite/datasheet.md +++ b/content/hardware/_unlisted/old-datasheets/portenta-h7-lite/datasheet.md @@ -249,10 +249,10 @@ All power conversion on the Portenta H7 lite is handled by the PF1550 PMIC. Curr If you want to program your Arduino Portenta H7 Lite while offline you need to install the Arduino Desktop IDE **[1].** To connect the Arduino Portenta H7 Lite to your computer, you’ll need a USB-C® cable. This also provides power to the board, as indicated by the LED. -### Getting Started – Arduino Cloud Editor (Create) -All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Cloud Editor **[2]**, by just installing a simple plugin. +### Getting Started – Arduino Web Editor (Create) +All Arduino and Genuino boards, including this one, work out-of-the-box on the Arduino Web Editor **[2]**, by just installing a simple plugin. -The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding in the browser and upload your sketches onto your board. +The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding in the browser and upload your sketches onto your board. ### Getting Started – Arduino Cloud All Arduino IoT enabled products are supported on Arduino Cloud which allows you to log, graph and analyze sensor data, trigger events, and automate your business or your personal environment. diff --git a/content/learn/01.starting-guide/03.the-arduino-web-editor/arduino-web-editor.md b/content/learn/01.starting-guide/03.the-arduino-web-editor/arduino-web-editor.md index e5f270a596..98e3cff0a2 100644 --- a/content/learn/01.starting-guide/03.the-arduino-web-editor/arduino-web-editor.md +++ b/content/learn/01.starting-guide/03.the-arduino-web-editor/arduino-web-editor.md @@ -1,31 +1,31 @@ --- -title: 'Using the Arduino Cloud Editor' -description: 'The Arduino Cloud Editor allows you to write code and upload sketches to any official Arduino board from your web browser.' +title: 'Using the Arduino Web Editor' +description: 'The Arduino Web Editor allows you to write code and upload sketches to any official Arduino board from your web browser.' author: 'Liam Aljundi' -tags: [Cloud Editor, Online Coding] +tags: [Web Editor, Online Coding] --- -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. +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. 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. -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. +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. -All you need to get started is an Arduino account. The following steps can guide you to start using the Arduino Cloud Editor: +All you need to get started is an Arduino account. The following steps can guide you to start using the Arduino Web Editor: **1.** [Install the Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome) plugin. **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. -**3.** [Log in the Arduino Cloud Editor](http://create.arduino.cc/editor). +**3.** [Log in the Arduino Web Editor](http://create.arduino.cc/editor). ### Using the online IDE -After logging in, you are ready to start using the Arduino Cloud Editor. The web app is divided into three main columns. +After logging in, you are ready to start using the Arduino Web Editor. The web app is divided into three main columns. -![The Arduino Cloud Editor](./assets/web-editor.png) +![The Arduino Web Editor](./assets/web-editor.png) -The Arduino Cloud Editor’s interface is as follows: +The Arduino Web Editor’s interface is as follows: **1.** The **first column** lets you navigate between: @@ -54,4 +54,4 @@ Now that you are all set up, **let’s try to make your board blink!** ![On-board LED blinking](./assets/onboard-led-blinking.gif) -**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). +**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). diff --git a/content/software/web-editor/arduino-web-editor-secondary-features/arduino-web-editor-secondary-features.md b/content/software/web-editor/arduino-web-editor-secondary-features/arduino-web-editor-secondary-features.md index 14928acde1..0870bf2ebf 100644 --- a/content/software/web-editor/arduino-web-editor-secondary-features/arduino-web-editor-secondary-features.md +++ b/content/software/web-editor/arduino-web-editor-secondary-features/arduino-web-editor-secondary-features.md @@ -1,6 +1,6 @@ --- -title: "Arduino Cloud Editor Secondary Features " -description: "Explore secondary features of the Arduino Cloud Editor and become a pro using it." +title: "Arduino Web Editor Secondary Features " +description: "Explore secondary features of the Arduino Web Editor and become a pro using it." coverImage: "assets/blob_YimidWfjGD.png" tags: [coding, software] difficulty: beginner @@ -10,17 +10,17 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/arduino-web-editor ## Apps and Online Services -- [Arduino Cloud Editor](https://create.arduino.cc/editor) +- [Arduino Web Editor](https://create.arduino.cc/editor) ## About This Project -In this tutorial, we'll demonstrate some secondary features of the Arduino Cloud Editor. If you're new to the Arduino Create platform, read this tutorial: [Getting Started with Arduino Cloud Editor on Various Platforms](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a). +In this tutorial, we'll demonstrate some secondary features of the Arduino Web Editor. If you're new to the Arduino Create platform, read this tutorial: [Getting Started with Arduino Web Editor on Various Platforms](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-on-various-platforms-4b3e4a). -Let's start by focusing on the **Sketchbook** tab and then we'll review the **Preferences Tab** of the Cloud Editor. +Let's start by focusing on the **Sketchbook** tab and then we'll review the **Preferences Tab** of the Web Editor. ### The Sketchbook Tab -After you've logged into Arduino Create and opened the Arduino Cloud Editor, you'll see some menu choices in the left margin. The **Sketchbook** tab will list all of your sketches. +After you've logged into Arduino Create and opened the Arduino Web Editor, you'll see some menu choices in the left margin. The **Sketchbook** tab will list all of your sketches. You can create a new sketch clicking on the **New Sketch** button at the top. You can organize your sketches by creating folders using the gray button that looks like a folder with a plus-sign. You can also import sketches and custom libraries from your computer using the other gray button showing an up-arrow (see screenshot below). To learn more about this, read the tutorial on [Importing your Sketchbook and Libraries.](https://create.arduino.cc/projecthub/Arduino_Genuino/import-your-sketchbook-and-libraries-to-the-web-editor-296bb3) @@ -80,4 +80,4 @@ The top icon allows you to enter **Full-Screen** mode: the code window will be m ## Enjoy! -That's all there is: it's that easy to use the Arduino Cloud Editor. Now that you know how to manage your sketches inside a sketchbook, as well as how to customize the Editor, we hope you'll find creating and editing your sketches much easier and more pleasurable. \ No newline at end of file +That's all there is: it's that easy to use the Arduino Web Editor. Now that you know how to manage your sketches inside a sketchbook, as well as how to customize the Editor, we hope you'll find creating and editing your sketches much easier and more pleasurable. \ No newline at end of file diff --git a/content/tutorials/projects/iot-air-quality-checker/iot-air-quality-checker.md b/content/tutorials/projects/iot-air-quality-checker/iot-air-quality-checker.md index 1306bea46b..b72233ddc0 100644 --- a/content/tutorials/projects/iot-air-quality-checker/iot-air-quality-checker.md +++ b/content/tutorials/projects/iot-air-quality-checker/iot-air-quality-checker.md @@ -43,9 +43,9 @@ Of course you can reach the same setup using a breadboard, floating wires and sp In this project we are going to use [Arduino Cloud](https://create.arduino.cc/iot), where you can create IoT applications in a few simple steps. -We can just start connecting the MKR WiFi 1010 to the Cloud Editor. +We can just start connecting the MKR WiFi 1010 to the Web Editor. -You can then find more information on the Cloud Editor setup for the MKR WiFi 1010 at [this link.](https://www.arduino.cc/en/Guide/MKRWiFi1010) +You can then find more information on the Web Editor setup for the MKR WiFi 1010 at [this link.](https://www.arduino.cc/en/Guide/MKRWiFi1010) After connecting your Arduino to the usb port, be sure to have selected the right board and the right port. @@ -55,7 +55,7 @@ At this point, since the MKR WiFi 1010 is a Cloud compatible board, we can start ### Arduino Cloud Setup -Thanks to this platform, the dashboard creation will be really easy, and the base of the Arduino code will be auto-generated, and usable directly on the Arduino Cloud Editor. +Thanks to this platform, the dashboard creation will be really easy, and the base of the Arduino code will be auto-generated, and usable directly on the Arduino Web Editor. This is one of the feature of Arduino Cloud, many interesting others are described in [this official blog post](https://blog.arduino.cc/2021/06/18/14-awesome-arduino-cloud-features-you-never-knew-existed)! @@ -72,7 +72,7 @@ Let's start with the device: The configuration is really easy: * Choose the board vendor (in our case it's Arduino). -* Choose which board we are going to use (we'll see already our board, If we have previously connected it to the Cloud Editor). +* Choose which board we are going to use (we'll see already our board, If we have previously connected it to the Web Editor). * Wait for the an update for securing the communication. * Click the done button. @@ -127,11 +127,11 @@ Next step is to setup the Wifi Credentials that will be used by the board to con ### The Auto-Generated Sketch -After creating variables, in the *sketch* section we'll find an auto-generated sketch, than we can open directly in the Cloud Editor by pressing the *Open full editor* button! +After creating variables, in the *sketch* section we'll find an auto-generated sketch, than we can open directly in the Web Editor by pressing the *Open full editor* button! ![Click Open full editor.](assets/image_SlwQmN3MEj.png) -Now we continue editing the sketch in the Cloud Editor. +Now we continue editing the sketch in the Web Editor. We'll find a few more tabs, in particular: @@ -361,7 +361,7 @@ That's it! the complete sketch can be found below. Last step is to create a custom Dashboard. -Just press the **Go to IoT Cloud** button to switch from the Cloud Editor to the Arduino Cloud. +Just press the **Go to IoT Cloud** button to switch from the Web Editor to the Arduino Cloud. Here switch to the Dashboards menu, and then *BUILD DASHBOARD*