diff --git a/content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md b/content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md index 975d7e7fc9..25ac653d71 100644 --- a/content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md +++ b/content/arduino-cloud/03.cloud-interface/00.sketches/sketches.md @@ -223,7 +223,7 @@ A common trick is to add a **`delay(1500);` command after `Serial.begin(9600);`* ## Create Agent -The [Arduino Create Agent](https://github.com/arduino/arduino-create-agent) is a single binary that will appear on the menu bar and work in the background. It allows you to use the Arduino Cloud and the Arduino Web Editor to seamlessly upload code to any board directly from the browser. +The [Arduino Create Agent](https://github.com/arduino/arduino-create-agent) is a single binary that will appear on the menu bar and work in the background. It allows you to use the Arduino Cloud and the Arduino Cloud Editor to seamlessly upload code to any board directly from the browser. Downloading and installing the Arduino Create Agent plugin can be done following [this quick and easy process](https://create.arduino.cc/getting-started/plugin/welcome). diff --git a/content/arduino-cloud/06.features/04.ota-getting-started/ota-getting-started.md b/content/arduino-cloud/06.features/04.ota-getting-started/ota-getting-started.md index fb77407f02..1b62159a20 100644 --- a/content/arduino-cloud/06.features/04.ota-getting-started/ota-getting-started.md +++ b/content/arduino-cloud/06.features/04.ota-getting-started/ota-getting-started.md @@ -54,7 +54,7 @@ In order to configure the feature, we will need to create a project in the Ardui ![Navigating to the Cloud.](assets/iot_cloud_grid.png) -> **Note:** You will need to have an Arduino account to be able to use both the Web editor and Arduino Cloud features. +> **Note:** You will need to have an Arduino account to be able to use both the Cloud editor and Arduino Cloud features. **2.** Once you are logged in the Arduino Cloud, you need to create a new thing and name it something, for this example let's call it “smart_led”. diff --git a/content/arduino-cloud/09.business/00.security-considerations/security-considerations.md b/content/arduino-cloud/09.business/00.security-considerations/security-considerations.md index 73b65c7f19..e3359c7578 100644 --- a/content/arduino-cloud/09.business/00.security-considerations/security-considerations.md +++ b/content/arduino-cloud/09.business/00.security-considerations/security-considerations.md @@ -123,12 +123,12 @@ PII data will only be stored as long as Arduino legitimately needs it and in acc ## Arduino Cloud Applications and Tools -### Arduino Web Editor +### Arduino Cloud Editor -The Arduino Web Editor allows customers to create sketches they can subsequently deploy on boards. Each customer has a separate area where their sketches are stored so that no other customer has access to them. Sketches can be made publicly available to everyone, in which case access is granted by whomever possesses the link to access them. +The Arduino Cloud Editor allows customers to create sketches they can subsequently deploy on boards. Each customer has a separate area where their sketches are stored so that no other customer has access to them. Sketches can be made publicly available to everyone, in which case access is granted by whomever possesses the link to access them. -The Arduino Web Editor also provides a secret tab that can be used to securely store sensitive information needed by the device (e.g. Wi-Fi® credentials, API credentials). Secrets in this tab are encrypted with the AES-256 algorithm to safely store them in the Cloud. -In order to communicate with the Arduino Web Editor, web browsers should be able to communicate over the internet to port 80, 443 and 8080 towards Arduino’s subdomains \*.arduino.cc. +The Arduino Cloud Editor also provides a secret tab that can be used to securely store sensitive information needed by the device (e.g. Wi-Fi® credentials, API credentials). Secrets in this tab are encrypted with the AES-256 algorithm to safely store them in the Cloud. +In order to communicate with the Arduino Cloud Editor, web browsers should be able to communicate over the internet to port 80, 443 and 8080 towards Arduino’s subdomains \*.arduino.cc. ### Arduino Cloud @@ -140,7 +140,7 @@ The Arduino Cloud CLI provides a way for interacting with the Arduino Cloud via ### Arduino Create Agent -The Arduino Create Agent fills the gap between your browser and your boards and allows users to deploy their sketches on their board using the Arduino Web Editor. The Arduino Create Agent runs a web server bound to localhost that receives requests from the Arduino Web Editor to operate on the boards. The security of such communication is ensured by cryptographic signature of the commands that are sent to the Arduino Create Agent. Whenever the Arduino Web Editor wants to send a command to the Arduino Create Agent, it cryptographically signs the command and appends the signature to the request sent to the agent. The agent verifies the signature and, if it is correct, accepts and executes the command. +The Arduino Create Agent fills the gap between your browser and your boards and allows users to deploy their sketches on their board using the Arduino Cloud Editor. The Arduino Create Agent runs a web server bound to localhost that receives requests from the Arduino Cloud Editor to operate on the boards. The security of such communication is ensured by cryptographic signature of the commands that are sent to the Arduino Create Agent. Whenever the Arduino Cloud Editor wants to send a command to the Arduino Create Agent, it cryptographically signs the command and appends the signature to the request sent to the agent. The agent verifies the signature and, if it is correct, accepts and executes the command. For usage with certain browsers, specifically with Safari on macOS, the Arduino Create Agent needs to run the web server using a TLS connection. A local Certificate Authority (CA) is generated and used to sign a certificate for the localhost domain. The private key of the CA is erased once the certificate for localhost is signed, while the public certificate of the CA is installed in the local system. The web server of the Arduino Create Agent will then run with a TLS connection. This is done to obey the mixed content specification implemented in Safari which is enforced also for resources loaded from localhost. diff --git a/content/arduino-cloud/09.business/09.arduino-cloud-for-business/content.md b/content/arduino-cloud/09.business/09.arduino-cloud-for-business/content.md index d09a0b10e1..bdeb065de0 100644 --- a/content/arduino-cloud/09.business/09.arduino-cloud-for-business/content.md +++ b/content/arduino-cloud/09.business/09.arduino-cloud-for-business/content.md @@ -40,7 +40,7 @@ In order to get started with Arduino Cloud for Business, you need to [subscribe The Arduino Cloud for Business plan consists of two main subscriptions: -* **Enterprise Base Plan.** It includes all the Arduino Cloud for Business features, like data plane, fleet management, Role-Based-Access-Control, Web Editor with Over-the-air updates, IoT Cloud with dashboards, etc. Multiples of 50 devices can be connected under the Enterprise Base Plan – and you can always [contact our team](https://www.arduino.cc/pro/contact-us) for a tailored plan to accelerate your IoT solutions. +* **Enterprise Base Plan.** It includes all the Arduino Cloud for Business features, like data plane, fleet management, Role-Based-Access-Control, Cloud Editor with Over-the-air updates, IoT Cloud with dashboards, etc. Multiples of 50 devices can be connected under the Enterprise Base Plan – and you can always [contact our team](https://www.arduino.cc/pro/contact-us) for a tailored plan to accelerate your IoT solutions. * **Optional Add-Ons.** To address additional needs, Arduino Cloud for Business can be customized with optional add-ons. Check the [dedicated section](#optional-add-ons) of this tutorial to learn more. @@ -311,19 +311,19 @@ The Arduino Cloud has a feature capable of creating some pre-built sections of t The sketch related to the thing is visible from the tab "Sketch" next to the "Setup" view, where the Thing's list of cloud variables is shown. -![Web Editor - Full Editor](assets/sketch-full-editor.png "Get started with the Web Editor") +![Cloud Editor - Full Editor](assets/sketch-full-editor.png "Get started with the Cloud Editor") -From this sketch view, by clicking the **Open full editor**, it is fast and smooth to access the Arduino Cloud integrated [Web Editor](https://docs.arduino.cc/learn/starting-guide/the-arduino-web-editor), which allows you to program your boards from any browser and use the latest Arduino IDE features and libraries without having to install any software locally. +From this sketch view, by clicking the **Open full editor**, it is fast and smooth to access the Arduino Cloud integrated [Cloud Editor](https://docs.arduino.cc/learn/starting-guide/the-arduino-web-editor), which allows you to program your boards from any browser and use the latest Arduino IDE features and libraries without having to install any software locally. -Otherwise, to open the Web Editor to retrieve your sketches directly, go to Arduino Cloud Home and click on the [New Sketch File](https://create.arduino.cc/editor) button. +Otherwise, to open the Cloud Editor to retrieve your sketches directly, go to Arduino Cloud Home and click on the [New Sketch File](https://create.arduino.cc/editor) button. -![Get started with the Web Editor](assets/web-editor-button.png "Get started with the Web Editor") +![Get started with the Cloud Editor](assets/web-editor-button.png "Get started with the Cloud Editor") -It can also be accessed directly by navigating to **Sketches** within the Shared Space sidebar. It will list all the available developed sketches. Clicking on one of the sketches will directly take you to the [Web Editor](https://docs.arduino.cc/learn/starting-guide/the-arduino-web-editor). +It can also be accessed directly by navigating to **Sketches** within the Shared Space sidebar. It will list all the available developed sketches. Clicking on one of the sketches will directly take you to the [Cloud Editor](https://docs.arduino.cc/learn/starting-guide/the-arduino-web-editor). -***To get started with the Web Editor, check the dedicated tutorial at [this link](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor). However, if you have already developed your sketch and you would like to import it into the Web Editor, see the corresponding documentation [here](https://docs.arduino.cc/arduino-cloud/tutorials/import-your-sketchbook-and-libraries-to-the-web-editor)*** +***To get started with the Cloud Editor, check the dedicated tutorial at [this link](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor). However, if you have already developed your sketch and you would like to import it into the Cloud Editor, see the corresponding documentation [here](https://docs.arduino.cc/arduino-cloud/tutorials/import-your-sketchbook-and-libraries-to-the-web-editor)*** -All the created sketches are individual and owned by the user that created them. Other members of the Shared Space can access your sketch in their Web Editor only if you share it with them. If you would like to do so, have a look at [this tutorial](https://docs.arduino.cc/arduino-cloud/tutorials/share-your-sketches) on how to do it. +All the created sketches are individual and owned by the user that created them. Other members of the Shared Space can access your sketch in their Cloud Editor only if you share it with them. If you would like to do so, have a look at [this tutorial](https://docs.arduino.cc/arduino-cloud/tutorials/share-your-sketches) on how to do it. Keep in mind that your sketch may contain some sensitive data that you do not want to share with other members, like Wi-Fi® credentials or API keys. If this is the case, check [this tutorial](https://docs.arduino.cc/arduino-cloud/tutorials/store-your-sensitive-data-safely-when-sharing) to learn how to share sketches without sharing sensitive data. diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/download-and-store-web-data/download-and-store-web-data.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/download-and-store-web-data/download-and-store-web-data.md index a7ebf2a925..13db02279c 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/download-and-store-web-data/download-and-store-web-data.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/download-and-store-web-data/download-and-store-web-data.md @@ -15,7 +15,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/download-and-store ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino IDE](https://www.arduino.cc/en/main/software) ## About This Project diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-battery-life/mkr-1000-battery-life.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-battery-life/mkr-1000-battery-life.md index ab67a5e695..2a10a6ae81 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-battery-life/mkr-1000-battery-life.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-battery-life/mkr-1000-battery-life.md @@ -71,7 +71,7 @@ The main feature of the MKR1000 board that affects battery life is the Wi-Fi con Application Run Time = Battery Life = (1400mAh) / (120mA) * 0.7 = 8.16h ## Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** To successfully run the code on the board you need to load two libraries: diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-connect-to-wifi/mkr-1000-connect-to-wifi.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-connect-to-wifi/mkr-1000-connect-to-wifi.md index 53e69f3cdc..3639cf732f 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-connect-to-wifi/mkr-1000-connect-to-wifi.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-connect-to-wifi/mkr-1000-connect-to-wifi.md @@ -210,7 +210,7 @@ Once we are finished with the coding, we can upload the sketch to the board. Whe **If you are using the ONLINE editor, it will look like this:** -![Serial Monitor output on Web Editor.](assets/mkr_tutorial_02_img_07.png) +![Serial Monitor output on Cloud Editor.](assets/mkr_tutorial_02_img_07.png) Congratulations, you have not only connected your board to your Wi-Fi network, but you have also retrieved information from the network. One particularly good feature is the signal strength (rssi). One experiment you can do, is to try to move your MKR 1000 board close to the router and observe the Serial Monitor. diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-hosting-a-webserver/mkr-1000-hosting-a-webserver.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-hosting-a-webserver/mkr-1000-hosting-a-webserver.md index 11172e0e33..2d06904e4e 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-hosting-a-webserver/mkr-1000-hosting-a-webserver.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-hosting-a-webserver/mkr-1000-hosting-a-webserver.md @@ -53,9 +53,9 @@ ___ This tutorial barely uses any external hardware, except an LED that we will control remotely. However, the most interesting aspect lies in the library we are going to use: **WiFi101**. This library can be used for many different connectivity projects, where it allows us to connect to WiFi, make GET requests and - as we will explore in this tutorial - to create a web server. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -2. Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFi101** and install it. +2. Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFi101** and install it. 3. We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-mqtt-device-to-device/mkr-1000-mqtt-device-to-device.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-mqtt-device-to-device/mkr-1000-mqtt-device-to-device.md index 5b881977f5..770e459684 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-mqtt-device-to-device/mkr-1000-mqtt-device-to-device.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-mqtt-device-to-device/mkr-1000-mqtt-device-to-device.md @@ -82,9 +82,9 @@ We will now go through the steps required to setup one board as a publisher, and - Configure the **publisher device** to create three topics and publish them to a broker. - Configure the **subscriber device** to subscribe to the three topics. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -2. Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMqttClient** and **WiFi101** and install them both. +2. Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMqttClient** and **WiFi101** and install them both. 3. Now let's take a look at some important functions used in the sketches: diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-scan-networks/mkr-1000-scan-networks.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-scan-networks/mkr-1000-scan-networks.md index 5c40b6b355..b779b7c2be 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-scan-networks/mkr-1000-scan-networks.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-scan-networks/mkr-1000-scan-networks.md @@ -51,13 +51,13 @@ This tutorial requires no additional circuit. ## Step by Step -1. First we need to make sure we have the dependencies installed. For this tutorial, we will need to install the [WiFi101](https://www.arduino.cc/en/Reference/WiFi101) library. If we are using the offline editor, we can locate this library in **Tools > Manage Libraries...**. If we are using the [Web Editor](https://create.arduino.cc/), it is already installed. +1. First we need to make sure we have the dependencies installed. For this tutorial, we will need to install the [WiFi101](https://www.arduino.cc/en/Reference/WiFi101) library. If we are using the offline editor, we can locate this library in **Tools > Manage Libraries...**. If we are using the [Cloud Editor](https://create.arduino.cc/), it is already installed. 2. If we are using the offline editor, we need to make sure we have the drivers installed. In the editor, navigate to **Tools > Board > Board Manager...**, and install the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** core. ![img of installing drivers](assets/MKR1000_T4_IMG03.png) -1. Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFi101** and install it. +1. Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFi101** and install it. 2. Now let's take a look at some of the core functionalities of the sketch that we will use. diff --git a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-web-server-ap-mode/mkr-1000-web-server-ap-mode.md b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-web-server-ap-mode/mkr-1000-web-server-ap-mode.md index 5574c52997..ef5160b0b3 100644 --- a/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-web-server-ap-mode/mkr-1000-web-server-ap-mode.md +++ b/content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/mkr-1000-web-server-ap-mode/mkr-1000-web-server-ap-mode.md @@ -73,9 +73,9 @@ And that is the configuration we will be using in this tutorial. There are a few ## Programming the Board -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -2. Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFi101** and install it. +2. Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFi101** and install it. 3. We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-fox-1200/tutorials/mkr-fox-1200-weather-monitor/mkr-fox-1200-weather-monitor.md b/content/hardware/01.mkr/01.boards/mkr-fox-1200/tutorials/mkr-fox-1200-weather-monitor/mkr-fox-1200-weather-monitor.md index a6599d08f1..a0bd048d20 100644 --- a/content/hardware/01.mkr/01.boards/mkr-fox-1200/tutorials/mkr-fox-1200-weather-monitor/mkr-fox-1200-weather-monitor.md +++ b/content/hardware/01.mkr/01.boards/mkr-fox-1200/tutorials/mkr-fox-1200-weather-monitor/mkr-fox-1200-weather-monitor.md @@ -17,7 +17,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/mkr-fox-1200-weath ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [ThingSpeak API](https://github.com/iobridge/ThingSpeak) - [Sigfox](http://makers.sigfox.com/) diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-dtmf/arduino-mkr-gsm-1400-and-dtmf.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-dtmf/arduino-mkr-gsm-1400-and-dtmf.md index 1611f18cd6..5169b697af 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-dtmf/arduino-mkr-gsm-1400-and-dtmf.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-dtmf/arduino-mkr-gsm-1400-and-dtmf.md @@ -21,7 +21,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/arduino-mkr-gsm-14 ## Apps and Online Services - [Arduino IDE](https://www.arduino.cc/en/main/software) -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-i2s/arduino-mkr-gsm-1400-and-i2s.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-i2s/arduino-mkr-gsm-1400-and-i2s.md index 45a93cc372..fb4ba7bb9c 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-i2s/arduino-mkr-gsm-1400-and-i2s.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/arduino-mkr-gsm-1400-and-i2s/arduino-mkr-gsm-1400-and-i2s.md @@ -19,7 +19,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/arduino-mkr-gsm-14 ## Apps and Online Services - [Arduino IDE](https://www.arduino.cc/en/main/software) -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-call-lock/gsm-call-lock.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-call-lock/gsm-call-lock.md index af6964b5dc..e869ddc392 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-call-lock/gsm-call-lock.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-call-lock/gsm-call-lock.md @@ -67,9 +67,9 @@ We will now get to the programming part of this tutorial. The sketch we will cre - Create a conditional that either marks incoming call as authorized or unauthorized, and turns on green LED if the call is authorized. - Send a feedback SMS back to the caller on whether something has been unlocked or not. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. **3.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-led-switch/gsm-led-switch.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-led-switch/gsm-led-switch.md index 0b08cefeaa..ece7f51408 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-led-switch/gsm-led-switch.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-led-switch/gsm-led-switch.md @@ -62,9 +62,9 @@ In this tutorial, we will create a sketch that allows us to send text messages t We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. **3.** We will now write the program for the board. Let's start by opening an empty sketch, and creating a header file called `arduino_secrets.h` that we can store our credentials in. To create a tab in the offline editor, click the arrow symbol underneath the Serial Monitor symbol, and click on the "New tab" option. @@ -82,7 +82,7 @@ Inside this file, we need to enter our pin number between the " ". -Note that if you are using the Web Editor, the `arduino_secrets.h` tab will look a bit different. +Note that if you are using the Cloud Editor, the `arduino_secrets.h` tab will look a bit different. **4.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-location/gsm-location.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-location/gsm-location.md index 6931494f81..5f291634d1 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-location/gsm-location.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-location/gsm-location.md @@ -59,9 +59,9 @@ We will now get to the programming part of this tutorial, in which we will need - Connect to the GPRS network. - Print location data in the Serial Monitor. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. **3.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-make-call/gsm-make-call.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-make-call/gsm-make-call.md index 32f945c4a0..b8cd49c48d 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-make-call/gsm-make-call.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-make-call/gsm-make-call.md @@ -70,9 +70,9 @@ The circuit of this board is easy. Simply connect the antenna to the MKR GSM 140 We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. **3.** We can now go to **File > Examples > MKRGSM > MakeVoiceCall** in the editor. This will open a new window, which has a sketch tab, but also a header file, called `arduino_secrets.h`. Inside this file, we need to enter our pin number between the "". diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt-env/gsm-mqtt-env.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt-env/gsm-mqtt-env.md index 1ded354ffc..7ad0a78a90 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt-env/gsm-mqtt-env.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt-env/gsm-mqtt-env.md @@ -82,9 +82,9 @@ MQTT is quite the interesting topic, and if you wish to read more about it, chec We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and **Arduino_MKRENV** and install them. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and **Arduino_MKRENV** and install them. **3.** We will also need to install the **MQTT** library, by Joel Gaehwiler. diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt/gsm-mqtt.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt/gsm-mqtt.md index a6a2d578d0..f2e3f7456f 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt/gsm-mqtt.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-mqtt/gsm-mqtt.md @@ -75,9 +75,9 @@ MQTT is quite the interesting topic, and if you wish to read more about it, chec We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. **3.** We will also need to install the **MQTT** library, by Joel Gaehwiler. diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-call/gsm-receive-call.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-call/gsm-receive-call.md index b05ef1d336..0ab5a5be25 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-call/gsm-receive-call.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-call/gsm-receive-call.md @@ -63,9 +63,9 @@ Some useful scenarios for using the voice call feature includes: We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. **3.** We can now go to **File > Examples > MKRGSM > ReceiveVoiceCall** in the editor. This will open a new window, which has a sketch tab, but also a header file, called `arduino_secrets.h`. diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-sms/gsm-receive-sms.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-sms/gsm-receive-sms.md index aec9a19862..f400ca1b2d 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-sms/gsm-receive-sms.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-receive-sms/gsm-receive-sms.md @@ -55,9 +55,9 @@ Now, in this tutorial, we will simply see how we can use a smartphone (or regula We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRGSM** and install it. **3.** We can now go to **File > Examples > MKRGSM > ReceiveSMS** in the editor. This will open a new window, which has a sketch tab, but also a header file, called `arduino_secrets.h`. Inside this file, we need to enter our pin number between the " ". diff --git a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-scan-networks/gsm-scan-networks.md b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-scan-networks/gsm-scan-networks.md index 12f672573a..d243366a07 100644 --- a/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-scan-networks/gsm-scan-networks.md +++ b/content/hardware/01.mkr/01.boards/mkr-gsm-1400/tutorials/gsm-scan-networks/gsm-scan-networks.md @@ -59,11 +59,11 @@ You can find out much more information about this component in the Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRNB** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRNB** and install it. **3.** We can now go to **File > Examples > MKRNB > ReceiveSMS** in the editor. This will open a new window, which has a sketch tab, but also a header file, called `arduino_secrets.h`. Inside this file, we need to enter our pin number between the "". diff --git a/content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/nb-scan-network/nb-scan-network.md b/content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/nb-scan-network/nb-scan-network.md index 66d4cd91ed..b15063f21c 100644 --- a/content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/nb-scan-network/nb-scan-network.md +++ b/content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/nb-scan-network/nb-scan-network.md @@ -59,11 +59,11 @@ You can find out much more information about this component in the Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRWAN** and install it. +**2.** Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRWAN** and install it. ***Note that there is also a library named MKRWAN_v2 from Arduino. We used the MKRWAN library for this tutorial, but both libraries work. As the two libraries rely on two separate firmware, it is important that your device has the correct firmware installed. Updating it is done by running the File > Examples > MKRWAN / MKRWAN_v2 > MKRWANFWUpdate_standalone example from the corresponding library. This note was last updated 2022/02/16.*** diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/built-in-rgb/built-in-rgb.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/built-in-rgb/built-in-rgb.md index cd15ae3249..2fb51f3703 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/built-in-rgb/built-in-rgb.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/built-in-rgb/built-in-rgb.md @@ -91,9 +91,9 @@ This tutorial requires only the MKR WiFi 1010 board. No additional circuit is re ## Programming the Board -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. +**2.** Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. **3.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-sensors/connecting-sensors.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-sensors/connecting-sensors.md index 3174f035b4..7c8e569f7b 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-sensors/connecting-sensors.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-sensors/connecting-sensors.md @@ -84,7 +84,7 @@ Last, but not least important, every Arduino can be either the controller or the ## Creating the Programs -First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. --- diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-to-wifi-network/connecting-to-wifi-network.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-to-wifi-network/connecting-to-wifi-network.md index ee13f76776..acb73e7d41 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-to-wifi-network/connecting-to-wifi-network.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/connecting-to-wifi-network/connecting-to-wifi-network.md @@ -53,9 +53,9 @@ The following steps are needed in order to create this program: - Create a function to connect to the Wi-Fi network. - Create a function to print information regarding the connection. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. +**2.** Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. **3.** Then, we need to create a new header file, to store our credentials. We do this, so we don't accidentally store our credentials in a code we may share on the Internet. Depending on what editor you are using, the process is slightly different, but we can follow the instructions below: diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/enabling-ble/enabling-ble.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/enabling-ble/enabling-ble.md index 609e383a64..0254f0b5d6 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/enabling-ble/enabling-ble.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/enabling-ble/enabling-ble.md @@ -86,9 +86,9 @@ We will go through the following steps in order to create our sketch: - Create a conditional that turns on an LED over Bluetooth®. - Read an analog pin over Bluetooth®. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoBLE** and install it. +**2.** Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoBLE** and install it. ![Library Manager Search for ArduinoBLE.](assets/mkr_tutorial_05_img_01.png) diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/hosting-a-webserver/hosting-a-webserver.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/hosting-a-webserver/hosting-a-webserver.md index a4ad2c4590..72c44e258f 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/hosting-a-webserver/hosting-a-webserver.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/hosting-a-webserver/hosting-a-webserver.md @@ -74,9 +74,9 @@ And that is the summary of the configuration we will be using in this tutorial. ## Creating the Program -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. +**2.** Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. ### Code Explanation diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mqtt-device-to-device/mqtt-device-to-device.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mqtt-device-to-device/mqtt-device-to-device.md index 498a469e45..c9cd7245f8 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mqtt-device-to-device/mqtt-device-to-device.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mqtt-device-to-device/mqtt-device-to-device.md @@ -82,9 +82,9 @@ We will now go through the steps required to setup one board as a publisher, and - Configure the **publisher device** to create three topics and publish them to a broker. - Configure the **subscriber device** to subscribe to the three topics. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMqttClient** and **WiFiNINA** and install them both. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMqttClient** and **WiFiNINA** and install them both. **3.** Now let's take a look at some important functions used in the sketches: diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/oled-display/oled-display.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/oled-display/oled-display.md index 61a078f8c3..3c78a3ab4f 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/oled-display/oled-display.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/oled-display/oled-display.md @@ -59,11 +59,11 @@ The SSD1306 display is of the PMOLED type, and its behavior can be controlled by ## Step by Step -**1.** First, we need to make sure the drivers for the MKR WiFi 1010 board is installed properly. The Web Editor already comes equipped with these, but if we are using an offline editor, we will need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and click on the install button. +**1.** First, we need to make sure the drivers for the MKR WiFi 1010 board is installed properly. The Cloud Editor already comes equipped with these, but if we are using an offline editor, we will need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and click on the install button. ![Installing the correct drivers.](assets/mkr_tutorial_08_img_03.png) -**2.** We will first need to make sure we install the libraries needed to program the OLED screen. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Adafruit_GFX** and **Adafruit_SSD1306**. We will need to install both of them. +**2.** We will first need to make sure we install the libraries needed to program the OLED screen. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Adafruit_GFX** and **Adafruit_SSD1306**. We will need to install both of them. **3.** With the dependencies now installed, we can now take a look at some of the main functions we will use in the program. diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/rtc-clock/rtc-clock.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/rtc-clock/rtc-clock.md index 0be55679e7..5db5c86446 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/rtc-clock/rtc-clock.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/rtc-clock/rtc-clock.md @@ -74,9 +74,9 @@ We will now get to the programming part of this tutorial. It focuses on two main - Initialize the RTC properties (this happens on start). - Print the time and date on the OLED display. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Adafruit_GFX**, **Adafruit_SSD1306** and **RTCZero**. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Adafruit_GFX**, **Adafruit_SSD1306** and **RTCZero**. **3.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/scan-networks/scan-networks.md b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/scan-networks/scan-networks.md index c0ad4ba710..4869a26a4d 100644 --- a/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/scan-networks/scan-networks.md +++ b/content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/scan-networks/scan-networks.md @@ -50,7 +50,7 @@ This tutorial requires no additional circuit. ## Step by Step -**1.** First we need to make sure we have the dependencies installed. For this tutorial, we will need to install the [WiFiNINA](https://www.arduino.cc/en/Reference/WiFiNINA) library. If we are using the offline editor, we can locate this library in **Tools > Manage Libraries...**. If we are using the [Web Editor](https://create.arduino.cc/), it is already installed. +**1.** First we need to make sure we have the dependencies installed. For this tutorial, we will need to install the [WiFiNINA](https://www.arduino.cc/en/Reference/WiFiNINA) library. If we are using the offline editor, we can locate this library in **Tools > Manage Libraries...**. If we are using the [Cloud Editor](https://create.arduino.cc/), it is already installed. **2.** If we are using the offline editor, we need to make sure we have the drivers installed for the MKR WiFi 1010 board. In the editor, navigate to **Tools > Board > Board Manager...**, and install the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** core. diff --git a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-data-logger/mkr-zero-data-logger.md b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-data-logger/mkr-zero-data-logger.md index 609f4811bf..b210d2cdbd 100644 --- a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-data-logger/mkr-zero-data-logger.md +++ b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-data-logger/mkr-zero-data-logger.md @@ -73,7 +73,7 @@ The circuit for this tutorial is very easy. All we have to do is insert the SD c We will now get to the programming part of this tutorial. We will here create a program that will make readings on A0, A1 and A2, create a file on the SD card, and log the readings in that file. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** We can now take a look at some of the Board Package functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-garden-automation/content.md b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-garden-automation/content.md index 2f359fee4d..c2b950abea 100644 --- a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-garden-automation/content.md +++ b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-garden-automation/content.md @@ -64,7 +64,7 @@ Of course you can reach the same setup using a breadboard, floating wires, spare ## Programming the Board -To use the MKRZERO board, there are 2 options. Either using the Arduino Web Editor or using the Arduino IDE. You can find more information on the Web Editor and IDE setup for the MKRZERO at [this link](https://docs.arduino.cc/hardware/mkr-zero). +To use the MKRZERO board, there are 2 options. Either using the Arduino Cloud Editor or using the Arduino IDE. You can find more information on the Cloud Editor and IDE setup for the MKRZERO at [this link](https://docs.arduino.cc/hardware/mkr-zero). After connecting your Arduino to the usb port, be sure to have selected the right board and the right port. diff --git a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-alarm/mkr-zero-rtc-alarm.md b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-alarm/mkr-zero-rtc-alarm.md index ce93b605bd..f805fdc767 100644 --- a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-alarm/mkr-zero-rtc-alarm.md +++ b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-alarm/mkr-zero-rtc-alarm.md @@ -35,9 +35,9 @@ This tutorial requires only a MKR Zero board. We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **RTCZero** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **RTCZero** and install it. **3.** Here are some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-clock/mkr-zero-rtc-clock.md b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-clock/mkr-zero-rtc-clock.md index c1e38f87f3..59be9211a4 100644 --- a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-clock/mkr-zero-rtc-clock.md +++ b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-rtc-clock/mkr-zero-rtc-clock.md @@ -71,9 +71,9 @@ We will now get to the programming part of this tutorial. It focuses on two main - Initialize the RTC properties (this happens on start). - Print the time and date on the OLED display. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Adafruit_GFX**, **Adafruit_SSD1306** and **RTCZero**. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Adafruit_GFX**, **Adafruit_SSD1306** and **RTCZero**. **3.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-weather-data-logger/mkr-zero-weather-data-logger.md b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-weather-data-logger/mkr-zero-weather-data-logger.md index 279eeedf09..e013712e49 100644 --- a/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-weather-data-logger/mkr-zero-weather-data-logger.md +++ b/content/hardware/01.mkr/01.boards/mkr-zero/tutorials/mkr-zero-weather-data-logger/mkr-zero-weather-data-logger.md @@ -21,7 +21,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/mkr-zero-weather-d ## Apps and Online Services - [Arduino IDE](https://www.arduino.cc/en/main/software) -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project diff --git a/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md b/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md index f56f04c7b7..7002d38395 100644 --- a/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md +++ b/content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md @@ -99,9 +99,9 @@ The numbering is very small, but can be found on the switches. We will now get to the programming part of this tutorial. We will need to program two Arduino boards, one sender and one receiver device. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoRS485** and install it. +**2.** Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoRS485** and install it. ![Library Manager search for ArduinoRS485.](assets/MKR485_T1_IMG03.png) diff --git a/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md b/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md index cbcb5c06ee..17fc4f01eb 100644 --- a/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md +++ b/content/hardware/01.mkr/02.shields/mkr-can-shield/tutorials/mkr-can-communication/mkr-can-communication.md @@ -85,7 +85,7 @@ We then need to follow the wire diagrams below. The wire from ISO GND is connect We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** Now, we need to install the library needed. Head over to the [Arduino-CAN repository](https://github.com/sandeepmistry/arduino-CAN) and download the library by clicking on **Code > Download ZIP**. Head back to the editor, and navigate to **Sketch > Include Library > Add .ZIP Library**. Select the .ZIP file you downloaded (named arduino-CAN-master) and add it. diff --git a/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md b/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md index 93f19ab8a6..7297d27f0f 100644 --- a/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md +++ b/content/hardware/01.mkr/02.shields/mkr-env-shield/tutorials/mkr-env-shield-basic/mkr-env-shield-basic.md @@ -116,9 +116,9 @@ The circuit in this tutorial is very simple. Just attach the MKR ENV Shield on t We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRENV** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRENV** and install it. **3.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md b/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md index c1c7b7e02b..f6bcae3a64 100644 --- a/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md +++ b/content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md @@ -102,7 +102,7 @@ Then, connect an Ethernet cable to the connector on the shield. We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** There is no need to install any additional library, the **Ethernet** library is already installed on both the Offline and Online IDEs. Instead, let's take a look at some of the core functions we will use in the sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md b/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md index 5416e37ff0..41721ebedd 100644 --- a/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md +++ b/content/hardware/01.mkr/02.shields/mkr-gps-shield/tutorials/mkr-gps-basic/mkr-gps-basic.md @@ -59,9 +59,9 @@ The circuit in this tutorial is pretty simple, and the simplest assembly is to c We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRGPS** and install it. +**2.** Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRGPS** and install it. **3.** Here are some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md b/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md index cc7d510b01..ff2e5e1e71 100644 --- a/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md +++ b/content/hardware/01.mkr/02.shields/mkr-imu-shield/tutorials/mkr-imu-shield-basics/mkr-imu-shield-basics.md @@ -62,9 +62,9 @@ The circuit in this tutorial is very easy. Simply mount the MKR IMU Shield on to We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRIMU** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **MKRIMU** and install it. **3.** Here are some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md b/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md index 314456a5b3..384ec02f19 100644 --- a/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md +++ b/content/hardware/01.mkr/02.shields/mkr-mem-shield/tutorials/mkr-mem-shield/mkr-mem-shield-data-logger/mkr-mem-shield-data-logger.md @@ -79,7 +79,7 @@ Now, we need to insert a micro SD card into the slot on the shield. We will now get to the programming part of this tutorial. We will here create a program that will make readings on A0, A1 and A2, create a file on the SD card, and log the readings in that file. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-relay-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md b/content/hardware/01.mkr/02.shields/mkr-relay-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md index b22be43476..d247f89d75 100644 --- a/content/hardware/01.mkr/02.shields/mkr-relay-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md +++ b/content/hardware/01.mkr/02.shields/mkr-relay-shield/tutorials/mkr-relay-shield-basic/mkr-relay-basic.md @@ -84,7 +84,7 @@ Let's begin by mounting our MKR family board on top of the MKR Relay Shield. We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** Now, let's take a look at how we will activate our relays. We are actually not using a library, as the operation is very basic. diff --git a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md index dfb5a39e70..ab3bc09974 100644 --- a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md +++ b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fade/mkr-rgb-fade.md @@ -75,9 +75,9 @@ The circuit in this tutorial is very easy. Simply mount the MKR RGB Shield on to We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRRGB** and **ArduinoGraphics** and install them. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRRGB** and **ArduinoGraphics** and install them. **3.** Here are some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md index df333b0ad5..4c68a9990a 100644 --- a/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md +++ b/content/hardware/01.mkr/02.shields/mkr-rgb-shield/tutorials/mkr-rgb-fill-stroke/mkr-rgb-fill-stroke.md @@ -117,9 +117,9 @@ We can also use the stroke, without the fill, so we only get the outline of a re We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRRGB** and **ArduinoGraphics** and install them. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRRGB** and **ArduinoGraphics** and install them. **3.** These are some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md b/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md index 0913c8b929..1442e81d89 100644 --- a/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md +++ b/content/hardware/01.mkr/02.shields/mkr-sd-proto-shield/tutorials/mkr-sd-proto-shield-data-logger/mkr-sd-proto-shield-data-logger.md @@ -81,7 +81,7 @@ Now, we need to insert a micro SD card into the slot on the shield. We will now get to the programming part of this tutorial. We are going to create a program that will make readings on A0, A1 and A2 pins, create a file on the SD card, and log the readings in that file. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** Here are some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md b/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md index 3219bf3760..bd58f05488 100644 --- a/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md +++ b/content/hardware/01.mkr/02.shields/mkr-therm-shield/tutorials/mkr-therm-shield-basic/mkr-therm-shield-basic.md @@ -71,9 +71,9 @@ Then, we need to connect the thermocoupler to the shield. We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRTHERM** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_MKRTHERM** and install it. **3.** We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md b/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md index 2724de676d..557ca78a5f 100644 --- a/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md +++ b/content/hardware/01.mkr/03.carriers/mkr-motor-carrier/tutorials/mkr-motor-carrier-battery/mkr-motor-carrier-battery.md @@ -77,9 +77,9 @@ Finally, we can connect a micro USB cable to the MKR board that we are using. We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed for the board we are using. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMotorCarrier** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMotorCarrier** and install it. **3.** Here are some of the core functions of this sketch: diff --git a/content/hardware/02.hero/boards/micro/tutorials/keyboard-press/keyboard-press.md b/content/hardware/02.hero/boards/micro/tutorials/keyboard-press/keyboard-press.md index 1d0082fa1f..65061e0e7c 100644 --- a/content/hardware/02.hero/boards/micro/tutorials/keyboard-press/keyboard-press.md +++ b/content/hardware/02.hero/boards/micro/tutorials/keyboard-press/keyboard-press.md @@ -65,7 +65,7 @@ You can read more about the ASCII values in the links below: ## Programming the Board -In this tutorial, we will be using the **Keyboard** library, which is already included when [downloading the Arduino IDE](https://www.arduino.cc/en/software), or using the [Web Editor](https://create.arduino.cc/editor). +In this tutorial, we will be using the **Keyboard** library, which is already included when [downloading the Arduino IDE](https://www.arduino.cc/en/software), or using the [Cloud Editor](https://create.arduino.cc/editor). Before we begin, let's take a look at the functions used in this program: diff --git a/content/hardware/02.hero/boards/uno-mini-limited-edition/tutorials/uno-mini-le-guide/uno-mini-le-guide.md b/content/hardware/02.hero/boards/uno-mini-limited-edition/tutorials/uno-mini-le-guide/uno-mini-le-guide.md index 1deecd2f34..0cd298ba52 100644 --- a/content/hardware/02.hero/boards/uno-mini-limited-edition/tutorials/uno-mini-le-guide/uno-mini-le-guide.md +++ b/content/hardware/02.hero/boards/uno-mini-limited-edition/tutorials/uno-mini-le-guide/uno-mini-le-guide.md @@ -51,11 +51,11 @@ The UNO Mini LE can be programmed through the **Arduino IDE 2**. To install your - [How to use the board manager with the Arduino IDE 2](/software/ide-v2/tutorials/ide-v2-board-manager) -### Web Editor +### Cloud Editor -The UNO Mini LE can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: +The UNO Mini LE can be programmed through the **Cloud Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: -- [Getting started with the Web Editor](/arduino-cloud/getting-started/getting-started-web-editor) +- [Getting started with the Cloud Editor](/arduino-cloud/getting-started/getting-started-web-editor) ## The Blink Example diff --git a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md index 8e54837202..2d964e2339 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md @@ -50,7 +50,7 @@ The UNO R4 Minima is based on the [UNO R4 Board Package](/tutorials/uno-r4-minim ## Installation -The UNO R4 Minima can be programmed either via the Arduino IDE, Arduino Web Editor, or Arduino CLI. +The UNO R4 Minima can be programmed either via the Arduino IDE, Arduino Cloud Editor, or Arduino CLI. ### Arduino IDE @@ -58,11 +58,11 @@ To use the board in the Arduino IDE, you need to install the latest version of t Read more in the [Getting Started with the UNO R4 Minima](/tutorials/uno-r4-minima/minima-getting-started) guide. -### Arduino Web Editor +### Arduino Cloud Editor -The Web Editor is an online IDE that includes all official boards, no need for installing the Board Package. You will need the Create Plugin installed on your computer to use the Web Editor. +The Cloud Editor is an online IDE that includes all official boards, no need for installing the Board Package. You will need the Create Plugin installed on your computer to use the Cloud Editor. -Read more in the [Getting Started with the Web Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) guide. +Read more in the [Getting Started with the Cloud Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) guide. ## Renesas RA4M1 diff --git a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/minima-getting-started/minima-getting-started.md b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/minima-getting-started/minima-getting-started.md index bf0f4cb6d4..015e8b3ede 100644 --- a/content/hardware/02.hero/boards/uno-r4-minima/tutorials/minima-getting-started/minima-getting-started.md +++ b/content/hardware/02.hero/boards/uno-r4-minima/tutorials/minima-getting-started/minima-getting-started.md @@ -14,7 +14,7 @@ To install it, you will need a version of the Arduino IDE, which you can downloa - [Arduino UNO R4 Minima](https://store.arduino.cc/uno-r4-minima) - [Arduino IDE](/software/ide-v2) -***You can also use the [Web Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** +***You can also use the [Cloud Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** ## Download & Install IDE 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 1afec89595..c4dea1cd95 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 Web Editor +### Getting Started - Arduino Cloud Editor -All Arduino boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. +All Arduino boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. -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. +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. ### Getting Started - Arduino Cloud @@ -491,6 +491,7 @@ This equipment contains a radio transmitter module with model approval code: CMI | Date | **Revision** | **Changes** | | ---------- | ------------ | ------------------ | +| 05/09/2024 | 6 | Cloud Editor updated from Web Editor | | 03/07/2024 | 5 | Update Assets | | 19/09/2023 | 4 | Update FCC section | | 25/07/2023 | 3 | Update Pin Table | @@ -852,11 +853,11 @@ R7FA4M1AB3CFM#AA0微控制器上的GPIO可安全处理高达8mA的电流。切 如果您想在离线状态下对UNO R4 WiFi进行编程,则需要安装Arduino® Desktop IDE **[1]**。要将UNO R4 WiFi连接到计算机,您需要使用Type-C® USB电缆,该电缆还可为开发板供电,LED 指示灯 (DL1) 即可显示。 -### 入门 - Arduino Web Editor +### 入门 - Arduino Cloud Editor -只需安装一个简单的插件,包括本板在内的所有Arduino板都能在Arduino® Web Editor **[2]**上即插即用。 +只需安装一个简单的插件,包括本板在内的所有Arduino板都能在Arduino® Cloud Editor **[2]**上即插即用。 -Arduino Web Editor是在线托管的,因此它总是与最新的功能和对所有板的支持保持同步。按照 **[3]** 开始在浏览器上编码,并将草图上传到开发板上。 +Arduino Cloud Editor是在线托管的,因此它总是与最新的功能和对所有板的支持保持同步。按照 **[3]** 开始在浏览器上编码,并将草图上传到开发板上。 ### 入门 - Arduino Cloud @@ -977,6 +978,7 @@ Arduino S.r.l.特此声明,本产品符合欧盟指令 2014/53/EU 的基本要 | 日期 | ** **修订版** ** | **变更内容** | | ---------- | ---------------- | ------------- | +| 05/09/2024 | 6 | 从web编辑器更新为云编辑器 | | 03/07/2024 | 5 | 一般更新 | | 19/09/2023 | 4 | 更新 FCC 部分 | | 25/07/2023 | 3 | 更新引脚表 | diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md index 90ce5d67ee..ef4d209a2c 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/cheat-sheet/cheat-sheet.md @@ -50,7 +50,7 @@ The UNO R4 WiFi is based on the [Arduino UNO R4 Board Package](/tutorials/uno-r4 ## Installation -The UNO R4 WiFi can be programmed either via the Arduino IDE, Arduino Web Editor or Arduino CLI. +The UNO R4 WiFi can be programmed either via the Arduino IDE, Arduino Cloud Editor or Arduino CLI. ### Arduino IDE @@ -58,11 +58,11 @@ To use the board in the Arduino IDE, you need to install the latest version of t Read more in the [Getting Started with the UNO R4 WiFi](/tutorials/uno-r4-wifi/r4-wifi-getting-started) guide. -### Arduino Web Editor +### Arduino Cloud Editor -The Web Editor is an online IDE that includes all official boards, no need for installing the Board Package. You will need the Create Plugin installed on your computer to use the Web Editor. +The Cloud Editor is an online IDE that includes all official boards, no need for installing the Board Package. You will need the Create Plugin installed on your computer to use the Cloud Editor. -Read more in the [Getting Started with the Web Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) guide. +Read more in the [Getting Started with the Cloud Editor](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) guide. ## Arduino Cloud diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/r4-wifi-getting-started/r4-wifi-getting-started.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/r4-wifi-getting-started/r4-wifi-getting-started.md index 4fe07127cd..398af7434e 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/r4-wifi-getting-started/r4-wifi-getting-started.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/r4-wifi-getting-started/r4-wifi-getting-started.md @@ -16,7 +16,7 @@ To install it, you will need the Arduino IDE, which you can download from the [A - [Arduino UNO R4 WiFi](https://store.arduino.cc/uno-r4-wifi) - [Arduino IDE](/software/ide-v2) -***You can also use the [Web Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** +***You can also use the [Cloud Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** ## Download & Install IDE diff --git a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-chromebook-installation/uno-wifi-r2-chromebook-installation.md b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-chromebook-installation/uno-wifi-r2-chromebook-installation.md index cdaa55f733..c303e16ffa 100644 --- a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-chromebook-installation/uno-wifi-r2-chromebook-installation.md +++ b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-chromebook-installation/uno-wifi-r2-chromebook-installation.md @@ -1,7 +1,7 @@ --- title: 'UNO WiFi Rev 2 Chromebook Setup' difficulty: beginner -description: 'A quick tutorial on how to setup your UNO WiFi Rev 2 board with a Chromebook, using the Web Editor & the Arduino Chrome App.' +description: 'A quick tutorial on how to setup your UNO WiFi Rev 2 board with a Chromebook, using the Cloud Editor & the Arduino Chrome App.' tags: - Chromebook - Installation @@ -19,7 +19,7 @@ software: The [UNO WiFi Rev 2](https://store.arduino.cc/arduino-uno-wifi-rev2) is the connected version of the classic UNO board. If you are using a **Chromebook**, setting up your board is a bit different for this particular board: - You will need to upgrade the firmware using either a **Windows/Mac/Linux** computer, prior to programming it via a Chromebook. Detailed instructions are provided in this tutorial, and the process only takes a few minutes! -- It is only possible to use the [Web Editor](https://create.arduino.cc/editor), an online IDE that is part of the [Arduino Cloud](https://cloud.arduino.cc/). +- It is only possible to use the [Cloud Editor](https://create.arduino.cc/editor), an online IDE that is part of the [Arduino Cloud](https://cloud.arduino.cc/). ## Goals @@ -27,12 +27,12 @@ The goals of this project are: - Learn how to upgrade the firmware on your UNO WiFi Rev 2, so it can be used with a Chromebook. - Learn how to install the [Arduino Create for Education](https://chrome.google.com/webstore/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) app from Chrome Web Store. -- Learn how to upload a sketch to your board using a Chromebook and the Web Editor. +- Learn how to upload a sketch to your board using a Chromebook and the Cloud Editor. ## Hardware & Software Needed - AVRDUDE (instructions provided in the next section for each OS). -- [Arduino Web Editor](https://create.arduino.cc/). +- [Arduino Cloud Editor](https://create.arduino.cc/). - [Arduino Create for Education](https://chrome.google.com/webstore/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) (Chrome Web Store) - [Arduino UNO WiFi Rev 2](https://store.arduino.cc/arduino-uno-wifi-rev2). @@ -130,11 +130,11 @@ To program your Arduino via a Chromebook, you will need the [Arduino Create for ***If you have previously installed the app, make sure your version is up to date.*** -## Web Editor +## Cloud Editor -***To use the [Web Editor](https://create.arduino.cc/editor), you will need to be logged into your Arduino account. If you don't have an account, you will need to register one.*** +***To use the [Cloud Editor](https://create.arduino.cc/editor), you will need to be logged into your Arduino account. If you don't have an account, you will need to register one.*** -**1.** Head over to the [Web Editor](https://create.arduino.cc/editor). +**1.** Head over to the [Cloud Editor](https://create.arduino.cc/editor). **2.** Create a new sketch, and write your program. @@ -148,9 +148,9 @@ To program your Arduino via a Chromebook, you will need the [Arduino Create for **5.** Click the upload button. This will start the **compilation process**, and then upload the sketch to your board. -Congratulations, you have now uploaded a sketch to your UNO WiFi Rev 2 using the Web Editor on a Chromebook. +Congratulations, you have now uploaded a sketch to your UNO WiFi Rev 2 using the Cloud Editor on a Chromebook. -***For more details on using the Web Editor, visit the [Getting Started with Web Editor guide](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor).*** +***For more details on using the Cloud Editor, visit the [Getting Started with Cloud Editor guide](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor).*** ### Troubleshoot diff --git a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-hosting-a-webserver/uno-wifi-r2-hosting-a-webserver.md b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-hosting-a-webserver/uno-wifi-r2-hosting-a-webserver.md index f41ac99d03..9a8ff41ef1 100644 --- a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-hosting-a-webserver/uno-wifi-r2-hosting-a-webserver.md +++ b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-hosting-a-webserver/uno-wifi-r2-hosting-a-webserver.md @@ -51,9 +51,9 @@ ___ This tutorial barely uses any external hardware, except an LED that we will control remotely. However, the most interesting aspect lies in the library we are going to use: **WiFiNINA**. This library can be used for many different connectivity projects, where it allows us to connect to WiFi, make GET requests and - as we will explore in this tutorial - to create a web server. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino megaAVR Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino megaAVR Boards** and install it. -2. Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. +2. Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. 3. We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-mqtt-device-to-device/uno-wifi-r2-mqtt-device-to-device.md b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-mqtt-device-to-device/uno-wifi-r2-mqtt-device-to-device.md index e338dfd4b8..32884a075f 100644 --- a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-mqtt-device-to-device/uno-wifi-r2-mqtt-device-to-device.md +++ b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-mqtt-device-to-device/uno-wifi-r2-mqtt-device-to-device.md @@ -83,9 +83,9 @@ We will now go through the steps required to setup one board as a publisher, and - Configure the **publisher device** to create three topics and publish them to a broker. - Configure the **subscriber device** to subscribe to the three topics. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino avrMEGA Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino avrMEGA Boards** and install it. -2. Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMqttClient** and **WiFiNINA** and install them both. +2. Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoMqttClient** and **WiFiNINA** and install them both. 3. Now let's take a look at some important functions used in the sketches: diff --git a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-scan-networks/uno-wifi-r2-scan-networks.md b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-scan-networks/uno-wifi-r2-scan-networks.md index bb6a9f7778..f95bf77876 100644 --- a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-scan-networks/uno-wifi-r2-scan-networks.md +++ b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-scan-networks/uno-wifi-r2-scan-networks.md @@ -51,7 +51,7 @@ This tutorial requires no additional circuit. ## Programming the Board -1. First we need to make sure we have the dependencies installed. For this tutorial, we will need to install the [WiFiNINA](https://www.arduino.cc/en/Reference/WiFiNINA) library. If we are using the offline editor, we can locate this library in **Tools > Manage Libraries...**. If we are using the [Web Editor](https://create.arduino.cc/), it is already installed. +1. First we need to make sure we have the dependencies installed. For this tutorial, we will need to install the [WiFiNINA](https://www.arduino.cc/en/Reference/WiFiNINA) library. If we are using the offline editor, we can locate this library in **Tools > Manage Libraries...**. If we are using the [Cloud Editor](https://create.arduino.cc/), it is already installed. 2. If we are using the offline editor, we need to make sure we have the drivers installed for the Arduino UNO WiFi Rev2 board. In the editor, navigate to **Tools > Board > Board Manager...**, and install the **Arduino avrMEGA Boards** core. diff --git a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-web-server-ap-mode/uno-wifi-r2-web-server-ap-mode.md b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-web-server-ap-mode/uno-wifi-r2-web-server-ap-mode.md index 8f71910c62..1ac6bc8986 100644 --- a/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-web-server-ap-mode/uno-wifi-r2-web-server-ap-mode.md +++ b/content/hardware/02.hero/boards/uno-wifi-rev2/tutorials/uno-wifi-r2-web-server-ap-mode/uno-wifi-r2-web-server-ap-mode.md @@ -67,9 +67,9 @@ And that is the configuration we will be using in this tutorial. There are a few ## Programming the Board -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino megaAVR Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino megaAVR Boards** and install it. -2. Now, we need to install the library needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. +2. Now, we need to install the library needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. 3. We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/03.nano/boards/nano-33-ble-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md b/content/hardware/03.nano/boards/nano-33-ble-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md index 76ba0d34f6..eb26494128 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md +++ b/content/hardware/03.nano/boards/nano-33-ble-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md @@ -59,11 +59,11 @@ The Nano 33 BLE Rev2 can be programmed through the **Arduino IDE 2**. To install - [How to use the board manager with the Arduino IDE 2](/software/ide-v2/tutorials/ide-v2-board-manager) -### Web Editor +### Cloud Editor -The Nano 33 BLE Rev2 can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: +The Nano 33 BLE Rev2 can be programmed through the **Cloud Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: -- [Getting Started with the Web Editor](/arduino-cloud/guides/cloud-editor) +- [Getting Started with the Cloud Editor](/arduino-cloud/guides/cloud-editor) ## Using OpenMV IDE diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md index e463fe529f..26f9c69898 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md @@ -61,11 +61,11 @@ The Nano 33 BLE Sense Rev2 can be programmed through the **Arduino IDE 2**. To i - [How to use the board manager with the Arduino IDE 2](/software/ide-v2/tutorials/ide-v2-board-manager) -### Web Editor +### Cloud Editor -The Nano 33 BLE Sense Rev2 can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: +The Nano 33 BLE Sense Rev2 can be programmed through the **Cloud Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: -- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) +- [Getting started with the Cloud Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) ## MicroPython diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md index 20d1f6a98b..8b374c67d1 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md @@ -50,7 +50,7 @@ We’re excited to share some of the first examples and tutorials, and to see wh ## Hardware & Software Needed - An [Arduino Nano 33 BLE Sense Rev2](/hardware/nano-33-ble-sense-rev2) board - A Micro USB cable to connect the Arduino board to your desktop machine -- To program your board, you can use the [Arduino Web Editor](https://www.arduino.cc/en/main/software) or install the [Arduino IDE](https://www.arduino.cc/en/main/software). We’ll give you more details on how to set these up in the following sections +- To program your board, you can use the [Arduino Cloud Editor](https://www.arduino.cc/en/main/software) or install the [Arduino IDE](https://www.arduino.cc/en/main/software). We’ll give you more details on how to set these up in the following sections The Arduino Nano 33 BLE Sense Rev2 has a variety of onboard sensors meaning potential for some cool TinyML applications: @@ -97,8 +97,8 @@ The inference examples for TensorFlow Lite for Microcontrollers are now packaged For more background on the examples you can take a look at the source in the [TensorFlow repository](https://github.com/tensorflow/tflite-micro-arduino-examples). The models in these examples were previously trained. The tutorials below show you how to deploy and run them on an Arduino. In the next section, we’ll discuss training. -## How to Run the Examples Using Arduino Create Web Editor. -Once you connect your Arduino Nano 33 BLE Sense Rev2 to your desktop machine with a USB cable you will be able to compile and run the following TensorFlow examples on the board by using the [Arduino Create](https://create.arduino.cc/editor) web editor: +## How to Run the Examples Using Arduino Create Cloud Editor. +Once you connect your Arduino Nano 33 BLE Sense Rev2 to your desktop machine with a USB cable you will be able to compile and run the following TensorFlow examples on the board by using the [Arduino Create](https://create.arduino.cc/editor) Cloud Editor: ![Compiling an example from the Arduino_TensorFlowLite library.](assets/create-lib.gif) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md index 5ac2d5a7c8..a647a7f41a 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/humidity-and-temperature-sensor/content.md @@ -72,11 +72,11 @@ If you want to read more about the HS3003 sensor you can take a look at the [dat **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab, search for the **HS300x** library, then in **Examples**, open the **ReadSensors** example. Once the sketch is open, rename it as **Temp_Humidity**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab, search for the **HS300x** library, then in **Examples**, open the **ReadSensors** example. Once the sketch is open, rename it as **Temp_Humidity**. **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer to check that the Web Editor recognises it, if so, the board and port should appear as shown in the image. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognise your board. +Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer to check that the Cloud Editor recognises it, if so, the board and port should appear as shown in the image. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognise your board. ![Selecting the board.](assets/nano33BS_01_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md index f8b7724990..69ae302119 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-accelerometer/content.md @@ -33,7 +33,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The IMU System on Arduino Nano 33 BLE Sense Rev2 @@ -72,13 +72,13 @@ In this example, we will use the accelerometer as a "level" that will provide in **1. Setting up** -Let's start by opening the Arduino Web Editor, click on the **Libraries** tab and search for the **BMI270_BMM150** library. Then in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. +Let's start by opening the Arduino Cloud Editor, click on the **Libraries** tab and search for the **BMI270_BMM150** library. Then in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. -![Finding the library in the Web Editor.](./assets/nano33BS_02_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_02_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_02_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md index 89b539a8f0..c6d50eb837 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-gyroscope/content.md @@ -32,7 +32,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The BMI270 & BMM150 Inertial Modules @@ -71,14 +71,14 @@ In this example, we will use the gyroscope as an indicator for the direction of **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **BMI270_BMM150** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **BMI270_BMM150** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. -![Finding the library in the Web Editor.](./assets/nano33BS_03_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_03_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_03_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md index 9f21dfab3a..be56617854 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/imu-magnetometer/content.md @@ -34,7 +34,7 @@ The goals of this project are to: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. @@ -71,14 +71,14 @@ In this tutorial we will read the values X, Y and Z and provide visual feedback **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "magnetometer". Then, navigate to the **Libraries** tab, search for the **BMI270_BMM150** library and click on the **Include** button. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "magnetometer". Then, navigate to the **Libraries** tab, search for the **BMI270_BMM150** library and click on the **Include** button. -![Finding the library in the Web Editor.](./assets/nano33BS_04_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_04_include_library.png) **2. Connecting the board** -Next, connect the Arduino Nano 33 BLE Sense Rev2 to the computer and make sure that the Web Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Next, connect the Arduino Nano 33 BLE Sense Rev2 to the computer and make sure that the Cloud Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](./assets/nano33BS_04_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md index 338966684c..f2455b6c75 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/microphone-sensor/microphone_sensor.md @@ -39,7 +39,7 @@ The goals of this project are: ## Hardware & Software Needed * Arduino Nano 33 BLE Sense Rev2. * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Cloud Editor](https://create.arduino.cc/editor) to program the board. @@ -63,13 +63,13 @@ If you want to read more about the MP34DT06JTR sensor you can take a look at the **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab, search for the **PDM FOR MBED** library, then in **Examples**, open the **PDMSerialPlotter** example. Once the sketch is open, rename it as **Sound_Meter**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab, search for the **PDM FOR MBED** library, then in **Examples**, open the **PDMSerialPlotter** example. Once the sketch is open, rename it as **Sound_Meter**. -![Finding the library in the Web Editor.](assets/nano33BS_08_library.png) +![Finding the library in the Cloud Editor.](assets/nano33BS_08_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer to check that the Web Editor recognizes it, if so, the board and port should appear as shown in the image. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense Rev2 to the computer to check that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_08_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md index 5c53645102..61cb45dedf 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/barometric-sensor/barometric_sensor.md @@ -34,7 +34,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Create Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Create Cloud Editor](https://create.arduino.cc/editor) to program the board. ## LPS22HB Sensor @@ -73,14 +73,14 @@ This graph shows the mathematical relationship between atmospheric pressure and **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LPS22HB** library. Then in **> Examples**, open the **ReadPressure** sketch and once it opens, rename it as **Barometer**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LPS22HB** library. Then in **> Examples**, open the **ReadPressure** sketch and once it opens, rename it as **Barometer**. -![Finding the library in the Web Editor.](./assets/nano33BS_05_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_05_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board and port.](assets/nano33BS_05_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/bluetooth/bluetooth.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/bluetooth/bluetooth.md index 94d0cc246a..921c8324bd 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/bluetooth/bluetooth.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/bluetooth/bluetooth.md @@ -28,7 +28,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Cloud Editor](https://create.arduino.cc/editor) to program the board. ## Bluetooth® Low Energy and Bluetooth® @@ -57,14 +57,14 @@ If you want to read more about UUIDs, services, and characteristics, check the l **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **ArduinoBLE** library. Then in **> Examples > Peripheral**, open the **LED** sketch and once it opens, you could rename it as desired. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **ArduinoBLE** library. Then in **> Examples > Peripheral**, open the **LED** sketch and once it opens, you could rename it as desired. -![Finding the library in the Web Editor.](./assets/nano33BS_09_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_09_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting board and port.](assets/nano33BS_09_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md index f4392123c1..978aebb98d 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md @@ -61,11 +61,11 @@ The Nano 33 BLE Sense can be programmed through the **Arduino IDE 2**. To instal - [How to use the board manager with the Arduino IDE 2.0](/software/ide-v2/tutorials/ide-v2-board-manager) -### Web Editor +### Cloud Editor -The Nano 33 BLE Sense can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: +The Nano 33 BLE Sense can be programmed through the **Cloud Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: -- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) +- [Getting started with the Cloud Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) ## MicroPython diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md index 983bc5f3d8..95ddb79f5b 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/gesture-sensor/content.md @@ -32,7 +32,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Create Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Create Cloud Editor](https://create.arduino.cc/editor) to program the board. ## APDS9960 Sensor @@ -80,13 +80,13 @@ For the purposes of this tutorial we will only focus on the gesture readings, wh **1. Setting up** -Let's start by opening the Arduino Web Editor, click on the **Libraries** tab and search for the **APDS9960** library. Then in **> Examples**, open the **GestureSensor** sketch and once it opens, you could rename it as Gesture&LEDs. +Let's start by opening the Arduino Cloud Editor, click on the **Libraries** tab and search for the **APDS9960** library. Then in **> Examples**, open the **GestureSensor** sketch and once it opens, you could rename it as Gesture&LEDs. -![Finding the library in the Web Editor.](./assets/nano33BS_07_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_07_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_07_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md index a01263445c..bad11e17fe 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md @@ -50,7 +50,7 @@ We’re excited to share some of the first examples and tutorials, and to see wh ## Hardware & Software Needed - An [Arduino Nano 33 BLE Sense](/hardware/nano-33-ble-sense) board - A Micro USB cable to connect the Arduino board to your desktop machine -- To program your board, you can use the [Arduino Web Editor](https://www.arduino.cc/en/main/software) or install the [Arduino IDE](https://www.arduino.cc/en/main/software). We’ll give you more details on how to set these up in the following sections +- To program your board, you can use the [Arduino Cloud Editor](https://www.arduino.cc/en/main/software) or install the [Arduino IDE](https://www.arduino.cc/en/main/software). We’ll give you more details on how to set these up in the following sections - [TensorFlow Lite Micro Library](https://github.com/tensorflow/tflite-micro-arduino-examples) (download only available via GitHub). The Arduino Nano 33 BLE Sense has a variety of onboard sensors meaning potential for some cool TinyML applications: @@ -95,8 +95,8 @@ The inference examples for TensorFlow Lite for Microcontrollers are now packaged For more background on the examples you can take a look at the source in the [TensorFlow repository](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro). The models in these examples were previously trained. The tutorials below show you how to deploy and run them on an Arduino. In the next section, we’ll discuss training. -## How to Run the Examples Using Arduino Create Web Editor. -Once you connect your Arduino Nano 33 BLE Sense to your desktop machine with a USB cable you will be able to compile and run the following TensorFlow examples on the board by using the [Arduino Create](https://create.arduino.cc/editor) web editor: +## How to Run the Examples Using Arduino Create Cloud Editor. +Once you connect your Arduino Nano 33 BLE Sense to your desktop machine with a USB cable you will be able to compile and run the following TensorFlow examples on the board by using the [Arduino Create](https://create.arduino.cc/editor) Cloud Editor: ![Compiling an example from the Arduino_TensorFlowLite library.](assets/create-lib.gif) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/humidity-and-temperature-sensor/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/humidity-and-temperature-sensor/content.md index 7d117b3369..cc4aeb9dd6 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/humidity-and-temperature-sensor/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/humidity-and-temperature-sensor/content.md @@ -34,7 +34,7 @@ The goals of this project are: ## Hardware & Software Needed * Arduino Nano 33 BLE Sense. * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Create Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Create Cloud Editor](https://create.arduino.cc/editor) to program the board. @@ -72,13 +72,13 @@ If you want to read more about the HTS221 sensor you can take a look at the Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. +Let's start by opening the Arduino Cloud Editor, click on the **Libraries** tab and search for the **LSM9DS1** library. Then in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. -![Finding the library in the Web Editor.](./assets/nano33BS_02_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_02_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_02_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-gyroscope/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-gyroscope/content.md index bb8687f21b..4a9598a769 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-gyroscope/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-gyroscope/content.md @@ -32,7 +32,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The LSM9DS1 Inertial Module @@ -72,14 +72,14 @@ In this example, we will use the gyroscope as an indicator for the direction of **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LSM9DS1** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LSM9DS1** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. -![Finding the library in the Web Editor.](./assets/nano33BS_03_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_03_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_03_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-magnetometer/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-magnetometer/content.md index 7b17f12d28..5b671c8677 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-magnetometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/imu-magnetometer/content.md @@ -35,7 +35,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. @@ -71,14 +71,14 @@ In this tutorial we will read the values X, Y and Z and provide visual feedback **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "magnetometer". Then, navigate to the **Libraries** tab, search for the **LSM9DS1** library and click on the **Include** button. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "magnetometer". Then, navigate to the **Libraries** tab, search for the **LSM9DS1** library and click on the **Include** button. -![Finding the library in the Web Editor.](./assets/nano33BS_04_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_04_include_library.png) **2. Connecting the board** -Next, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Web Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Next, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Cloud Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](./assets/nano33BS_04_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/microphone-sensor/microphone_sensor.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/microphone-sensor/microphone_sensor.md index 625aad86aa..11d6522612 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/microphone-sensor/microphone_sensor.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/microphone-sensor/microphone_sensor.md @@ -39,7 +39,7 @@ The goals of this project are: ## Hardware & Software Needed * Arduino Nano 33 BLE Sense. * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Cloud Editor](https://create.arduino.cc/editor) to program the board. @@ -63,13 +63,13 @@ If you want to read more about the MP34DT05 sensor you can take a look at the Examples**, open the **ProximitySensor** sketch and once it opens, you could rename is as **Proximity_LED**. +Let's start by opening the Arduino Cloud Editor, click on the **Libraries** tab and search for the **APDS9960** library. Then in **> Examples**, open the **ProximitySensor** sketch and once it opens, you could rename is as **Proximity_LED**. -![Finding the library in the Web Editor.](./assets/nano33BS_11_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BS_11_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_11_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/rgb-sensor/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/rgb-sensor/content.md index 6f687f3d83..7465704a38 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/rgb-sensor/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/rgb-sensor/content.md @@ -33,7 +33,7 @@ The goals of this project are: ## Hardware & Software Needed * Arduino Nano 33 BLE Sense. * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Cloud Editor](https://create.arduino.cc/editor) to program the board. @@ -60,13 +60,13 @@ It features: **1.** Setting up -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab, search for the **APDS9960** library, then in **Examples**, open the **ColorSensor** example. Once the sketch is open, rename it as **Light_composition**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab, search for the **APDS9960** library, then in **Examples**, open the **ColorSensor** example. Once the sketch is open, rename it as **Light_composition**. -![Finding the library in the Web Editor.](assets/nano33BS_10_library.png) +![Finding the library in the Cloud Editor.](assets/nano33BS_10_library.png) **2.** Connecting the board -Now, connect the Arduino Nano 33 BLE Sense to the computer to check that the Web Editor recognizes it, if so, the board and port should appear as shown in the image. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE Sense to the computer to check that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BS_10_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/uart/content.md b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/uart/content.md index c4f31670f1..2055e0ac6e 100644 --- a/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/uart/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/uart/content.md @@ -73,7 +73,7 @@ To finish, it is very important that we connect the GND pins of both boards to e **1. Configuring the Receiver board** -First, let's connect the Arduino Nano 33 BLE Sense board to the computer and opening the Arduino Web Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. +First, let's connect the Arduino Nano 33 BLE Sense board to the computer and opening the Arduino Cloud Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. To start with the programming, start a new sketch and name it **Nano_UART_receiver**. **1.1. Receiver code walkthrough** diff --git a/content/hardware/03.nano/boards/nano-33-ble/tutorials/bluetooth/Bluetooth.md b/content/hardware/03.nano/boards/nano-33-ble/tutorials/bluetooth/Bluetooth.md index 06b1fd9999..a75e9c7791 100644 --- a/content/hardware/03.nano/boards/nano-33-ble/tutorials/bluetooth/Bluetooth.md +++ b/content/hardware/03.nano/boards/nano-33-ble/tutorials/bluetooth/Bluetooth.md @@ -33,7 +33,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Cloud Editor](https://create.arduino.cc/editor) to program the board. ## Bluetooth® Low Energy and Bluetooth® @@ -64,15 +64,15 @@ If you want to read more about UUIDs, services, and characteristics, check the l **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **ArduinoBLE** library. Then in **> Examples > Peripheral**, open the **LED** sketch and once it opens, you could rename it as desired. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **ArduinoBLE** library. Then in **> Examples > Peripheral**, open the **LED** sketch and once it opens, you could rename it as desired. -![Finding the library in the Web Editor.](./assets/nano33BLE_04_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BLE_04_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BLE_04_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble/tutorials/i2c/i2c.md b/content/hardware/03.nano/boards/nano-33-ble/tutorials/i2c/i2c.md index d04ce07d86..5b7005e302 100644 --- a/content/hardware/03.nano/boards/nano-33-ble/tutorials/i2c/i2c.md +++ b/content/hardware/03.nano/boards/nano-33-ble/tutorials/i2c/i2c.md @@ -79,7 +79,7 @@ To finish, we need to connect the GND pins of both boards to each other. **1. Setting up** -First start by connecting your Arduino Nano 33 BLE board to the computer and opening the Arduino Create Web Editor. This board will act as the reader. Start a new sketch and name it **Nano_I2C_Reader**. +First start by connecting your Arduino Nano 33 BLE board to the computer and opening the Arduino Create Cloud Editor. This board will act as the reader. Start a new sketch and name it **Nano_I2C_Reader**. **2. Reader code explanation** diff --git a/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer/content.md b/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer/content.md index 39ce49ef78..ddd0bd7552 100644 --- a/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-accelerometer/content.md @@ -34,7 +34,7 @@ The goals of this project are: ## Hardware & Software Needed - This project uses no external sensors or components. -- In this tutorial we will use the Arduino Create Web Editor to program the board. +- In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The LSM9DS1 Inertial Module @@ -73,13 +73,13 @@ In this example, we will use the accelerometer as a "level" that will provide in **1. Setting up** -Let's start by opening the Arduino Web Editor, click on the **Libraries** tab and search for the **LSM9DS1** library. Then in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. +Let's start by opening the Arduino Cloud Editor, click on the **Libraries** tab and search for the **LSM9DS1** library. Then in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. -![Finding the library in the Web Editor.](./assets/nano33BLE_01_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BLE_01_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BLE_01_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-gyroscope/content.md b/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-gyroscope/content.md index 5893a6e4de..dae9ad4fca 100644 --- a/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-gyroscope/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-gyroscope/content.md @@ -32,7 +32,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The LSM9DS1 Inertial Module @@ -72,14 +72,14 @@ In this example, we will use the gyroscope as an indicator for the direction of **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LSM9DS1** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LSM9DS1** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. -![Finding the library in the Web Editor.](./assets/nano33BLE_02_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BLE_02_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 BLE to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 BLE to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33BLE_02_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-magnetometer/content.md b/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-magnetometer/content.md index d1c727356b..4e5fbf3e79 100644 --- a/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-magnetometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-ble/tutorials/imu-magnetometer/content.md @@ -35,7 +35,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The LSM9DS1 Inertial Module @@ -73,14 +73,14 @@ In this tutorial we will read the values X, Y and Z and provide visual feedback **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "magnetometer". Then, navigate to the **Libraries** tab, search for the **LSM9DS1** library and click on the **Include** button. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "magnetometer". Then, navigate to the **Libraries** tab, search for the **LSM9DS1** library and click on the **Include** button. -![Finding the library in the Web Editor.](./assets/nano33BLE_03_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33BLE_03_include_library.png) **2. Connecting the board** -Next, connect the Arduino Nano 33 BLE to the computer and make sure that the Web Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Next, connect the Arduino Nano 33 BLE to the computer and make sure that the Cloud Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](./assets/nano33BLE_03_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-ble/tutorials/uart/UART.md b/content/hardware/03.nano/boards/nano-33-ble/tutorials/uart/UART.md index b2a46c699a..685adc2db1 100644 --- a/content/hardware/03.nano/boards/nano-33-ble/tutorials/uart/UART.md +++ b/content/hardware/03.nano/boards/nano-33-ble/tutorials/uart/UART.md @@ -70,7 +70,7 @@ To finish, it is very important that we connect the GND pins of both boards to e **1. Configuring the Receiver board** -First, let's connect the Arduino Nano 33 BLE board to the computer and opening the Arduino Web Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. +First, let's connect the Arduino Nano 33 BLE board to the computer and opening the Arduino Cloud Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. To start with the programming, start a new sketch and name it **Nano_UART_receiver**. **1.1. Receiver code walkthrough** diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/bluetooth/content.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/bluetooth/content.md index 2a501eb169..745b1d9b2a 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/bluetooth/content.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/bluetooth/content.md @@ -34,7 +34,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Cloud Editor](https://create.arduino.cc/editor) to program the board. ## Bluetooth® Low Energy and Bluetooth® @@ -63,14 +63,14 @@ If you want to read more about UUIDs, services, and characteristics, check the l **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **ArduinoBLE** library. Then in **Examples > Peripheral**, open the **LED** sketch and once it opens, you could rename it as desired. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **ArduinoBLE** library. Then in **Examples > Peripheral**, open the **LED** sketch and once it opens, you could rename it as desired. -![Finding the library in the Web Editor.](./assets/nano33IOT_03_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33IOT_03_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 IoT to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 IoT to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33IOT_03_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/i2c/i2c.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/i2c/i2c.md index 523a79822e..89a8a519db 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/i2c/i2c.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/i2c/i2c.md @@ -80,7 +80,7 @@ To finish, we need to connect the GND pins of both boards to each other. **1. Setting up** -First start by connecting your Arduino Nano 33 IoT board to the computer and opening the Arduino Create Web Editor. This board will act as the reader. Start a new sketch and name it **Nano_I2C_Reader**. +First start by connecting your Arduino Nano 33 IoT board to the computer and opening the Arduino Create Cloud Editor. This board will act as the reader. Start a new sketch and name it **Nano_I2C_Reader**. **2. Reader code explanation** diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/ifttt-connection/content.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/ifttt-connection/content.md index b3adaa6186..73ebd7370b 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/ifttt-connection/content.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/ifttt-connection/content.md @@ -28,12 +28,12 @@ The goals of this project are: - Understand what the NINA-W102 module is. - Use the WiFiNINA library. - Learn how to connect Arduino to a service. - - Learn how to send an email from the Arduino Web Editor using online automation tools. + - Learn how to send an email from the Arduino Cloud Editor using online automation tools. ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the [Arduino Web Editor](https://create.arduino.cc/editor) to program the board. +* In this tutorial we will use the [Arduino Cloud Editor](https://create.arduino.cc/editor) to program the board. ## Online Automation Tools @@ -69,14 +69,14 @@ In this tutorial we will use the library to connect the board to the Wi-Fi netwo **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), create a new sketch and name it **email_sender**. Then, navigate to the **Libraries** tab, search for the **WIFININA** library and click on the **Include** button. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), create a new sketch and name it **email_sender**. Then, navigate to the **Libraries** tab, search for the **WIFININA** library and click on the **Include** button. -![Finding the library in the Web Editor.](./assets/nano33IOT_06_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33IOT_06_library.png) **2. Connecting the board** -Next, connect the Arduino Nano 33 IoT to the computer and make sure that the Web Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Next, connect the Arduino Nano 33 IoT to the computer and make sure that the Cloud Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](./assets/nano33IOT_06_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-accelerometer/content.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-accelerometer/content.md index c3b2a8542d..5f20497998 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-accelerometer/content.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-accelerometer/content.md @@ -37,7 +37,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The LSM6DS3 Inertial Module @@ -74,13 +74,13 @@ In this example, we will use the accelerometer as a "level" that will provide in **1. Setting up** -Let's start by opening the Arduino Web Editor, click on the **Libraries** tab and search for the **LSM6DS3** library. Then in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. +Let's start by opening the Arduino Cloud Editor, click on the **Libraries** tab and search for the **LSM6DS3** library. Then in **> Examples**, open the **SimpleAccelerometer** sketch and once it opens, rename it as **Accelerometer**. -![Finding the library in the Web Editor.](./assets/nano33IOT_01_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33IOT_01_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 IoT to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 IoT to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33IOT_01_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-gyroscope/content.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-gyroscope/content.md index f5627d0c80..78c5cf3a88 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-gyroscope/content.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/imu-gyroscope/content.md @@ -34,7 +34,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Create Web Editor to program the board. +* In this tutorial we will use the Arduino Create Cloud Editor to program the board. ## The LSM6DS3 Inertial Module @@ -73,14 +73,14 @@ In this example, we will use the gyroscope as an indicator for the direction of **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LSM6DS3** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor), click on the **Libraries** tab and search for the **LSM6DS3** library. Then in **> Examples**, open the **SimpleGyroscope** sketch and once it opens, rename it as **Gyroscope**. -![Finding the library in the Web Editor.](./assets/nano33IOT_02_include_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33IOT_02_include_library.png) **2. Connecting the board** -Now, connect the Arduino Nano 33 IoT to the computer and make sure that the Web Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Now, connect the Arduino Nano 33 IoT to the computer and make sure that the Cloud Editor recognizes it, if so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](assets/nano33IOT_02_board_port.png) diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/iot-cloud/content.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/iot-cloud/content.md index 8deb7bcb8e..276c1f323e 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/iot-cloud/content.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/iot-cloud/content.md @@ -133,9 +133,9 @@ Once we have created all of the widgets, we can arrange them however we want pre All of the configurations we have done so far, have basically been compiled into a special sketch. This sketch now contains information on what device we are using, a unique ID of our thing, the variables we created and the network information we entered. All we have to do now, is to add some code to the sketch! -Let's go back to our thing overview by navigating to the **Things** tab, then select our thing named "Nano Alarm" and click on the **Sketch** tab. Here, we should see an automatically generated sketch. This sketch is practically a "shell" for the code that we will add next, meaning it has no functionality yet. Since the code we are creating is quite long, we can press the **Open full editor** button that will link us to the Arduino Web Editor, and work from there. +Let's go back to our thing overview by navigating to the **Things** tab, then select our thing named "Nano Alarm" and click on the **Sketch** tab. Here, we should see an automatically generated sketch. This sketch is practically a "shell" for the code that we will add next, meaning it has no functionality yet. Since the code we are creating is quite long, we can press the **Open full editor** button that will link us to the Arduino Cloud Editor, and work from there. -Once we are in the Arduino Web Editor, we can start modifying the code in order to create an alarm controlled through the IoT Cloud. +Once we are in the Arduino Cloud Editor, we can start modifying the code in order to create an alarm controlled through the IoT Cloud. After including the `thingProperties` library, we will need to include the `RTCZero` library and create and name an object in this library. In this case, we have called the object `alarm` but you can call it as you want. diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/uart/content.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/uart/content.md index fd8b546b04..8615a41193 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/uart/content.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/uart/content.md @@ -71,7 +71,7 @@ To finish, it is very important that we connect the GND pins of both boards to e **1. Configuring the Receiver board** -First, let's connect the Arduino Nano 33 IoT board to the computer and opening the Arduino Web Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. +First, let's connect the Arduino Nano 33 IoT board to the computer and opening the Arduino Cloud Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. To start with the programming, start a new sketch and name it **Nano_UART_receiver**. **1.1. Receiver code walkthrough** diff --git a/content/hardware/03.nano/boards/nano-33-iot/tutorials/wifi-connection/content.md b/content/hardware/03.nano/boards/nano-33-iot/tutorials/wifi-connection/content.md index 606e2f2257..199395098e 100644 --- a/content/hardware/03.nano/boards/nano-33-iot/tutorials/wifi-connection/content.md +++ b/content/hardware/03.nano/boards/nano-33-iot/tutorials/wifi-connection/content.md @@ -32,7 +32,7 @@ The goals of this project are: ## Hardware & Software Needed * This project uses no external sensors or components. -* In this tutorial we will use the Arduino Web Editor to program the board. +* In this tutorial we will use the Arduino Cloud Editor to program the board. @@ -66,14 +66,14 @@ In this tutorial we will read the information of a Wi-Fi network as the SSID, th **1. Setting up** -Let's start by opening the [Arduino Web Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "WiFi_Connection". Then, navigate to the **Libraries** tab, search for the **WiFiNINA** library and click on the **Include** button. +Let's start by opening the [Arduino Cloud Editor](https://create.arduino.cc/editor) and creating a new sketch, this can be named "WiFi_Connection". Then, navigate to the **Libraries** tab, search for the **WiFiNINA** library and click on the **Include** button. -![Finding the library in the Web Editor.](./assets/nano33IOT_04_library.png) +![Finding the library in the Cloud Editor.](./assets/nano33IOT_04_library.png) **2. Connecting the board** -Next, connect the Arduino Nano 33 IoT to the computer and make sure that the Web Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. +Next, connect the Arduino Nano 33 IoT to the computer and make sure that the Cloud Editor recognizes it. If so, the board and port should appear as shown in the image below. If they don't appear, follow the [instructions](https://create.arduino.cc/getting-started/plugin/welcome) to install the plugin that will allow the Editor to recognize your board. ![Selecting the board.](./assets/nano33IOT_04_board_port.png) 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 e5697bd479..4b44e6ee42 100644 --- a/content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md +++ b/content/hardware/03.nano/boards/nano-esp32/datasheet/datasheet.md @@ -503,6 +503,7 @@ This equipment contains a radio transmitter module with model approval code: CMI | 23/02/2024 | Added antenna frequency to block diagram | | 25/04/2024 | Updated link to new Cloud Editor | | 23/08/2024 | Added SRRC certification | +| 23/08/2024 | Cloud Editor updated from Web Editor | @@ -977,7 +978,7 @@ Arduino S.r.l. 特此声明,本产品符合 201453/EU 指令的基本要求和 | ---------------------------- | ----------------------------------------------------------------------------------------------- | | Arduino IDE (Desktop) | | | Arduino Cloud Editor | | -| Cloud Web Editor - 入门指南 | | +| Cloud Cloud Editor - 入门指南 | | | Arduino Project Hub | | | 库参考 | | | 在线商店 | | @@ -995,3 +996,4 @@ Arduino S.r.l. 特此声明,本产品符合 201453/EU 指令的基本要求和 | 2023/11/23 | 为 LP 模式添加了标签 | | 2024/02/23 | 在方框图中添加了天线频率 | | 2024/08/23 | SRRC 认证 | +| 2024/09/05 | 从web编辑器更新为云编辑器 | diff --git a/content/hardware/03.nano/boards/nano-esp32/tutorials/getting-started-nano-esp32/getting-started-nano-esp32.md b/content/hardware/03.nano/boards/nano-esp32/tutorials/getting-started-nano-esp32/getting-started-nano-esp32.md index 649aafd815..0b4abbb94c 100644 --- a/content/hardware/03.nano/boards/nano-esp32/tutorials/getting-started-nano-esp32/getting-started-nano-esp32.md +++ b/content/hardware/03.nano/boards/nano-esp32/tutorials/getting-started-nano-esp32/getting-started-nano-esp32.md @@ -16,7 +16,7 @@ To install it, you will need the Arduino IDE, which you can download from the [A - [Arduino Nano ESP32](https://store.arduino.cc/nano-esp32) - [Arduino IDE](/software/ide-v2) -***You can also use the [Arduino Web Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** +***You can also use the [Arduino Cloud Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** ## Download & Install IDE diff --git a/content/hardware/03.nano/boards/nano-every/tutorials/i2c/content.md b/content/hardware/03.nano/boards/nano-every/tutorials/i2c/content.md index 7129ad7823..27b47dbb7c 100644 --- a/content/hardware/03.nano/boards/nano-every/tutorials/i2c/content.md +++ b/content/hardware/03.nano/boards/nano-every/tutorials/i2c/content.md @@ -79,7 +79,7 @@ To finish, we need to connect the GND pins of both boards to each other. **1. Setting up** -First start by connecting your Arduino Nano Every board to the computer and opening the Arduino Create Web Editor. This board will act as the reader. Start a new sketch and name it **Nano_I2C_Reader**. +First start by connecting your Arduino Nano Every board to the computer and opening the Arduino Create Cloud Editor. This board will act as the reader. Start a new sketch and name it **Nano_I2C_Reader**. **2. Reader code explanation** diff --git a/content/hardware/03.nano/boards/nano-every/tutorials/run-4-uart/content.md b/content/hardware/03.nano/boards/nano-every/tutorials/run-4-uart/content.md index ec6851904b..f7934b6084 100644 --- a/content/hardware/03.nano/boards/nano-every/tutorials/run-4-uart/content.md +++ b/content/hardware/03.nano/boards/nano-every/tutorials/run-4-uart/content.md @@ -84,7 +84,7 @@ To finish, it is very important that we connect the GND pins of all boards to ea **1. Configuring the Peripheral boards** -First, let's connect one of the Arduino Nano Every board to the computer and open the Arduino Web Editor. This board will act as a peripheral, which means that it will only receive data from the main board and turn ON or OFF the built-in LED according to the received values. +First, let's connect one of the Arduino Nano Every board to the computer and open the Arduino Cloud Editor. This board will act as a peripheral, which means that it will only receive data from the main board and turn ON or OFF the built-in LED according to the received values. To start with the programming, start a new sketch and name it **Nano_4_UART_receiver**. **1.1. Receiver code walkthrough** diff --git a/content/hardware/03.nano/boards/nano-every/tutorials/uart/content.md b/content/hardware/03.nano/boards/nano-every/tutorials/uart/content.md index 483eef3b9d..ab4e094361 100644 --- a/content/hardware/03.nano/boards/nano-every/tutorials/uart/content.md +++ b/content/hardware/03.nano/boards/nano-every/tutorials/uart/content.md @@ -70,7 +70,7 @@ To finish, it is very important that we connect the GND pins of both boards to e **1. Configuring the Receiver board** -First, let's connect the Arduino Nano Every board to the computer and opening the Arduino Web Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. +First, let's connect the Arduino Nano Every board to the computer and opening the Arduino Cloud Editor. This board will act as the receiver, which means that it will only receive data from the other board and turn ON or OFF the built-in LED according the received values. To start with the programming, start a new sketch and name it **Nano_UART_receiver**. **1.1. Receiver code walkthrough** 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 43c1f14825..b247c8dac5 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 Web Editor +### Getting Started - Arduino Cloud 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. @@ -362,5 +362,6 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | **Date** | **Revision** | **Changes** | |:----------:|:------------:|:-------------------------:| -| 07/05/2024 | 2 | Board update | +| 05/09/2024 | 3 | Cloud Editor updated from Web Editor | +| 07/05/2024 | 2 | Board update | | 21/03/2024 | 1 | Community Preview Release | diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-01-technical-reference/rp2040-01-technical-reference.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-01-technical-reference/rp2040-01-technical-reference.md index 55345b8a55..76583b786a 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-01-technical-reference/rp2040-01-technical-reference.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-01-technical-reference/rp2040-01-technical-reference.md @@ -65,11 +65,11 @@ The Nano RP2040 Connect can be programmed through the **Arduino IDE 2**. To inst - [How to use the board manager with the Arduino IDE 2](/software/ide-v2/tutorials/ide-v2-board-manager) -### Web Editor +### Cloud Editor -The Nano RP2040 Connect can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: +The Nano RP2040 Connect can be programmed through the **Cloud Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: -- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) +- [Getting started with the Cloud Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) ## Arduino Cloud diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ap-web-server-rgb/rp2040-ap-web-server-rgb.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ap-web-server-rgb/rp2040-ap-web-server-rgb.md index aff3363cd8..defab38cc1 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ap-web-server-rgb/rp2040-ap-web-server-rgb.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ap-web-server-rgb/rp2040-ap-web-server-rgb.md @@ -75,9 +75,9 @@ By using this method, we can set up many more buttons that can control different We will now get to the programming part of this tutorial. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. -2. Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. +2. Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. 3. We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ble-device-to-device/rp2040-ble-device-to-device.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ble-device-to-device/rp2040-ble-device-to-device.md index 512bdfd9f1..740050bffd 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ble-device-to-device/rp2040-ble-device-to-device.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-ble-device-to-device/rp2040-ble-device-to-device.md @@ -60,9 +60,9 @@ For the central device, we do not need any additional circuit. We will now get to the programming part of this tutorial. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. -2. Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoBLE** and install it. +2. Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **ArduinoBLE** and install it. 3. We can now take a look at some of the core functions of the sketches we will use: diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-chromebook-upload/rp2040-chromebook-upload.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-chromebook-upload/rp2040-chromebook-upload.md index 2a5cb8cad4..5d809311ab 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-chromebook-upload/rp2040-chromebook-upload.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-chromebook-upload/rp2040-chromebook-upload.md @@ -2,7 +2,7 @@ title: 'Nano RP2040 Connect Chromebook Setup' difficulty: beginner compatible-products: [nano-rp2040-connect] -description: 'A quick tutorial on how to setup your Nano RP2040 Connect with a Chromebook, using the Web Editor & the Arduino Chrome App.' +description: 'A quick tutorial on how to setup your Nano RP2040 Connect with a Chromebook, using the Cloud Editor & the Arduino Chrome App.' tags: - Chromebook - RP2040 @@ -17,22 +17,22 @@ software: The [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect) is a popular development board packed with features. If you are using a **Chromebook**, setting up your board is a bit different: -- It is only possible to use the [Web Editor](https://create.arduino.cc/editor), an online IDE that is part of the [Arduino Cloud](https://cloud.arduino.cc/). +- It is only possible to use the [Cloud Editor](https://create.arduino.cc/editor), an online IDE that is part of the [Arduino Cloud](https://cloud.arduino.cc/). - Compiled sketches are saved (in `.uf2` format) on the RP2040's mass storage device. In this tutorial, we will take you through the steps needed to set up your board using a Chromebook. -***Note that only the Web Editor is supported in Chromebooks. It is not possible to configure and upload to Nano RP2040 Connect boards via the [IoT Cloud](https://create.arduino.cc/iot/things).*** +***Note that only the Cloud Editor is supported in Chromebooks. It is not possible to configure and upload to Nano RP2040 Connect boards via the [IoT Cloud](https://create.arduino.cc/iot/things).*** ## Goals The goals of this project are: -- Learn how to upload sketches to your Nano RP2040 board, using the Web Editor. +- Learn how to upload sketches to your Nano RP2040 board, using the Cloud Editor. ## Hardware & Software Needed -- [Arduino Web Editor](https://create.arduino.cc/). +- [Arduino Cloud Editor](https://create.arduino.cc/). - [Arduino Create for Education](https://chrome.google.com/webstore/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) (Chrome Web Store) - [Arduino Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect). @@ -44,11 +44,11 @@ To program your Arduino via a Chromebook, you will need the [Arduino Create for ***If you have previously installed the app, make sure your version is up to date.*** -## Web Editor +## Cloud Editor -***To use the [Web Editor](https://create.arduino.cc/editor), you will need to be logged into your Arduino account. If you don't have an account, you will need to register one.*** +***To use the [Cloud Editor](https://create.arduino.cc/editor), you will need to be logged into your Arduino account. If you don't have an account, you will need to register one.*** -**1.** Head over to the [Web Editor](https://create.arduino.cc/editor). +**1.** Head over to the [Cloud Editor](https://create.arduino.cc/editor). **2.** Create a new sketch, and write your program. @@ -70,7 +70,7 @@ To program your Arduino via a Chromebook, you will need the [Arduino Create for Success: Saved on your online Sketchbook and done uploading ``` -Congratulations, you have now uploaded a sketch to your Nano RP2040 Connect using the Web Editor on a Chromebook. +Congratulations, you have now uploaded a sketch to your Nano RP2040 Connect using the Cloud Editor on a Chromebook. ### Troubleshoot @@ -81,4 +81,4 @@ If things are not working as expected: ## Conclusion -In this tutorial, we learned how to upload sketches to the Nano RP2040 Connect board, using the Web Editor on a Chromebook. For more tutorials on the Nano RP2040 Connect board, visit the [official documentation](https://docs.arduino.cc/hardware/nano-rp2040-connect). \ No newline at end of file +In this tutorial, we learned how to upload sketches to the Nano RP2040 Connect board, using the Cloud Editor on a Chromebook. For more tutorials on the Nano RP2040 Connect board, visit the [official documentation](https://docs.arduino.cc/hardware/nano-rp2040-connect). \ No newline at end of file diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-advanced/rp2040-imu-advanced.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-advanced/rp2040-imu-advanced.md index abd53a1cec..7d0c89f68a 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-advanced/rp2040-imu-advanced.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-advanced/rp2040-imu-advanced.md @@ -59,7 +59,7 @@ Let's take a look at how the IMU's smart features work! We will now get to the programming part of this tutorial. -1. First, let's make sure the drivers are installed. If you are using the Web Editor, you don't need to install anything. If you are using an offline editor, you need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here you need to search for **Arduino Mbed OS Nano Boards** and install the package. +1. First, let's make sure the drivers are installed. If you are using the Cloud Editor, you don't need to install anything. If you are using an offline editor, you need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here you need to search for **Arduino Mbed OS Nano Boards** and install the package. 2. Now, you need to install the STM32duino X-NUCLEO-IKS01A3 library. If you are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **STM32duino X-NUCLEO-IKS01A3** and install it. If a dialog appears asking whether the dependent libraries should be installed confirm this. diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-basics/rp2040-imu-basics.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-basics/rp2040-imu-basics.md index c18f4ef100..0685abbefc 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-basics/rp2040-imu-basics.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-imu-basics/rp2040-imu-basics.md @@ -73,9 +73,9 @@ In this example, we will use the gyroscope as an indicator for the direction of We will now get to the programming part of this tutorial. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. -2. Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_LSM6DS3** and install it. +2. Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **Arduino_LSM6DS3** and install it. 3. We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-microphone-basics/rp2040-microphone-basics.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-microphone-basics/rp2040-microphone-basics.md index 81acefd3bd..c10dee76da 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-microphone-basics/rp2040-microphone-basics.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-microphone-basics/rp2040-microphone-basics.md @@ -64,7 +64,7 @@ This tutorial requires no additional circuit. You will only need to connect the We will now get to the programming part of this tutorial. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. 2. We can now take a look at some of the core functions of this sketch: diff --git a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-web-server-rgb/rp2040-web-server-rgb.md b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-web-server-rgb/rp2040-web-server-rgb.md index ce900b8042..ef334ebfcd 100644 --- a/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-web-server-rgb/rp2040-web-server-rgb.md +++ b/content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-web-server-rgb/rp2040-web-server-rgb.md @@ -75,9 +75,9 @@ By using this method, we can set up many more buttons that can control different We will now get to the programming part of this tutorial. -1. First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. +1. First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino Mbed OS Nano Boards** and install it. -2. Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. +2. Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries..**, and search for **WiFiNINA** and install it. 3. We can now take a look at some of the core functions of this sketch: 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 1e21ad14c4..8d52c607ce 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 Web Editor +### Getting Started - Arduino Cloud Editor -All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin. +All Arduino® devices work out-of-the-box on the Arduino® Cloud Editor **[2]** by just installing a simple plugin. -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. +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. ### Getting Started - Arduino Cloud @@ -653,6 +653,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | **Date** | **Revision** | **Changes** | |:----------:|:------------:|:------------------------------------------------------:| +| 03/09/2024 | 9 | Cloud Editor updated from Web Editor | | 16/06/2024 | 8 | Updated General Specifications Overview section | | 23/01/2024 | 7 | Updated Interfaces section | | 14/12/2023 | 6 | Updated Related Product section | diff --git a/content/hardware/04.pro/boards/portenta-c33/tutorials/energy-meter-application-note/content.md b/content/hardware/04.pro/boards/portenta-c33/tutorials/energy-meter-application-note/content.md index 8fb6f4b694..c95ae7fef9 100644 --- a/content/hardware/04.pro/boards/portenta-c33/tutorials/energy-meter-application-note/content.md +++ b/content/hardware/04.pro/boards/portenta-c33/tutorials/energy-meter-application-note/content.md @@ -50,7 +50,7 @@ The main goals of this application note are as follows: ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - For the Wi-Fi® connectivity feature of Portenta C33, we will use [Arduino Cloud](https://create.arduino.cc/iot/things). In case you do not have an account, create one for free [here](https://cloud.arduino.cc/). - The [energy meter example sketch](assets/current_transformer.zip) diff --git a/content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md b/content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md index 1d21569394..8e647ab177 100644 --- a/content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md @@ -31,7 +31,7 @@ This user manual will provide a comprehensive overview of the Portenta C33 board ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) ## Product Overview @@ -1589,7 +1589,7 @@ The Portenta C33 is fully compatible with the Arduino Cloud IoT, which simplifie In case it is the first time you are using the Arduino Cloud: - To use the Arduino Cloud, you need an account. If you do not have an account, create one for free [here](https://cloud.arduino.cc/). -- To use the Arduino Web Editor or Arduino Cloud, the Arduino Create Agent must be running on your computer. You can install the Arduino Create Agent [here](https://create.arduino.cc/getting-started/plugin/welcome). +- To use the Arduino Cloud Editor or Arduino Cloud, the Arduino Create Agent must be running on your computer. You can install the Arduino Create Agent [here](https://create.arduino.cc/getting-started/plugin/welcome). Let's walk through a step-by-step demonstration of how to use your Portenta C33 board with the 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 8a7aa56d15..61bb04162e 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 Web Editor +### Getting Started - Arduino Cloud Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. -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. +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. ### Getting Started - Arduino Cloud @@ -562,6 +562,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | **Date** | **Revision** | **Changes** | |------------|--------------|----------------------------------------| +| 03/09/2024 | 6 | Cloud Editor updated from Web Editor | | 11/12/2023 | 5 | Add Portenta Hat Carrier compatibility | | 07/11/2023 | 4 | Add missing board dimensions | | 26/01/2023 | 3 | Clarify open-source nature of M7 core | diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md index 5849f9cedb..2dba51aa9c 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/01.user-manual/content.md @@ -31,7 +31,7 @@ Portenta X8 is a powerful, industrial-grade System on Module with Linux OS prelo ## Required Software -* [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +* [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) * Latest "Arduino Mbed OS Portenta Boards" Core > 3.0.1 * Latest Linux image available, check [this section](#portenta-x8-os-image-update) to verify if your Portenta X8 is already updated. diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/04.python-arduino-data-exchange/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/04.python-arduino-data-exchange/content.md index af2bfe3dcd..5df02d0812 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/04.python-arduino-data-exchange/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/04.python-arduino-data-exchange/content.md @@ -30,7 +30,7 @@ You will be guided on how to achieve this setup. It is recommendable to familiar - [Portenta X8](https://store.arduino.cc/products/portenta-x8) - [Portenta breakout](https://docs.arduino.cc/hardware/portenta-breakout) - Any sensor (in this example, we will use an [BME680](https://www.bosch-sensortec.com/products/environmental-sensors/gas-sensors/bme680/) I2C module) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) ## Python® on the X8 diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/05.docker-container/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/05.docker-container/content.md index 0d04ac3177..9b46cab680 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/05.docker-container/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/05.docker-container/content.md @@ -35,7 +35,7 @@ In this tutorial, we will go through the steps of how to install, run, and remov - USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®) - Wi-Fi® Access Point with Internet Access - ADB: [Check how to connect to your Portenta X8](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) ***Make sure to have the Portenta X8 with the latest image as well as the bootloader. Please check [how to flash your Portenta X8](/tutorials/portenta-x8/image-flashing) to have the latest version.*** diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/07.custom-container/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/07.custom-container/content.md index 0a503142b8..eeef4ebba2 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/07.custom-container/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/07.custom-container/content.md @@ -25,7 +25,7 @@ In this tutorial, we will create a Docker container for the Arduino Portenta X8. - ADB: [Check how to connect to your Portenta X8](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience) - USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®) - [Arduino Cloud Subscription](https://cloud.arduino.cc/) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) ## Instructions diff --git a/content/hardware/04.pro/boards/portenta-x8/tutorials/12.multi-protocol-gateway/content.md b/content/hardware/04.pro/boards/portenta-x8/tutorials/12.multi-protocol-gateway/content.md index 1456bb1877..639671f108 100644 --- a/content/hardware/04.pro/boards/portenta-x8/tutorials/12.multi-protocol-gateway/content.md +++ b/content/hardware/04.pro/boards/portenta-x8/tutorials/12.multi-protocol-gateway/content.md @@ -38,7 +38,7 @@ In this tutorial, we will go through the steps on how to set up both the Linux a - 868-915 MHz antenna with SMA connector - ADB: [Check how to connect to your Portenta X8](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience) - [Multi-protocol gateway example code](assets/Multi_Protocol_Gateway_X8.zip) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) ## Multi-Protocol Gateway Basics 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 37900fc8a4..7fb325cdaa 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 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. +### 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. -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. +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. ### 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. @@ -397,7 +397,8 @@ As a global supplier of electronic and electrical components, Arduino is aware o ## Change Log | **Date** | **Revision** | **Changes** | -| ---------- | ------------ | ------------------------------------------- | +|------------|--------------|---------------------------------------------| +| 03/09/2024 | 5 | Cloud Editor updated from Web Editor | | 05/12/2023 | 4 | Accessories section updated and small fixes | | 23/08/2022 | 3 | Add RJ-45 jumpers information | | 14/12/2021 | 2 | Clarified Camera compatibility | 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 cba3ebfa06..c2203cc55a 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 Web Editor +### Getting Started - Arduino Cloud Editor -All Arduino devices work out-of-the-box with the Arduino Web Editor [2] after installing a straightforward plugin. +All Arduino devices work out-of-the-box with the Arduino Cloud Editor [2] after installing a straightforward plugin. -

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

+

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

### Getting Started - Arduino Cloud @@ -933,8 +933,9 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Revision History -| Date | **Revision** | **Changes** | -| ---------- | ------------ | ------------------------- | -| 02/11/2023 | 2 | Flashing Mode Description | -| 25/10/2023 | 1 | First Release | +| Date | **Revision** | **Changes** | +|------------|--------------|--------------------------------------| +| 03/09/2024 | 3 | Cloud Editor updated from Web Editor | +| 02/11/2023 | 2 | Flashing Mode Description | +| 25/10/2023 | 1 | First Release | diff --git a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md index b056a695b1..7e207948b2 100644 --- a/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md @@ -54,11 +54,11 @@ If you want to use the Portenta Hat Carrier with a Portenta X8, check the follow ***To ensure a stable operation of the Portenta Hat Carrier with Portenta X8, the minimum Linux image version required for Portenta X8 is __746__. To flash the latest image on your board, you can use the [Portenta X8 Out-of-the-box](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#out-of-the-box-experience) or [flash it manually](https://docs.arduino.cc/tutorials/portenta-x8/user-manual#update-using-uuu-tool) downloading the latest version directly from this [link](https://downloads.arduino.cc/portentax8image/image-latest.tar.gz).*** -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) in case you want to use the auxiliary microcontroller of the Portenta X8 to run Arduino code. +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) in case you want to use the auxiliary microcontroller of the Portenta X8 to run Arduino code. In case you want to use the Portenta Hat Carrier with a Portenta H7/C33: -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) is needed to use the Portenta H7/C33 to run Arduino code. +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) is needed to use the Portenta H7/C33 to run Arduino code. ## Product Overview diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/_unlisted/getting-started/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/_unlisted/getting-started/content.md index dfaa611877..1d95d57b7d 100644 --- a/content/hardware/04.pro/carriers/portenta-max-carrier/_unlisted/getting-started/content.md +++ b/content/hardware/04.pro/carriers/portenta-max-carrier/_unlisted/getting-started/content.md @@ -225,11 +225,11 @@ The Arduino IDE 2 allows the developers to design and upload the code to Portent ***If you want to know how to set up the Arduino IDE 2 adequately, please look into [Quick Guide to Arduino IDE 2](https://docs.arduino.cc/software/ide-v2/tutorials/getting-started/ide-v2-downloading-and-installing).*** -#### 4.2. Using Arduino Web Editor +#### 4.2. Using Arduino Cloud Editor -All Arduino boards work Out-of-the-Box with the Arduino Web Editor, and the Portenta H7 with Portenta Max Carrier is no exception. The Arduino Web Editor requires an online connection with an Arduino account and a simple plugin for development. The features are always up-to-date and support every Arduino board. By following this [link to Arduino® Web Editor](https://create.arduino.cc/editor), you will be able to access and begin developing the code. +All Arduino boards work Out-of-the-Box with the Arduino Cloud Editor, and the Portenta H7 with Portenta Max Carrier is no exception. The Arduino Cloud Editor requires an online connection with an Arduino account and a simple plugin for development. The features are always up-to-date and support every Arduino board. By following this [link to Arduino® Cloud Editor](https://create.arduino.cc/editor), you will be able to access and begin developing the code. -***If you want to know how to get started with Arduino Web Editor, please look into [Getting started with the Web Editor](https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor).*** +***If you want to know how to get started with Arduino Cloud Editor, please look into [Getting started with the Cloud Editor](https://docs.arduino.cc/cloud/web-editor/tutorials/getting-started/getting-started-web-editor).*** #### 4.3. Using 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 31d0dbc663..2140fe1110 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 @@ -487,18 +487,19 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | Company Address | Via Andrea Appiani 25, 20900 Monza MB, Italy | ## Reference Documentation -| Reference | **Link** | -| -------------------------------- | ------------------------------------------------------------------------------- | -| Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software | -| Arduino IDE (Cloud) | https://create.arduino.cc/editor | -| 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/ | -| Arduino Max Carrier Docs | https://docs.arduino.cc/hardware/portenta-max-carrier | +| Reference | **Link** | +|------------------------------|---------------------------------------------------------------------------------| +| Arduino IDE (Desktop) | https://www.arduino.cc/en/Main/Software | +| Arduino IDE (Cloud) | https://create.arduino.cc/editor | +| Cloud 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/ | +| Arduino Max Carrier Docs | https://docs.arduino.cc/hardware/portenta-max-carrier | ## Revision History -| Date | **Revision** | **Changes** | -| ---------- | ------------ | ------------- | -| 11/20/2023 | 2 | Recommended antennas added | -| 10/05/2022 | 1 | First Release | +| Date | **Revision** | **Changes** | +|------------|--------------|--------------------------------------| +| 03/09/2024 | 3 | Cloud Editor updated from Web Editor | +| 11/20/2023 | 2 | Recommended antennas added | +| 10/05/2022 | 1 | First Release | diff --git a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/user-manual/content.md index 64af14ae4d..008c5ad055 100644 --- a/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/user-manual/content.md @@ -47,7 +47,7 @@ This user manual offers a detailed guide on the Portenta Max Carrier, consolidat ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) ## Product Overview diff --git a/content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md b/content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md index 329f763d30..15272decf7 100644 --- a/content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md +++ b/content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md @@ -59,11 +59,11 @@ To use the Portenta Mid Carrier with a Portenta X8, please follow these guidelin ***To enter Flashing Mode with the Portenta X8 and the Portenta Mid Carrier, please consult the [BOOT DIP switch configuration](#boot-dip-switch) instructions within the present user manual.*** -- You will need [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or the [Arduino Web Editor](https://create.arduino.cc/editor) if you plan to run Arduino code on the auxiliary microcontroller of the Portenta X8. +- You will need [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or the [Arduino Cloud Editor](https://create.arduino.cc/editor) if you plan to run Arduino code on the auxiliary microcontroller of the Portenta X8. For using the Portenta Mid Carrier with a Portenta H7/C33: -- The [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) is needed to use the Portenta H7/C33 to run the Arduino code. +- The [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) is needed to use the Portenta H7/C33 to run the Arduino code. ## Product Overview diff --git a/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md index 3c5cf7748e..fac3b11d68 100644 --- a/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md @@ -44,11 +44,11 @@ To install your board, you can check out the guides below: - [Installing the Arduino Mbed OS Portenta Boards core](/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta) - [How to use the board manager with the Arduino IDE 2](https://www.arduino.cc/en/Tutorial/getting-started-with-ide-v2/ide-v2-board-manager) -### Web Editor +### Cloud Editor -The board can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plug-in, which is explained in the guide below: +The board can be programmed through the **Cloud Editor**. To get started with your board, you will only need to install a plug-in, which is explained in the guide below: -- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) +- [Getting started with the Cloud Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) ## Pins 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 e1c2a26b0e..4c6027f1d7 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 Web Editor (Create) +### Getting Started – Arduino Cloud Editor (Create) -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. +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. -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. +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. ### Getting Started – Arduino Cloud @@ -298,7 +298,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Change Log | **Date** | **Revision** | **Changes** | -| ---------- | ------------ | -------------------------------------- | +|------------|--------------|----------------------------------------| +| 03/09/2024 | 5 | Cloud Editor updated from Web Editor | | 20/11/2023 | 4 | Structure Updates. FCC Caution Updated | | 15/11/2023 | 3 | Updates as a Collective Datasheet | | 13/01/2022 | 2 | Information update | diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md index 906dd328c5..8c29c6752c 100644 --- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md +++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/connecting-to-ttn/content.md @@ -27,7 +27,7 @@ This tutorial explains how to connect your Portenta H7 to The Things Network (TT - [Portenta H7](https://store.arduino.cc/portenta-h7) - [Portenta Vision Shield - LoRa](https://store.arduino.cc/portenta-vision-shield-lora) - [1x Dipole Pentaband antenna](https://store.arduino.cc/antenna) or a UFL Antenna of the H7 -- Arduino [offline](https://www.arduino.cc/en/main/software) IDE or Arduino [Web Editor](https://create.arduino.cc/) +- Arduino [offline](https://www.arduino.cc/en/main/software) IDE or Arduino [Cloud Editor](https://create.arduino.cc/) - USB-C® cable (either USB-A to USB-C® or USB-C® to USB-C®) - An [account](https://console.cloud.thethings.network/) with The Things Network @@ -87,7 +87,7 @@ Let's take a closer look at these sections: It iss now time to connect your Portenta H7 and Portenta Vision Shield - LoRa to TTN. You will need to upload code to the board, so, as you probably already know, there are two options: -- Use the [Arduino Web Editor](https://create.arduino.cc/editor) +- Use the [Arduino Cloud Editor](https://create.arduino.cc/editor) - Use the [Arduino IDE](https://www.arduino.cc/en/software), (this is the option this guide will follow) Plug the Portenta Vision Shield - LoRa to the Portenta H7 and them to your PC through the USB port. Be sure to have selected the right board "Arduino Portenta H7 (M7 core)" and the right port. diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md index 914c724148..2653c6bd6b 100644 --- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md +++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/ethernet-with-ide/content.md @@ -34,7 +34,7 @@ The goals of this project are: - [Portenta H7](https://store.arduino.cc/portenta-h7) - [Portenta Vision Shield - Ethernet](https://store.arduino.cc/products/arduino-portenta-vision-shield-ethernet) -- Arduino [offline IDE](https://www.arduino.cc/en/main/software) or Arduino [Web Editor](https://create.arduino.cc/) +- Arduino [offline IDE](https://www.arduino.cc/en/main/software) or Arduino [Cloud Editor](https://create.arduino.cc/) - Ethernet cable - USB-C® cable 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 ec2ee5b548..bcad74ab18 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 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. +### 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. -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. +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. ### 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. @@ -489,9 +489,10 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Change Log -| **Date** | **Revision** | **Changes** | -| ---------- | ------------ | --------------------------- | -| 05/12/2023 | 4 | Accessories section updated | -| 30/12/2021 | 3 | Information updates | -| 04/05/2021 | 2 | Design/structure update | -| 21/02/2020 | 1 | First Release | +| **Date** | **Revision** | **Changes** | +|------------|--------------|--------------------------------------| +| 03/09/2024 | 5 | Cloud Editor updated from Web Editor | +| 05/12/2023 | 4 | Accessories section updated | +| 30/12/2021 | 3 | Information updates | +| 04/05/2021 | 2 | Design/structure update | +| 21/02/2020 | 1 | First Release | 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 b9a5ed7413..4cc8f53b41 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 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. +### 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. -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. +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. ### 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. @@ -541,7 +541,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Change Log -| **Date** | **Revision** | **Changes** | -| ---------- | ------------ | --------------------------- | -| 05/12/2023 | 2 | Accessories section updated | -| 05/01/2022 | 1 | First Release | +| **Date** | **Revision** | **Changes** | +|------------|--------------|--------------------------------------| +| 03/09/2024 | 3 | Cloud Editor updated from Web Editor | +| 05/12/2023 | 2 | Accessories section updated | +| 05/01/2022 | 1 | First Release | diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system-v2/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system-v2/content.md index 2e1ac0db29..c9776cdcad 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system-v2/content.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system-v2/content.md @@ -86,7 +86,7 @@ The goal of this application note is to showcase a LoRaWAN® farming irrigation - Access to the water system, in case you do not have access to the water system and you want to use a water tank instead, please take also a look at the [Smart Farm Irrigation](https://docs.arduino.cc/tutorials/edge-control/smart-irrigation-system) application note to know more. ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor). +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor). - If you are going to use an offline Arduino IDE, you must install the following libraries: `Arduino_EdgeControl`, `RunningMedian`, `ArduinoIoTCloud`, `ArduinoJson` and `Arduino_ConnectionsHandler`. You can install them through the Arduino IDE Library Manager. - The [Irrigation System Arduino Sketches](assets/Edge-Control_MKR_Codes.zip). - [Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome) to provision the MKR WAN 1310 on the Arduino Cloud. diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system/content.md index 088544169e..4004602af2 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system/content.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/edge-control/tutorials/smart-irrigation-system/content.md @@ -84,7 +84,7 @@ The goal of this application note is to showcase a smart farming irrigation syst ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor). +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor). - If you are going to use an offline Arduino IDE, you must install the following libraries: `Arduino_EdgeControl`, `ArduinoIoTCloud`, `Arduino_JSON`, `ArduinoJson`, `ArduinoHttpClient` and `Arduino_ConnectionsHandler`. You can install them through the Arduino IDE Library Manager. - The [Smart Irrigation System Arduino Sketches](assets/Edge-Control_MKR_Codes.zip). - [Arduino Create Agent](https://create.arduino.cc/getting-started/plugin/welcome) to provision the MKR WiFi 1010 on the Arduino Cloud. 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 ca427d7734..d705946648 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 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. +### 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. -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. +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. ### 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. @@ -559,12 +559,13 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Revision History -| **Date** | **Revision** | **Changes** | -|---|:---:|---| -| 06/02/2024 | 7 | MTBF information | -| 08/05/2023 | 6 | RTD and thermocouples new information | -| 11/04//2023 | 5 | Updates and table improvements | -| 13/10/2022 | 4 | Big improvements and fixes | -| 26/09/2022 | 3 | Fix features indentation, update analog output diagram, fix format issues and update images reflecting the location change of the MAX31855KASA+T converter (top side) | -| 09/05/2022 | 2 | Remove PT1000, not compatible | -| 13/04/2021 | 1 | First release | \ No newline at end of file +| **Date** | **Revision** | **Changes** | +|-------------|:------------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 03/09/2024 | 8 | Cloud Editor updated from Web Editor | +| 06/02/2024 | 7 | MTBF information | +| 08/05/2023 | 6 | RTD and thermocouples new information | +| 11/04//2023 | 5 | Updates and table improvements | +| 13/10/2022 | 4 | Big improvements and fixes | +| 26/09/2022 | 3 | Fix features indentation, update analog output diagram, fix format issues and update images reflecting the location change of the MAX31855KASA+T converter (top side) | +| 09/05/2022 | 2 | Remove PT1000, not compatible | +| 13/04/2021 | 1 | First release | \ No newline at end of file diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-arduino-library/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-arduino-library/content.md index 93613f6ba7..587f51efc6 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-arduino-library/content.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-arduino-library/content.md @@ -40,7 +40,7 @@ The Arduino Portenta Machine Control is a versatile industrial control unit for ### Software Requirements -- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino_PortentaMachineControl library](https://github.com/arduino-libraries/Arduino_PortentaMachineControl) ## The Arduino Portenta Machine Control Library diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual/content.md b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual/content.md index eb0bc9970e..97a6538523 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual/content.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/user-manual/content.md @@ -36,7 +36,7 @@ This user manual provides a comprehensive overview of the Portenta Machine Contr ### Software Requirements -- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino_PortentaMachineControl](https://github.com/arduino-libraries/Arduino_PortentaMachineControl) library ***This User Manual shows how to use the Portenta Machine Control using the Arduino IDE environment. To learn more about how to use it with IEC-61131-3 languages and the PLC IDE, check out our tutorials [here](https://docs.arduino.cc/software/plc-ide).*** @@ -2480,7 +2480,7 @@ The Portenta Machine Control is fully compatible with [Arduino Cloud](https://cl In case it is the first time you are using Arduino Cloud: - To use it, you need an account. If you do not have an account, create one for free [here](https://cloud.arduino.cc/). -- To use the Arduino Web Editor, the Arduino Create Agent must be running on your computer. You can install the Arduino Create Agent by downloading it [here](https://create.arduino.cc/getting-started/plugin/welcome). +- To use the Arduino Cloud Editor, the Arduino Create Agent must be running on your computer. You can install the Arduino Create Agent by downloading it [here](https://create.arduino.cc/getting-started/plugin/welcome). Let's walk through a step-by-step demonstration of how to use a Portenta Machine Control device with Arduino Cloud. Log in to your Cloud account; provision your Portenta Machine Control on your Cloud space. To do this, navigate to **Devices** and then click on the **ADD DEVICE** button: 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 d873c10be5..c87737604a 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 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. +### 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. -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. +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. ### 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. @@ -516,7 +516,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Revision History | **Date** | **Revision** | **Changes** | -| ---------- | ------------ | ---------------------------------------------------- | +|------------|--------------|------------------------------------------------------| +| 03/09/2024 | 7 | Cloud Editor updated from Web Editor | | 09/01/2024 | 6 | High-Performance Pressure Sensor information updated | | 03/07/2023 | 5 | Certification Summary Table Updated | | 22/12/2022 | 4 | Add NTC Image & addition pins info | diff --git a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/cheat-sheet/cheat-sheet.md index c11457fc24..592492215f 100644 --- a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/cheat-sheet/cheat-sheet.md +++ b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/cheat-sheet/cheat-sheet.md @@ -57,11 +57,11 @@ The Nicla Sense ME can be programmed through the **Arduino IDE 2**. To install y - [How to use the board manager with the Arduino IDE 2](https://www.arduino.cc/en/Tutorial/getting-started-with-ide-v2/ide-v2-board-manager) -### Web Editor +### Cloud Editor -The Nicla Sense ME can be programmed through the **Web Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: +The Nicla Sense ME can be programmed through the **Cloud Editor**. To get started with your board, you will only need to install a plugin, which is explained in the guide below: -- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) +- [Getting started with the Cloud Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor) ### Board Not Detected diff --git a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/user-manual/content.md b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/user-manual/content.md index 82d582a48a..f0a431233a 100644 --- a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/user-manual/content.md +++ b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/user-manual/content.md @@ -32,7 +32,7 @@ This user manual will guide you through a practical journey covering the most in ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - To create custom Machine Learning models, the Machine Learning Tools add-on integrated into the [Arduino Cloud](https://create.arduino.cc/iot/) is needed. In case you do not have an Arduino Cloud account, you will need to create one first. ## Product Overview diff --git a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md index 9ac87f9a86..db97774328 100644 --- a/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md +++ b/content/hardware/06.nicla/boards/nicla-sense-me/tutorials/web-ble-dashboard/content.md @@ -43,14 +43,14 @@ In this tutorial, we will focus on the Arduino® Nicla Sense ME. - [Nicla Sense ME](https://store.arduino.cc/products/nicla-sense-me) - Micro USB-A cable (USB-A to Micro USB-AB) -- Arduino IDE 1.8.10+, Arduino IDE 2 or Arduino Web Editor +- Arduino IDE 1.8.10+, Arduino IDE 2 or Arduino Cloud Editor - If you choose the Arduino IDE, you will need to install 2 libraries: [**Arduino_BHY2**](https://github.com/arduino-libraries/Arduino_BHY2) and [**ArduinoBLE**](https://github.com/arduino-libraries/ArduinoBLE) ## Instructions ### Set up the Board -If you use the Web Editor to upload the [sketch](https://create.arduino.cc/editor/FT-CONTENT/333e2e07-ecc4-414c-bf08-005b611ddd75/preview) you don't need to install any library. They are all included automatically. If you use the Arduino IDE or the CLI, you need to download the **Arduino_BHY2** and the **ArduinoBLE** libraries. +If you use the Cloud Editor to upload the [sketch](https://create.arduino.cc/editor/FT-CONTENT/333e2e07-ecc4-414c-bf08-005b611ddd75/preview) you don't need to install any library. They are all included automatically. If you use the Arduino IDE or the CLI, you need to download the **Arduino_BHY2** and the **ArduinoBLE** libraries. These libraries can be found within the Library Manager in the Arduino IDE, or it can be downloaded separately following the links attached within required hardware and software section. 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 62352dae38..576bde6f25 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 Web Editor +### Getting Started - Arduino Cloud Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[2]**, by just installing a simple plugin. +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. -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. +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. ### Getting Started - Arduino Cloud @@ -439,7 +439,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Revision History | **Date** | **Revision** | **Changes** | -| ---------- | ------------ | -------------------------------------------------------- | +|------------|--------------|----------------------------------------------------------| +| 03/09/2024 | 7 | Cloud Editor updated from Web Editor | | 10/04/2024 | 6 | Product Labeling section added - FCC information updated | | 28/03/2024 | 5 | FCC Warning Updated, small fixes | | 05/12/2023 | 4 | Accessories section updated | diff --git a/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md b/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md index 03e77f28ca..72166a3734 100644 --- a/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md +++ b/content/hardware/06.nicla/boards/nicla-vision/tutorials/user-manual/content.md @@ -34,7 +34,7 @@ This user manual will guide you through a practical journey covering the most in ### Software Requirements - [OpenMV IDE](https://openmv.io/pages/download) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - To create custom Machine Learning models, the Machine Learning Tools add-on integrated into the [Arduino Cloud](https://create.arduino.cc/iot/) is needed. In case you do not have an Arduino Cloud account, you will need to create one first. ## Product Overview @@ -2009,7 +2009,7 @@ By using the Arduino Cloud, you can, for example, monitor your Nicla's inputs an In case it is the first time you are using the Arduino Cloud: - You need an __account__. If you do not have an account, create one for free [here](https://create.arduino.cc/iot/things). -- To use the Arduino Web Editor or Arduino Cloud, the __Arduino Create Agent__ must be running on your computer. You can install the Arduino Create Agent [here](https://create.arduino.cc/getting-started/plugin/welcome?_gl=1*oeovt6*_ga*Mzg1NjE0MjQ0LjE2OTc4NDQxMjk.*_ga_NEXN8H46L5*MTY5OTY0MzEwMS43NC4xLjE2OTk2NTMyMjEuMC4wLjA.). +- To use the Arduino Cloud Editor or Arduino Cloud, the __Arduino Create Agent__ must be running on your computer. You can install the Arduino Create Agent [here](https://create.arduino.cc/getting-started/plugin/welcome?_gl=1*oeovt6*_ga*Mzg1NjE0MjQ0LjE2OTc4NDQxMjk.*_ga_NEXN8H46L5*MTY5OTY0MzEwMS43NC4xLjE2OTk2NTMyMjEuMC4wLjA.). Let's walk through a step-by-step demonstration of how to use a Nicla Vision with the 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 3ee04d3e58..ae2f08c437 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 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. +### 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. -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. +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. ### 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. @@ -450,12 +450,13 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Revision History -| **Date** | **Revision** | **Changes** | -| ---------- | ------------ | ------------------------------ | -| 11/06/2024 | 4 | Product Labeling section added | -| 04/06/2024 | 3 | Typical Output Power updated | -| 17/05/2023 | 2 | ESLOV Information updated | -| 05/01/2023 | 1 | First release | +| **Date** | **Revision** | **Changes** | +|------------|--------------|--------------------------------------| +| 03/09/2024 | 5 | Cloud Editor updated from Web Editor | +| 11/06/2024 | 4 | Product Labeling section added | +| 04/06/2024 | 3 | Typical Output Power updated | +| 17/05/2023 | 2 | ESLOV Information updated | +| 05/01/2023 | 1 | First release | ## Product Warnings and Disclaimers diff --git a/content/hardware/06.nicla/boards/nicla-voice/tutorials/ei-intruder-detector/content.md b/content/hardware/06.nicla/boards/nicla-voice/tutorials/ei-intruder-detector/content.md index 38c4c5e06e..4bba898d81 100644 --- a/content/hardware/06.nicla/boards/nicla-voice/tutorials/ei-intruder-detector/content.md +++ b/content/hardware/06.nicla/boards/nicla-voice/tutorials/ei-intruder-detector/content.md @@ -65,7 +65,7 @@ The goal of this application note is to showcase an intruder detection and monit - [Nicla Voice and Portenta H7 3D Printed enclosures](assets/Intruder_Detector_3D_Files.zip) ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor). +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor). - If you are going to use an offline Arduino IDE, you must install the following libraries: `ArduinoBLE`, `ArduinoIoTCloud`, and `Arduino_ConnectionsHandler`. You can install them using the Arduino IDE Library Manager. - The [intruder detector example code](assets/Nicla_Portenta_Codes.zip). - [Arduino Machine Learning Tools](https://cloud.arduino.cc/machine-learning-tools/) diff --git a/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md b/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md index 6516d448ce..7669c4a112 100644 --- a/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md +++ b/content/hardware/06.nicla/boards/nicla-voice/tutorials/getting-started-ml/content.md @@ -43,7 +43,7 @@ To make use of these keyword triggers, such as blinking the LED when the board r ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - To create your ML model, we will use the [Arduino Cloud](https://create.arduino.cc/iot/things) (you will need to create an account if you don't have one yet) - [The compiled uploaders for various operating systems and the updated NDP120 processor firmware and speech recognition model files](assets/nicla_voice_uploader_and_firmwares.zip) diff --git a/content/hardware/06.nicla/boards/nicla-voice/tutorials/motion-detection-ml/content.md b/content/hardware/06.nicla/boards/nicla-voice/tutorials/motion-detection-ml/content.md index 81b808259d..adc84cc81f 100644 --- a/content/hardware/06.nicla/boards/nicla-voice/tutorials/motion-detection-ml/content.md +++ b/content/hardware/06.nicla/boards/nicla-voice/tutorials/motion-detection-ml/content.md @@ -44,7 +44,7 @@ The simple motion detection application will be based on a TinyML model develope ### Software Requirements -- [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - To create custom Machine Learning models, the integrated [Machine Learning Tools](https://cloud.arduino.cc/machine-learning-tools/) of the [Arduino Cloud](https://cloud.arduino.cc/) are needed. In case you do not have an Arduino Cloud account, you will need to create one first. ## Motion Detection and TinyML diff --git a/content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md b/content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md index 83d0f314c3..8f2f89d09d 100644 --- a/content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md +++ b/content/hardware/06.nicla/boards/nicla-voice/tutorials/user-manual/content.md @@ -31,7 +31,7 @@ This user manual will provide you with a comprehensive overview of the Arduino N ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - To create custom Machine Learning models, the integrated [Machine Learning Tools](https://cloud.arduino.cc/machine-learning-tools/) of the [Arduino Cloud](https://create.arduino.cc/iot/) are needed. In case you do not have an Arduino Cloud account, you will need to create one first. ## Product Overview diff --git a/content/hardware/07.opta/opta-family/opta-analog-exp/datasheet/datasheet.md b/content/hardware/07.opta/opta-family/opta-analog-exp/datasheet/datasheet.md index e5b3697284..471ebd206f 100644 --- a/content/hardware/07.opta/opta-family/opta-analog-exp/datasheet/datasheet.md +++ b/content/hardware/07.opta/opta-family/opta-analog-exp/datasheet/datasheet.md @@ -231,10 +231,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® Analog Expansion 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 Web Editor -All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin. +### 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. -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. +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. ### Getting Started - Arduino PLC IDE Arduino Opta® Analog Expansion 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. @@ -328,8 +328,9 @@ This device complies with part 15 of the FCC Rules. Operation is subject to the ## Revision History -| **Date** | **Revision** | **Changes** | -| :--------: | :----------: | :-------------------: | -| 05/07/2024 | 2 | Block Diagram updated | -| 25/07/2024 | 1 | First Release | +| **Date** | **Revision** | **Changes** | +|:----------:|:------------:|:------------------------------------:| +| 03/09/2024 | 3 | Cloud Editor updated from Web Editor | +| 05/07/2024 | 2 | Block Diagram updated | +| 25/07/2024 | 1 | First Release | 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 6da5225f72..4582bedb10 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 Web Editor -All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin. +### 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. -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. +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. ### 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. @@ -285,6 +285,7 @@ This device complies with part 15 of the FCC Rules. Operation is subject to the ## Revision History -| Date | **Revision** | **Changes** | -|------------|--------------|------------------- | -| 06/05/2024 | 1 | First Release | +| Date | **Revision** | **Changes** | +|------------|--------------|--------------------------------------| +| 03/09/2024 | 2 | Cloud Editor updated from Web Editor | +| 06/05/2024 | 1 | First Release | diff --git a/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md b/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md index 39a279b621..5fdc17a3ec 100644 --- a/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md +++ b/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started-connectivity/content.md @@ -34,7 +34,7 @@ The Opta™ is a powerful micro PLC device with many features that can be custom - Opta™ PLC with connectivity support (x1) - Ethernet (RJ45) cable (x1) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - USB-C® cable (either USB-C® to USB-A or USB-C® to USB-C®) (x1) - Wi-Fi® Access Point with Internet Access diff --git a/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started/content.md b/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started/content.md index 3daca467c4..571a780feb 100644 --- a/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started/content.md +++ b/content/hardware/07.opta/opta-family/opta/_unlisted/getting-started/content.md @@ -35,7 +35,7 @@ The Opta™ is a robust micro PLC solution with many engaging features. In this - Opta™ PLC (x1) - USB-C® cable (x1) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - Power supply of 12-24V DC, 1A (optional if not running the section related to the relays) (x1) - Analog inputs (optional, alternatively the section related to analog inputs will work but reading random values) 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 6ad237c150..533c179a65 100644 --- a/content/hardware/07.opta/opta-family/opta/datasheet/datasheet.md +++ b/content/hardware/07.opta/opta-family/opta/datasheet/datasheet.md @@ -539,10 +539,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 Web Editor -All Arduino® devices work out-of-the-box on the Arduino® Web Editor **[2]** by just installing a simple plugin. +### 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. -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. +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. ### 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. @@ -778,10 +778,11 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Revision History -| **Date** | **Revision** | **Changes** | -|:----------:|:------------:|:---------------------:| -| 24/07/2024 | 5 | Wiring specifications | -| 07/02/2023 | 4 | MTBF information | -| 16/05/2023 | 3 | Legal updates | -| 13/04/2023 | 2 | Tech Specs Updates | -| 02/03/2023 | 1 | First Release | \ No newline at end of file +| **Date** | **Revision** | **Changes** | +|:----------:|:------------:|:------------------------------------:| +| 03/09/2024 | 6 | Cloud Editor updated from Web Editor | +| 24/07/2024 | 5 | Wiring specifications | +| 07/02/2023 | 4 | MTBF information | +| 16/05/2023 | 3 | Legal updates | +| 13/04/2023 | 2 | Tech Specs Updates | +| 02/03/2023 | 1 | First Release | \ No newline at end of file diff --git a/content/hardware/07.opta/opta-family/opta/tech-specs.yml b/content/hardware/07.opta/opta-family/opta/tech-specs.yml index 9cf791ac56..e1432466fb 100644 --- a/content/hardware/07.opta/opta-family/opta/tech-specs.yml +++ b/content/hardware/07.opta/opta-family/opta/tech-specs.yml @@ -45,7 +45,7 @@ IP Protection: IP20 RTC: ~10 days, NTP sync through Wi-Fi® (AFX00002 only) or Ethernet Secure element: ATECC608B Programming: - Arduino programming language: Via Arduino IDEs, Arduino CLI, Arduino Web Editor + Arduino programming language: Via Arduino IDEs, Arduino CLI, Arduino Cloud Editor IEC-61131-3: Ladder Diagram (LD), Function Block Diagram (FBD), Sequential Function Chart (SFC), Structured Text (ST), Instruction List (IL) Wiring specifications: Recommended torque: 0.80 Nm diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md index e47f59cbce..bcb9072daa 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md @@ -33,7 +33,7 @@ This user manual will provide a comprehensive overview of Opta™, covering its ### Software Requirements -- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino PLC IDE 1.0.3+](https://www.arduino.cc/en/software) (for IEC 61131-3 PLC programming languages) ***To learn more about the PLC IDE, check out our tutorials [here](https://docs.arduino.cc/software/plc-ide).*** @@ -1453,7 +1453,7 @@ All Opta™ variants are fully compatible with the [Arduino Cloud](https://cloud In case it is the first time you are using the IoT Cloud: - To use the IoT Cloud, you need an account. If you do not have an account, create one for free here. -- To use the Arduino Web Editor or IoT Cloud, the Arduino Create Agent must be running on your computer. You can install the Arduino Create Agent here. +- To use the Arduino Cloud Editor or IoT Cloud, the Arduino Create Agent must be running on your computer. You can install the Arduino Create Agent here. Let's walk through a step-by-step demonstration of how to use an Opta™ device with the IoT Cloud. diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/02.getting-started-with-rs485/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/02.getting-started-with-rs485/content.md index 93df4576af..50a3b0ea4e 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/02.getting-started-with-rs485/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/02.getting-started-with-rs485/content.md @@ -33,7 +33,7 @@ This tutorial will show the steps to connect two Opta™ devices via RS-485 and - 12-24 VDC / 1 A power supply (x1) - 24AWG twisted-pair cable (used for electrical connections) - [USB-C® cable](https://store.arduino.cc/products/usb-cable2in1-type-c) (x1) -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [ArduinoRS485 library](https://www.arduino.cc/reference/en/libraries/arduinors485/) - [RS-485 example code](assets/Opta_RS485_Example.zip) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/03.getting-started-with-modbus-rtu/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/03.getting-started-with-modbus-rtu/content.md index 21bd71ebf9..1a8f70e3a8 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/03.getting-started-with-modbus-rtu/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/03.getting-started-with-modbus-rtu/content.md @@ -45,7 +45,7 @@ The Modbus RTU protocol is one of the protocols available within Opta™. In thi ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - If you choose an offline Arduino IDE, you must install the following libraries: `ArduinoRS485`, and `ArduinoModbus`. You can install these libraries via Library Manager of the Arduino IDE. - [Modbus RTU example code](assets/Opta_Modbus_RTU_Example.zip) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/04.getting-started-with-interrupts/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/04.getting-started-with-interrupts/content.md index 620181811b..3326b84004 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/04.getting-started-with-interrupts/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/04.getting-started-with-interrupts/content.md @@ -36,7 +36,7 @@ The **interrupt**, a basic yet vital feature, is available on Opta™ to handle #### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Interrupt example code](assets/Interrupts_Opta.zip) ## Interrupt Basics diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/05.getting-started-with-aws-iot-core/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/05.getting-started-with-aws-iot-core/content.md index 4478e4823e..4991111e52 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/05.getting-started-with-aws-iot-core/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/05.getting-started-with-aws-iot-core/content.md @@ -35,7 +35,7 @@ In this tutorial, you will learn how to securely connect an Opta™ device to AW ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [NTPClient library](https://github.com/arduino-libraries/NTPClient) - [Arduino_JSON library](https://github.com/arduino-libraries/Arduino_JSON) - [ArduinoECCX08 library](https://github.com/arduino-libraries/ArduinoECCX08) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/07.usb-data-logging/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/07.usb-data-logging/content.md index 59b4441d9e..a6dd25d093 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/07.usb-data-logging/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/07.usb-data-logging/content.md @@ -38,7 +38,7 @@ Through this guide, we will show you how to record readings from four analog inp ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino_UnifiedStorage](https://github.com/arduino-libraries/Arduino_UnifiedStorage) library - [Arduino_POSIXStorage](https://github.com/arduino-libraries/Arduino_POSIXStorage) library - [Arduino_USBHostMbed5](https://github.com/arduino-libraries/Arduino_USBHostMbed5) library diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/13.energy-management-application-note/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/13.energy-management-application-note/content.md index 59c38a4591..6d729a6d4f 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/13.energy-management-application-note/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/13.energy-management-application-note/content.md @@ -54,7 +54,7 @@ Below is a visual representation of the intended application: ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - If you choose an offline Arduino IDE, you must install the following libraries: `ArduinoRS485`, `ArduinoModbus` and `Scheduler`. You can install those libraries via the Library Manager of the Arduino IDE. - For the Wi-Fi® connectivity feature of Opta™, we will use [Arduino Cloud](https://create.arduino.cc/iot/things); you will need to create an account if you still need to create one. - [Opta™ Energy Manager Example Code](assets/energy_management.zip) @@ -625,7 +625,7 @@ Once set up, you will have the opportunity to design an interface resembling the ## Complete Opta™ Energy Management Sketch -Access the complete sketch used in the design of energy management for Opta™ in conjunction with the Arduino Cloud [here](assets/energy_management.zip). The compressed file can be imported directly to Arduino Cloud Web Editor for your convenience. +Access the complete sketch used in the design of energy management for Opta™ in conjunction with the Arduino Cloud [here](assets/energy_management.zip). The compressed file can be imported directly to Arduino Cloud Cloud Editor for your convenience. ## Conclusion diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/14.tank-level-app-note/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/14.tank-level-app-note/content.md index 8656a568e4..c7094d2dfd 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/14.tank-level-app-note/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/14.tank-level-app-note/content.md @@ -59,7 +59,7 @@ The Big Tank has at least twice the capacity of the Small Tank in the experiment ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - If you choose an offline Arduino IDE, you must install the following libraries: `ArduinoRS485`, `ArduinoModbus`, and `Scheduler`. You can install these libraries via the Library Manager of the Arduino IDE. - The [Arduino Cloud](https://create.arduino.cc/iot/things) will be required to perform remote actuation and status monitoring via Wi-Fi® connectivity using the sketch provided in the following section. The Ethernet connection is also available as a connectivity option to leverage Arduino Cloud applications. The Arduino Cloud account is free and is needed to access its features. To learn more about the Arduino Cloud visit our [Getting Started with Arduino Cloud](https://docs.arduino.cc/arduino-cloud/guides/overview) - The [tank level monitoring example code](assets/tank-level-monitoring-sketch.zip) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/15.home-automation-application-note/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/15.home-automation-application-note/content.md index 079465dc49..d8417bfea5 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/15.home-automation-application-note/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/15.home-automation-application-note/content.md @@ -52,7 +52,7 @@ This application note shows a home automation system based on an Opta™️, cap ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - If you choose an offline Arduino IDE, you must install the following libraries: [`WiFi`](https://www.arduino.cc/reference/en/libraries/wifi/) and [`NTPClient`](https://github.com/arduino-libraries/NTPClient) - For the IoT capabilities and features of the Opta™️, we will use [Arduino Cloud](https://create.arduino.cc/iot/things) (you will need to create an account if you don't have one yet) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/16.mac-address/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/16.mac-address/content.md index fbf36fc451..87ce257441 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/16.mac-address/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/16.mac-address/content.md @@ -34,7 +34,7 @@ The Media Access Control (MAC) address is essential for computer networking and ### Software Requirements -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor) - [The MAC address retrieval example sketch](assets/opta_info.ino) ## MAC Address Basics 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 0116c67bed..efabcdf2aa 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 Web Editor +### Getting Started - Arduino Cloud Editor -All Arduino® boards, including this one, work out-of-the-box on the Arduino® Web Editor **[4]**, by just installing a simple plugin. +All Arduino® boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[4]**, by just installing a simple plugin. -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. +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. ### Getting Started - Arduino Cloud @@ -726,5 +726,6 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | **Date** | **Revision** | **Changes** | | ---------- | ------------ | ------------------------------------------------------ | -| 11/07/2024 | 1 | First release | +| 05/09/2024 | 1 | Cloud Editor updated from Web Editor | +| 11/07/2024 | 1 | First release | diff --git a/content/hardware/10.mega/boards/due/tutorials/mouse-controller/mouse-controller.md b/content/hardware/10.mega/boards/due/tutorials/mouse-controller/mouse-controller.md index 012a734abc..e7022a107e 100644 --- a/content/hardware/10.mega/boards/due/tutorials/mouse-controller/mouse-controller.md +++ b/content/hardware/10.mega/boards/due/tutorials/mouse-controller/mouse-controller.md @@ -41,7 +41,7 @@ There is no circuit for this tutorial. Simply connect your Arduino Due with the ## Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** and install it. **2.** Now, we need to install the libraries needed. Simply go to **Tools > Manage libraries...** and search for **USBHost** and install it. diff --git a/content/hardware/10.mega/boards/due/tutorials/simple-waveform-generator/keyboard-controller/keyboard-controller.md b/content/hardware/10.mega/boards/due/tutorials/simple-waveform-generator/keyboard-controller/keyboard-controller.md index 38f861c98b..ee97123560 100644 --- a/content/hardware/10.mega/boards/due/tutorials/simple-waveform-generator/keyboard-controller/keyboard-controller.md +++ b/content/hardware/10.mega/boards/due/tutorials/simple-waveform-generator/keyboard-controller/keyboard-controller.md @@ -41,7 +41,7 @@ There is no circuit for this tutorial. Simply connect your Arduino Due with the ## Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** and install it. **2.** Now, we need to install the libraries needed. Simply go to **Tools > Manage libraries...** and search for **USBHost** and install it. diff --git a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md index 4cc6dbb72d..fbf338fccb 100644 --- a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md +++ b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-getting-started/giga-getting-started.md @@ -20,7 +20,7 @@ To install it, you will need a version of the Arduino IDE, which you can downloa - [Arduino GIGA R1 WiFi](/hardware/giga-r1-wifi) - [Arduino IDE](https://docs.arduino.cc/software/ide-v2) -***You can also use the [Web Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** +***You can also use the [Cloud Editor](https://create.arduino.cc/editor) which comes with all Arduino boards pre-installed.*** ## Download & Install IDE diff --git a/content/hardware/_unlisted/old-datasheets/portenta-h7-lite-connected/datasheet.md b/content/hardware/_unlisted/old-datasheets/portenta-h7-lite-connected/datasheet.md index 498bf0f0f0..12a9dd0cf6 100644 --- a/content/hardware/_unlisted/old-datasheets/portenta-h7-lite-connected/datasheet.md +++ b/content/hardware/_unlisted/old-datasheets/portenta-h7-lite-connected/datasheet.md @@ -287,10 +287,10 @@ All power conversion on the Portenta H7 Lite Connected is handled by the PF1550 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 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. +### 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. -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. +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. ### 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/00.getting-started-arduino/getting-started-arduino.md b/content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md index 49b562eac4..4290b46788 100644 --- a/content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md +++ b/content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md @@ -324,7 +324,7 @@ Today, there are three Arduino IDEs available: - Arduino IDE 1.8.x (classic) - Arduino IDE 2 (new) -- Arduino Web Editor (online) +- Arduino Cloud Editor (online) ### A Typical Workflow @@ -356,13 +356,13 @@ In 2021, the Arduino IDE 2 was released. The new IDE has the same functionality, ***Learn more by visiting the [Arduino IDE 2 documentation](/software/ide-v2).*** -### Web Editor +### Cloud Editor -![The Web Editor.](assets/web-editor.png) +![The Cloud Editor.](assets/web-editor.png) -The [Arduino Web Editor](https://create.arduino.cc/editor) is an online IDE, part of the Arduino Cloud suite. Similar in function, this editor is completely web based, with online storage among other features. To use the Web Editor, you will need to register an Arduino account. +The [Arduino Cloud Editor](https://create.arduino.cc/editor) is an online IDE, part of the Arduino Cloud suite. Similar in function, this editor is completely web based, with online storage among other features. To use the Cloud Editor, you will need to register an Arduino account. -***Learn more by visiting the [Web Editor documentation](/cloud/web-editor).*** +***Learn more by visiting the [Cloud Editor documentation](/cloud/web-editor).*** ### Arduino Cloud diff --git a/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md b/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md index 8320b1b38e..e431144f41 100644 --- a/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md +++ b/content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md @@ -13,9 +13,9 @@ An Integrated Development Environment (IDE) is a software that allows you to wri ## Arduino Tools -You can write programs and upload them to your board with the browser IDE (Arduino Web Editor), or the desktop one (Arduino Software IDE). Another option is to use the Arduino Cloud web platform if you are interested in creating IoT systems and have a [compatible board](https://support.arduino.cc/hc/en-us/articles/360016077320-Which-boards-are-supported-in-the-Arduino-IoT-Cloud). Here are some tips to help you pick the best tool to suit your needs: +You can write programs and upload them to your board with the browser IDE (Arduino Cloud Editor), or the desktop one (Arduino Software IDE). Another option is to use the Arduino Cloud web platform if you are interested in creating IoT systems and have a [compatible board](https://support.arduino.cc/hc/en-us/articles/360016077320-Which-boards-are-supported-in-the-Arduino-IoT-Cloud). Here are some tips to help you pick the best tool to suit your needs: -**1.** If you have a reliable Internet connection, you should use the [online IDE](https://create.arduino.cc/editor) (Arduino Web Editor). It will allow you to save your sketches in the Cloud, having them available from any device and backed up. Also, you will always have the most up-to-date version of the IDE without the need to install updates or community generated libraries. +**1.** If you have a reliable Internet connection, you should use the [online IDE](https://create.arduino.cc/editor) (Arduino Cloud Editor). It will allow you to save your sketches in the Cloud, having them available from any device and backed up. Also, you will always have the most up-to-date version of the IDE without the need to install updates or community generated libraries. **2.** If you would rather work offline, you should use the latest version of the [desktop IDE](https://www.arduino.cc/en/Main/Software#download) (Arduino Software IDE). diff --git a/content/learn/01.starting-guide/04.software-libraries/libraries.md b/content/learn/01.starting-guide/04.software-libraries/libraries.md index d7f78e9cf7..21253623f3 100644 --- a/content/learn/01.starting-guide/04.software-libraries/libraries.md +++ b/content/learn/01.starting-guide/04.software-libraries/libraries.md @@ -2,7 +2,7 @@ title: 'Get to know Arduino Libraries' description: 'Libraries provide extra functionality for use in sketches, e.g. working with hardware or manipulating data.' author: 'Liam Aljundi' -tags: [Arduino Libraries, Web Editor] +tags: [Arduino Libraries, Cloud Editor] --- The Arduino environment can be extended through the use of libraries. Just like most programming platforms, libraries provide extra functionality for use in sketches, e.g. working with hardware or manipulating data. To use a library in a sketch, select it from **Sketch > Import Library**. diff --git a/content/learn/01.starting-guide/06.troubleshooting-sketches/troubleshooting-sketches.md b/content/learn/01.starting-guide/06.troubleshooting-sketches/troubleshooting-sketches.md index 1dc36ad651..1b2855be67 100644 --- a/content/learn/01.starting-guide/06.troubleshooting-sketches/troubleshooting-sketches.md +++ b/content/learn/01.starting-guide/06.troubleshooting-sketches/troubleshooting-sketches.md @@ -18,7 +18,7 @@ You can check the following suggestions to help you solve any potential problem: Below you will find further guidance on the steps mentioned. ## Board & Port -The online Arduino Web Editor detects your board and port automatically, but if you are using the offline Arduino Software IDE, you need to select both your board and port manually using the following tips: +The online Arduino Cloud Editor detects your board and port automatically, but if you are using the offline Arduino Software IDE, you need to select both your board and port manually using the following tips: - Make sure you have the right item selected in the **Tools > Board** menu. If you have an Arduino UNO, you'll need to choose it. diff --git a/content/retired/06.getting-started-guides/Arduino101/Arduino101.md b/content/retired/06.getting-started-guides/Arduino101/Arduino101.md index 7559a10700..41a2a8fcec 100644 --- a/content/retired/06.getting-started-guides/Arduino101/Arduino101.md +++ b/content/retired/06.getting-started-guides/Arduino101/Arduino101.md @@ -11,9 +11,9 @@ The Arduino 101 is programmed using the [Arduino Software (IDE)](https://arduino -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoEsplora/ArduinoEsplora.md b/content/retired/06.getting-started-guides/ArduinoEsplora/ArduinoEsplora.md index 1482d3b390..60b4c32574 100644 --- a/content/retired/06.getting-started-guides/ArduinoEsplora/ArduinoEsplora.md +++ b/content/retired/06.getting-started-guides/ArduinoEsplora/ArduinoEsplora.md @@ -17,9 +17,9 @@ The Arduino Esplora is programmed using the [Arduino Software (IDE)](https://ard -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoGemma/ArduinoGemma.md b/content/retired/06.getting-started-guides/ArduinoGemma/ArduinoGemma.md index 1ea0dddc50..7b1f756524 100644 --- a/content/retired/06.getting-started-guides/ArduinoGemma/ArduinoGemma.md +++ b/content/retired/06.getting-started-guides/ArduinoGemma/ArduinoGemma.md @@ -11,7 +11,7 @@ The Arduino Gemma is programmed using the [Arduino Software (IDE)](https://ardui ### Use your Arduino Gemma on the Arduino Desktop IDE -If you want to program your Arduino Gemma you need to install the [Arduino Desktop IDE](https://arduino.cc/en/Main/Software). This board does not work on [Arduino Web Editor](https://create.arduino.cc/editor). +If you want to program your Arduino Gemma you need to install the [Arduino Desktop IDE](https://arduino.cc/en/Main/Software). This board does not work on [Arduino Cloud Editor](https://create.arduino.cc/editor). #### Open your first sketch diff --git a/content/retired/06.getting-started-guides/ArduinoIndustrial101/ArduinoIndustrial101.md b/content/retired/06.getting-started-guides/ArduinoIndustrial101/ArduinoIndustrial101.md index df1f5a912b..6d7e71370a 100644 --- a/content/retired/06.getting-started-guides/ArduinoIndustrial101/ArduinoIndustrial101.md +++ b/content/retired/06.getting-started-guides/ArduinoIndustrial101/ArduinoIndustrial101.md @@ -17,9 +17,9 @@ The Arduino Industrial 101 is programmed using the [Arduino Software (IDE)](http ::: div download-page-desc -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. ::: diff --git a/content/retired/06.getting-started-guides/ArduinoLeonardoMicro/ArduinoLeonardoMicro.md b/content/retired/06.getting-started-guides/ArduinoLeonardoMicro/ArduinoLeonardoMicro.md index f606cc0fb0..824a1261fa 100644 --- a/content/retired/06.getting-started-guides/ArduinoLeonardoMicro/ArduinoLeonardoMicro.md +++ b/content/retired/06.getting-started-guides/ArduinoLeonardoMicro/ArduinoLeonardoMicro.md @@ -13,9 +13,9 @@ The Leonardo, Leonardo ETH and Micro are programmed using the [Arduino Software -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://docs.arduino.cc/arduino-cloud/getting-started/getting-started-web-editor) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoLilyPad/ArduinoLilyPad.md b/content/retired/06.getting-started-guides/ArduinoLilyPad/ArduinoLilyPad.md index 0aa65e29df..9a0b7b6ade 100644 --- a/content/retired/06.getting-started-guides/ArduinoLilyPad/ArduinoLilyPad.md +++ b/content/retired/06.getting-started-guides/ArduinoLilyPad/ArduinoLilyPad.md @@ -11,9 +11,9 @@ The LilyPad Arduino, LilyPad Arduino Simple and LilyPad Arduino Simple Snap are ### Use your LilyPad Arduino, LilyPad Arduino Simple and LilyPad Arduino Simple Snap on the Arduino Web IDE -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. ### Use your LilyPad Arduino, LilyPad Arduino Simple and LilyPad Arduino Simple Snap on the Arduino Desktop IDE diff --git a/content/retired/06.getting-started-guides/ArduinoLilyPadUSB/ArduinoLilyPadUSB.md b/content/retired/06.getting-started-guides/ArduinoLilyPadUSB/ArduinoLilyPadUSB.md index e758ebf78a..9d02168abf 100644 --- a/content/retired/06.getting-started-guides/ArduinoLilyPadUSB/ArduinoLilyPadUSB.md +++ b/content/retired/06.getting-started-guides/ArduinoLilyPadUSB/ArduinoLilyPadUSB.md @@ -13,9 +13,9 @@ The LilyPad Arduino USB is programmed using the [Arduino Software (IDE)](https:/ -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoM0/ArduinoM0.md b/content/retired/06.getting-started-guides/ArduinoM0/ArduinoM0.md index c2a9aa706e..05bb4d6db2 100644 --- a/content/retired/06.getting-started-guides/ArduinoM0/ArduinoM0.md +++ b/content/retired/06.getting-started-guides/ArduinoM0/ArduinoM0.md @@ -13,9 +13,9 @@ The Arduino M0 is programmed using the [Arduino Software (IDE)](https://arduino. -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoM0Pro/ArduinoM0Pro.md b/content/retired/06.getting-started-guides/ArduinoM0Pro/ArduinoM0Pro.md index 34209fb147..2383338ee9 100644 --- a/content/retired/06.getting-started-guides/ArduinoM0Pro/ArduinoM0Pro.md +++ b/content/retired/06.getting-started-guides/ArduinoM0Pro/ArduinoM0Pro.md @@ -13,9 +13,9 @@ The Arduino M0 Pro is programmed using the [Arduino Software (IDE)](https://ardu -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoMini/ArduinoMini.md b/content/retired/06.getting-started-guides/ArduinoMini/ArduinoMini.md index b42c0681e0..60f38d6d19 100644 --- a/content/retired/06.getting-started-guides/ArduinoMini/ArduinoMini.md +++ b/content/retired/06.getting-started-guides/ArduinoMini/ArduinoMini.md @@ -13,9 +13,9 @@ The Arduino Mini is programmed using the [Arduino Software (IDE)](https://arduin -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoPrimo/ArduinoPrimo.md b/content/retired/06.getting-started-guides/ArduinoPrimo/ArduinoPrimo.md index f66c28a9a1..6f15666f2b 100644 --- a/content/retired/06.getting-started-guides/ArduinoPrimo/ArduinoPrimo.md +++ b/content/retired/06.getting-started-guides/ArduinoPrimo/ArduinoPrimo.md @@ -13,9 +13,9 @@ The Arduino Primo is programmed using the [Arduino Software (IDE)](https://ardui -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoPro/ArduinoPro.md b/content/retired/06.getting-started-guides/ArduinoPro/ArduinoPro.md index 1eeb549b31..42c792b337 100644 --- a/content/retired/06.getting-started-guides/ArduinoPro/ArduinoPro.md +++ b/content/retired/06.getting-started-guides/ArduinoPro/ArduinoPro.md @@ -13,9 +13,9 @@ The Arduino Pro is programmed using the [Arduino Software (IDE)](https://arduino -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoProMini/ArduinoProMini.md b/content/retired/06.getting-started-guides/ArduinoProMini/ArduinoProMini.md index 6cfa7d31a6..f75ba73567 100644 --- a/content/retired/06.getting-started-guides/ArduinoProMini/ArduinoProMini.md +++ b/content/retired/06.getting-started-guides/ArduinoProMini/ArduinoProMini.md @@ -11,9 +11,9 @@ The Arduino Pro Mini is programmed using the [Arduino Software (IDE)](https://ar -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoTian/ArduinoTian.md b/content/retired/06.getting-started-guides/ArduinoTian/ArduinoTian.md index d2b798b7b5..55671141cb 100644 --- a/content/retired/06.getting-started-guides/ArduinoTian/ArduinoTian.md +++ b/content/retired/06.getting-started-guides/ArduinoTian/ArduinoTian.md @@ -13,9 +13,9 @@ The Arduino Tian is programmed using the [Arduino Software (IDE)](https://arduin -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoUnoWiFi/ArduinoUnoWiFi.md b/content/retired/06.getting-started-guides/ArduinoUnoWiFi/ArduinoUnoWiFi.md index 2148632d86..979f91e6ba 100644 --- a/content/retired/06.getting-started-guides/ArduinoUnoWiFi/ArduinoUnoWiFi.md +++ b/content/retired/06.getting-started-guides/ArduinoUnoWiFi/ArduinoUnoWiFi.md @@ -13,9 +13,9 @@ The Arduino Uno WiFi is programmed using the [Arduino Software (IDE)](https://ar -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/ArduinoYunLin/ArduinoYunLin.md b/content/retired/06.getting-started-guides/ArduinoYunLin/ArduinoYunLin.md index eb53ede75e..0b720e143a 100644 --- a/content/retired/06.getting-started-guides/ArduinoYunLin/ArduinoYunLin.md +++ b/content/retired/06.getting-started-guides/ArduinoYunLin/ArduinoYunLin.md @@ -13,9 +13,9 @@ The Arduino Yún an Yún Mini are programmed using the [Arduino Software (IDE)]( -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/IntelEdison/IntelEdison.md b/content/retired/06.getting-started-guides/IntelEdison/IntelEdison.md index 10e08010ab..26decf91ca 100644 --- a/content/retired/06.getting-started-guides/IntelEdison/IntelEdison.md +++ b/content/retired/06.getting-started-guides/IntelEdison/IntelEdison.md @@ -15,9 +15,9 @@ The Intel® Edison is programmed using the [Arduino Software (IDE)](https://ardu -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/retired/06.getting-started-guides/IntelGalileoGen2/IntelGalileoGen2.md b/content/retired/06.getting-started-guides/IntelGalileoGen2/IntelGalileoGen2.md index a12fcd5e80..67e9da75f9 100644 --- a/content/retired/06.getting-started-guides/IntelGalileoGen2/IntelGalileoGen2.md +++ b/content/retired/06.getting-started-guides/IntelGalileoGen2/IntelGalileoGen2.md @@ -13,9 +13,9 @@ The Intel® Galileo Gen2 is programmed using the [Arduino Software (IDE)](https: -All Arduino boards, including this one, work out-of-the-box on the [Arduino Web Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. +All Arduino boards, including this one, work out-of-the-box on the [Arduino Cloud Editor](https://create.arduino.cc/editor), you only need to install Arduino Create Agent to get started. -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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. +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 this [simple guide](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-arduino-web-editor-4b3e4a) to start coding on the browser and upload your sketches onto your board. diff --git a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nano/installing-mbed-os-nano-boards.md b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nano/installing-mbed-os-nano-boards.md index 743c41c607..9d47a8a0c2 100644 --- a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nano/installing-mbed-os-nano-boards.md +++ b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nano/installing-mbed-os-nano-boards.md @@ -12,7 +12,7 @@ In this tutorial, we will go through a few simple steps on installing the core n This tutorial uses the **Arduino IDE**. You can download the editor easily from [our software page](https://www.arduino.cc/en/software). -If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). +If you are using the **Cloud Editor**, you can follow the [getting started with the Cloud Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). ### Boards using the Mbed core diff --git a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nicla/installing-mbed-os-nicla.md b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nicla/installing-mbed-os-nicla.md index aa7a3b1c19..18b72f06d4 100644 --- a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nicla/installing-mbed-os-nicla.md +++ b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nicla/installing-mbed-os-nicla.md @@ -12,7 +12,7 @@ In this tutorial, we will go through a few simple steps on installing the core n This tutorial uses the **Arduino IDE**. You can download the editor easily from [our software page](https://www.arduino.cc/en/software). -If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). +If you are using the **Cloud Editor**, you can follow the [getting started with the Cloud Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). ### Boards using the Mbed Nicla core diff --git a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md index 32dd5a9b90..74f17411f8 100644 --- a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md +++ b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md @@ -12,7 +12,7 @@ In this tutorial, we will go through a few simple steps on installing the core n This tutorial uses the **Arduino IDE**. You can download the editor easily from [our software page](https://www.arduino.cc/en/software). -If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). +If you are using the **Cloud Editor**, you can follow the [getting started with the Cloud Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). ***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. How to do so is explained in the ["Updating the Portenta Bootloader"](/tutorials/portenta-h7/updating-the-bootloader) tutorial*** diff --git a/content/software/ide-v1/tutorials/getting-started/cores/arduino-megaavr/installing-megaavr-core.md b/content/software/ide-v1/tutorials/getting-started/cores/arduino-megaavr/installing-megaavr-core.md index 3f8dd4a2ca..c9f9f73ff9 100644 --- a/content/software/ide-v1/tutorials/getting-started/cores/arduino-megaavr/installing-megaavr-core.md +++ b/content/software/ide-v1/tutorials/getting-started/cores/arduino-megaavr/installing-megaavr-core.md @@ -12,7 +12,7 @@ In this tutorial, we will go through a few simple steps on installing the core f This tutorial uses the **Arduino IDE**. You can download the editor easily from [our software page](https://www.arduino.cc/en/software). -If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). +If you are using the **Cloud Editor**, you can follow the [getting started with the Cloud Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). ### Boards using the megaAVR diff --git a/content/software/ide-v1/tutorials/getting-started/cores/arduino-sam/installing-sam-core.md b/content/software/ide-v1/tutorials/getting-started/cores/arduino-sam/installing-sam-core.md index d54cde0674..1b8e45d232 100644 --- a/content/software/ide-v1/tutorials/getting-started/cores/arduino-sam/installing-sam-core.md +++ b/content/software/ide-v1/tutorials/getting-started/cores/arduino-sam/installing-sam-core.md @@ -12,7 +12,7 @@ In this tutorial, we will go through a few simple steps on installing the SAM co This tutorial uses the **Arduino IDE**. You can download the editor easily from [our software page](https://www.arduino.cc/en/software). -If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). +If you are using the **Cloud Editor**, you can follow the [getting started with the Cloud Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). ### Boards using the SAM core diff --git a/content/software/ide-v1/tutorials/getting-started/cores/arduino-samd/installing-samd21-core.md b/content/software/ide-v1/tutorials/getting-started/cores/arduino-samd/installing-samd21-core.md index c7064257b2..5c844197a3 100644 --- a/content/software/ide-v1/tutorials/getting-started/cores/arduino-samd/installing-samd21-core.md +++ b/content/software/ide-v1/tutorials/getting-started/cores/arduino-samd/installing-samd21-core.md @@ -12,7 +12,7 @@ In this tutorial, we will go through a few simple steps on installing the **SAMD This tutorial uses the **Arduino IDE**. You can download the editor easily from [our software page](https://www.arduino.cc/en/software). -If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). +If you are using the **Cloud Editor**, you can follow the [getting started with the Cloud Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). ### Boards using the SAMD21 core diff --git a/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md b/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md index 3ab986f9e9..e5e277859c 100644 --- a/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md +++ b/content/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync/ide-v2-cloud-sketch-sync.md @@ -18,7 +18,7 @@ In this tutorial, we will describe the benefits of this new feature, go through Write your Arduino sketches on one computer and access them on another, with a single click! Do not worry about synchronisation or USB drives: the Arduino IDE 2 provides the Remote Sketches feature which allows you to store your sketches in the Arduino secure Cloud and retrieve them easily on any other workstation. - **Code from your browser**: -If you want to work on a computer that doesn’t have the Arduino IDE installed, just open the Arduino Web Editor: you’ll get an online IDE with all your sketches just there, plus all the libraries. +If you want to work on a computer that doesn’t have the Arduino IDE installed, just open the Arduino Cloud Editor: you’ll get an online IDE with all your sketches just there, plus all the libraries. - **Backup your code**: Your sketches are too important to risk losing them! And life is too short to make copies manually. With Remote Sketches you only need one click and they will be saved in the Arduino secure Cloud. diff --git a/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md b/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md index eea329778c..61aa3e3397 100644 --- a/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md +++ b/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md @@ -51,7 +51,7 @@ The following accessories are needed: - Arduino PLC IDE [Official Website](https://www.arduino.cc/pro/software-plc-ide) - If you have a [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control), you will need a unique PLC IDE License key for your device. Get your license key [here](https://store.arduino.cc/products/plc-key-portenta-machine-control). - If you have an [Opta™](https://store-usa.arduino.cc/collections/opta-family), you do not need any license key to activate your product. Go to section [__License Activation With Pre-Licensed Products (Opta™)__](#6-license-activation-with-pre-licensed-products-opta™) to know more. -- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), [Arduino Web Editor](https://create.arduino.cc/editor) or any program with a serial monitor in case you need to retrieve the _Hardware-ID_ of your device. +- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2](https://www.arduino.cc/en/software), [Arduino Cloud Editor](https://create.arduino.cc/editor) or any program with a serial monitor in case you need to retrieve the _Hardware-ID_ of your device. ***To get the Arduino PLC IDE for your device, please visit the [Arduino software page](https://www.arduino.cc/en/software). In case you are using a Portenta Machine Control, you need to acquire a PLC IDE License at the [store page](https://store.arduino.cc/plc-key-portenta-machine-control).*** diff --git a/content/software/web-editor/act-on-multiple-sketches-at-once-on-the-web-editor/act-on-multiple-sketches-at-once-on-the-web-editor.md b/content/software/web-editor/act-on-multiple-sketches-at-once-on-the-web-editor/act-on-multiple-sketches-at-once-on-the-web-editor.md index 3416c86d87..a43c63d36d 100644 --- a/content/software/web-editor/act-on-multiple-sketches-at-once-on-the-web-editor/act-on-multiple-sketches-at-once-on-the-web-editor.md +++ b/content/software/web-editor/act-on-multiple-sketches-at-once-on-the-web-editor/act-on-multiple-sketches-at-once-on-the-web-editor.md @@ -1,6 +1,6 @@ --- -title: "Act on Multiple Sketches at Once on the Web Editor! " -description: "Want to clean up or better organize your online sketchbook? Do it in just a few clicks on the Arduino Web Editor!" +title: "Act on Multiple Sketches at Once on the Cloud Editor! " +description: "Want to clean up or better organize your online sketchbook? Do it in just a few clicks on the Arduino Cloud Editor!" difficulty: beginner coverImage: "assets/3BZEBNijceWf0Bz68jvI.png" tags: [arduino create, organize, sketchbook] @@ -10,7 +10,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/act-on-multiple-sk ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project diff --git a/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md b/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md index f1600b11c7..f8133619ed 100644 --- a/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md +++ b/content/software/web-editor/getting-started-with-intel-based-platforms-on-arduino-create/getting-started-with-intel-based-platforms-on-arduino-create.md @@ -10,7 +10,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-wi ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project @@ -34,7 +34,7 @@ All you need to get started is an Arduino Profile. Note that you can also use this account to write posts on [Arduino’s official Forum](https://forum.arduino.cc/c/software/intel-based-platforms/144), buy products on the [online store](https://store.arduino.cc/), add comments on the [blog](https://blog.arduino.cc/), as well as create tutorials on the Arduino Project Hub (YAY!). -### Logging In To The Arduino Web Editor +### Logging In To The Arduino Cloud Editor Once you have successfully registered for an Arduino account, go to the [Getting Started Web app ](https://create-intel.arduino.cc/getting-started)and log in[. ](https://create-intel.arduino.cc/getting-started)Then press [Set Up a generic Intel-based platform](https://create-intel.arduino.cc/getting-started/device). @@ -138,7 +138,7 @@ You have successfully completed the installation (using either the USB, the IP o ### Run a Test Sketch -At the end of the installation flow you will be redirected to the web editor. For more infos on how to use it [follow this tutorial.](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-the-arduino-web-editor-4b3e4a) +At the end of the installation flow you will be redirected to the Cloud editor. For more infos on how to use it [follow this tutorial.](https://create.arduino.cc/projecthub/Arduino_Genuino/getting-started-with-the-arduino-web-editor-4b3e4a) Let's run a test sketch! Open the DebugSerial example included in the UP Squared Grove IoT Development Kit library. diff --git a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md index cb1f29f114..0e1039fd78 100644 --- a/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md +++ b/content/tutorials/generic/amplitude-serial-plotter/amplitude-serial-plotter.md @@ -58,7 +58,7 @@ Make sure that your Arduino is connected to your computer via USB, then open the -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** Now, we need to install the libraries needed. Simply go to **Tools > Manage libraries...** and search for **ArduinoSound** and install it. diff --git a/content/tutorials/generic/arduino-linux-on-up2-board-with-intel-mraa/arduino-linux-on-up2-board-with-intel-mraa.md b/content/tutorials/generic/arduino-linux-on-up2-board-with-intel-mraa/arduino-linux-on-up2-board-with-intel-mraa.md index 995941fb86..130cbe087a 100644 --- a/content/tutorials/generic/arduino-linux-on-up2-board-with-intel-mraa/arduino-linux-on-up2-board-with-intel-mraa.md +++ b/content/tutorials/generic/arduino-linux-on-up2-board-with-intel-mraa/arduino-linux-on-up2-board-with-intel-mraa.md @@ -17,12 +17,12 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/arduino-linux-on-u ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project -This experiment shows how to interact with a Linux Single Board Computer (UP^2 in this case) using Arduino language and Create Web Editor. To begin, we need a suitable OS running on the board. As of writing, we need to install UbiLinux 4.0 beta 2 to be able to access all the IO functionalities of the board. +This experiment shows how to interact with a Linux Single Board Computer (UP^2 in this case) using Arduino language and Create Cloud Editor. To begin, we need a suitable OS running on the board. As of writing, we need to install UbiLinux 4.0 beta 2 to be able to access all the IO functionalities of the board. ### Steps diff --git a/content/tutorials/generic/clap-detector/clap-detector.md b/content/tutorials/generic/clap-detector/clap-detector.md index c2c3c806a8..5799d4a5d8 100644 --- a/content/tutorials/generic/clap-detector/clap-detector.md +++ b/content/tutorials/generic/clap-detector/clap-detector.md @@ -46,9 +46,9 @@ This example reads audio data from an Invensense's ICS43432I2S microphone breako ## Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries...** and search for **ArduinoSound** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries...** and search for **ArduinoSound** and install it. The sketch can be found in the snippet below. Upload the sketch to the board. diff --git a/content/tutorials/generic/intel-math-kernel-library-on-arduino/intel-math-kernel-library-on-arduino.md b/content/tutorials/generic/intel-math-kernel-library-on-arduino/intel-math-kernel-library-on-arduino.md index 583174380f..1a57bea221 100644 --- a/content/tutorials/generic/intel-math-kernel-library-on-arduino/intel-math-kernel-library-on-arduino.md +++ b/content/tutorials/generic/intel-math-kernel-library-on-arduino/intel-math-kernel-library-on-arduino.md @@ -14,7 +14,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/intel-math-kernel- ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project diff --git a/content/tutorials/generic/interacting-with-a-ti-sensortag-from-an-intel-nuc.md/interacting-with-a-ti-sensortag-from-an-intel-nuc.md.md b/content/tutorials/generic/interacting-with-a-ti-sensortag-from-an-intel-nuc.md/interacting-with-a-ti-sensortag-from-an-intel-nuc.md.md index 333c1ffc95..7865267641 100644 --- a/content/tutorials/generic/interacting-with-a-ti-sensortag-from-an-intel-nuc.md/interacting-with-a-ti-sensortag-from-an-intel-nuc.md.md +++ b/content/tutorials/generic/interacting-with-a-ti-sensortag-from-an-intel-nuc.md/interacting-with-a-ti-sensortag-from-an-intel-nuc.md.md @@ -19,7 +19,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/interacting-with-a ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project @@ -63,7 +63,7 @@ sudo reboot Now that the NUC has been configured with the necessary requirements for the `littleb`library, we can load the sketch using Arduino Create. -Inside Arduino Create, open the Arduino Web Editor and select your Intel NUC device from the drop down. Then click the `Examples`menu item, followed by `From Libraries`, and then select the `SensortagButton `example from the `littleb`library. +Inside Arduino Create, open the Arduino Cloud Editor and select your Intel NUC device from the drop down. Then click the `Examples`menu item, followed by `From Libraries`, and then select the `SensortagButton `example from the `littleb`library. ![Select the SensortagButton example.](assets/screen_shot_2017-08-08_at_12_49_25_pm_z7G2GZLOSp.png) diff --git a/content/tutorials/generic/midi-device/midi-device.md b/content/tutorials/generic/midi-device/midi-device.md index 8a546a9277..adb40bb123 100644 --- a/content/tutorials/generic/midi-device/midi-device.md +++ b/content/tutorials/generic/midi-device/midi-device.md @@ -67,7 +67,7 @@ The stream of notes and commands routed by VMPK may drive the built-in "Microsof ## Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** or if you are using the Zero **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** or if you are using the Zero **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. **2.** Now, we need to install the libraries needed. Simply go to **Tools > Manage libraries...** and search for **MIDIUSB** and install it. diff --git a/content/tutorials/generic/multiple-blinks/multiple-blinks.md b/content/tutorials/generic/multiple-blinks/multiple-blinks.md index 3ee6a254ef..fcd6722d46 100644 --- a/content/tutorials/generic/multiple-blinks/multiple-blinks.md +++ b/content/tutorials/generic/multiple-blinks/multiple-blinks.md @@ -47,7 +47,7 @@ The anode of the LEDs are connected in series with a 220-ohm resistor to pins 11 ### Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAM boards (32-bits ARM Cortex-M3)** and install it. **2.** Now, we need to install the libraries needed. Simply go to **Tools > Manage libraries...** and search for **Scheduler** and install it. diff --git a/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md b/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md index bb46a60e78..1d48b0de01 100644 --- a/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md +++ b/content/tutorials/generic/scheduled-wifi-ssl-web-client/scheduled-wifi-ssl-web-client.md @@ -62,7 +62,7 @@ The frequency is equal to 2^15 cycles per second, which means it is a convenient ## Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits ARM Cortex-M0+)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits ARM Cortex-M0+)** and install it. **2.** Now, we need to install the libraries needed. Simply go to **Tools > Manage libraries...** and search for the libraries listed below and install them. diff --git a/content/tutorials/generic/simple-audio-player/simple-audio-player.md b/content/tutorials/generic/simple-audio-player/simple-audio-player.md index 5c77b5e6b1..30010f9eac 100644 --- a/content/tutorials/generic/simple-audio-player/simple-audio-player.md +++ b/content/tutorials/generic/simple-audio-player/simple-audio-player.md @@ -83,9 +83,9 @@ For MKRZero, the microSD Slot is built in. A .wav file named "test.wav" is in th We will now get to the programming part of this tutorial. -**1.** First, let's make sure we have the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager....** Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager....** Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. The AudioZero library can installed from Arduino IDE's library manager. To do this, open the Arduino IDE, go to **Tools-> Manage Libraries**. There you can search **AudioZero** and install the library shown. The 'more info' link will take you to the GitHub page which includes all the documentation for the library. For a more detailed explanation on installing and importing libraries see [this tutorial](https://www.arduino.cc/en/Guide/Libraries#toc3). +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. The AudioZero library can installed from Arduino IDE's library manager. To do this, open the Arduino IDE, go to **Tools-> Manage Libraries**. There you can search **AudioZero** and install the library shown. The 'more info' link will take you to the GitHub page which includes all the documentation for the library. For a more detailed explanation on installing and importing libraries see [this tutorial](https://www.arduino.cc/en/Guide/Libraries#toc3). **3.** Here are some of the core functions of the sketch: diff --git a/content/tutorials/generic/wave-playback/wave-playback.md b/content/tutorials/generic/wave-playback/wave-playback.md index 059680b77c..8ce27c4657 100644 --- a/content/tutorials/generic/wave-playback/wave-playback.md +++ b/content/tutorials/generic/wave-playback/wave-playback.md @@ -61,9 +61,9 @@ Export the wav file: ## Programming the Board -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries...** and search for **ArduinoSound**, **SD Library** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries...** and search for **ArduinoSound**, **SD Library** and install it. The sketch can be found in the snippet below. Upload the sketch to the board. diff --git a/content/tutorials/generic/whistle-detector/whistle-detector.md b/content/tutorials/generic/whistle-detector/whistle-detector.md index bf93b469b3..c5a05a443f 100644 --- a/content/tutorials/generic/whistle-detector/whistle-detector.md +++ b/content/tutorials/generic/whistle-detector/whistle-detector.md @@ -48,9 +48,9 @@ This example reads audio data from an Invensense's ICS43432I2S microphone breako -**1.** First, let's make sure we have correct the drivers installed. If we are using the Web Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. +**1.** First, let's make sure we have correct the drivers installed. If we are using the Cloud Editor, we do not need to install anything. If we are using an offline editor, we need to install it manually. This can be done by navigating to **Tools > Board > Board Manager...**. Here we need to look for the **Arduino SAMD boards (32-bits Arm® Cortex®-M0+)** and install it. -**2.** Now, we need to install the libraries needed. If we are using the Web Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries...** and search for **ArduinoSound** and install it. +**2.** Now, we need to install the libraries needed. If we are using the Cloud Editor, there is no need to install anything. If we are using an offline editor, simply go to **Tools > Manage libraries...** and search for **ArduinoSound** and install it. The sketch can be found in the snippet below. Upload the sketch to the board. diff --git a/content/tutorials/projects/alexa-light-my-mood/alexa-light-my-mood.md b/content/tutorials/projects/alexa-light-my-mood/alexa-light-my-mood.md index 104b6236ae..169c05e102 100644 --- a/content/tutorials/projects/alexa-light-my-mood/alexa-light-my-mood.md +++ b/content/tutorials/projects/alexa-light-my-mood/alexa-light-my-mood.md @@ -15,7 +15,7 @@ source: "https://create.arduino.cc/projecthub/315381/alexa-light-my-mood-885534" ## Apps and Online Services - [Arduino Cloud](https://cloud.arduino.cc) -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino Amazon Alexa Official Arduino Skill](https://www.amazon.com/Arduino-LLC/dp/B07ZT2PK2H) ## About This Project @@ -41,11 +41,11 @@ When adding properties make sure you only use types listed under the **Smart Hom ![The Smart Home Section](assets/smart_home_rectangle_dLR0YJgofD.png) -Now go to the **Web Editor** by clicking the **Edit Sketch** button in your **Thing**'s edit view. +Now go to the **Cloud Editor** by clicking the **Edit Sketch** button in your **Thing**'s edit view. -### Part 2: Arduino Web Editor +### Part 2: Arduino Cloud Editor -In the Web Editor we need to add some code to the **Sketch** automatically generated for us. +In the Cloud Editor we need to add some code to the **Sketch** automatically generated for us. The first thing to include are the libraries which will help us to control the MKR RGB Shield: diff --git a/content/tutorials/projects/arduino-iot-cloud-amazon-alexa-integration/arduino-iot-cloud-amazon-alexa-integration.md b/content/tutorials/projects/arduino-iot-cloud-amazon-alexa-integration/arduino-iot-cloud-amazon-alexa-integration.md index 3888f89582..eca5c1f40f 100644 --- a/content/tutorials/projects/arduino-iot-cloud-amazon-alexa-integration/arduino-iot-cloud-amazon-alexa-integration.md +++ b/content/tutorials/projects/arduino-iot-cloud-amazon-alexa-integration/arduino-iot-cloud-amazon-alexa-integration.md @@ -20,7 +20,7 @@ source: "https://create.arduino.cc/projecthub/303628/arduino-iot-cloud-amazon-al ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino Cloud](https://cloud.arduino.cc) - [Arduino Amazon Alexa Official Arduino Skill](https://www.amazon.com/Arduino-LLC/dp/B07ZT2PK2H) @@ -52,11 +52,11 @@ When adding properties make sure you only use types listed under the **Smart Hom The Smart Home section -Now go to the **Web Editor** by clicking the **Edit Sketch** button in your **Thing**'s edit view. +Now go to the **Cloud Editor** by clicking the **Edit Sketch** button in your **Thing**'s edit view. -### Part 2: Arduino Web Editor +### Part 2: Arduino Cloud Editor -In the Web Editor we need to add some code to the **Sketch** automatically generated for us. +In the Cloud Editor we need to add some code to the **Sketch** automatically generated for us. Because we want to read some some environmental data (namely temperature, but feel free to add light, humidity and pressure if you please), we'll import the **Arduino_MKRENV** library at the top of our **Sketch** diff --git a/content/tutorials/projects/cancellinobot/cancellinobot.md b/content/tutorials/projects/cancellinobot/cancellinobot.md index bafff97cd6..05e550515a 100644 --- a/content/tutorials/projects/cancellinobot/cancellinobot.md +++ b/content/tutorials/projects/cancellinobot/cancellinobot.md @@ -19,7 +19,7 @@ source: "https://create.arduino.cc/projecthub/318759/cancellinobot-17d223" ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Telegram](https://telegram.org/) ## About This Project @@ -85,7 +85,7 @@ At the end of the step, BotFather will give you a *token*, that is a kind of uni Now we have to setup the Arduino MKR Wifi 1010 in order to interface it to Telegram. -We can do this step both using the Arduino Web Editor (used in this project) and the Arduino IDE: you can find more information on their setup for the Arduino MKR WAN 1010 board at this [link](https://www.arduino.cc/en/Guide/MKRWiFi1010). +We can do this step both using the Arduino Cloud Editor (used in this project) and the Arduino IDE: you can find more information on their setup for the Arduino MKR WAN 1010 board at this [link](https://www.arduino.cc/en/Guide/MKRWiFi1010). First thing to do, in order to be able to go on, is to downgrade the *ArduinoJson* library. The current version indeed is too recent to work well with the Telegram libraries. @@ -95,7 +95,7 @@ and choose the branch (release) 5.x, and download it - you should have now a fil ![Download ArduinoJson.](assets/download_old_ardiunojson_uUX4Pm9L7s.png) -Now you have to upload it back to the Arduino Web Editor: choose from the left Menu "Libraries" and in the Library manager section, click on the Import icon and choose to import the file previously downloaded: +Now you have to upload it back to the Arduino Cloud Editor: choose from the left Menu "Libraries" and in the Library manager section, click on the Import icon and choose to import the file previously downloaded: ![Import the library.](assets/upload_library_Nij20OBr2x.png) diff --git a/content/tutorials/projects/control-two-relays-with-an-sms/control-two-relays-with-an-sms.md b/content/tutorials/projects/control-two-relays-with-an-sms/control-two-relays-with-an-sms.md index 1be87bdf78..13ce3dc135 100644 --- a/content/tutorials/projects/control-two-relays-with-an-sms/control-two-relays-with-an-sms.md +++ b/content/tutorials/projects/control-two-relays-with-an-sms/control-two-relays-with-an-sms.md @@ -63,7 +63,7 @@ GSM gsmAccess; GSM_SMS sms; ``` -After the include section, we provide the two lines of code that refer to your secret pin number and incoming number. With this syntax the web editor generates a new Tab called Secrets where you input the two constants: +After the include section, we provide the two lines of code that refer to your secret pin number and incoming number. With this syntax the Cloud Editor generates a new Tab called Secrets where you input the two constants: ```arduino char PINNUMBER [] = SECRET_PINNUMBER; diff --git a/content/tutorials/projects/control-your-iot-cloud-kit-via-blynk/control-your-iot-cloud-kit-via-blynk.md b/content/tutorials/projects/control-your-iot-cloud-kit-via-blynk/control-your-iot-cloud-kit-via-blynk.md index f8ada4accc..e3686f7d0f 100644 --- a/content/tutorials/projects/control-your-iot-cloud-kit-via-blynk/control-your-iot-cloud-kit-via-blynk.md +++ b/content/tutorials/projects/control-your-iot-cloud-kit-via-blynk/control-your-iot-cloud-kit-via-blynk.md @@ -14,7 +14,7 @@ source: "https://create.arduino.cc/projecthub/officine-innesto/control-your-iot- ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Blynk](https://www.blynk.cc/getting-started) ## About This Project diff --git a/content/tutorials/projects/control-your-iot-cloud-kit-via-mqtt-and-node-red/control-your-iot-cloud-kit-via-mqtt-and-node-red.md b/content/tutorials/projects/control-your-iot-cloud-kit-via-mqtt-and-node-red/control-your-iot-cloud-kit-via-mqtt-and-node-red.md index 8a2fc2835e..0d6aaa026f 100644 --- a/content/tutorials/projects/control-your-iot-cloud-kit-via-mqtt-and-node-red/control-your-iot-cloud-kit-via-mqtt-and-node-red.md +++ b/content/tutorials/projects/control-your-iot-cloud-kit-via-mqtt-and-node-red/control-your-iot-cloud-kit-via-mqtt-and-node-red.md @@ -15,7 +15,7 @@ source: "https://create.arduino.cc/projecthub/officine-innesto/control-your-iot- ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [MQTT](http://mqtt.org/) - [Node-RED](https://nodered.org/) diff --git a/content/tutorials/projects/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud.md b/content/tutorials/projects/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud.md index 1c709a7f01..8473aa1692 100644 --- a/content/tutorials/projects/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud.md +++ b/content/tutorials/projects/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud/full-control-of-your-tv-using-alexa-and-arduino-iot-cloud.md @@ -19,7 +19,7 @@ source: "https://create.arduino.cc/projecthub/313276/full-control-of-your-tv-usi ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino Cloud](https://cloud.arduino.cc) - [Arduino Amazon Alexa Official Arduino Skill](https://www.amazon.com/Arduino-LLC/dp/B07ZT2PK2H) @@ -86,9 +86,9 @@ Here it is what the *Properties* view of our Thing should look like at this poin -### Part 3: Arduino Web Editor +### Part 3: Arduino Cloud Editor -The time has come to click on the "EDIT SKETCH" button, which will take us the Web Editor, where we can add some custom code to the Sketch automatically generated by IoT Cloud. +The time has come to click on the "EDIT SKETCH" button, which will take us the Cloud Editor, where we can add some custom code to the Sketch automatically generated by IoT Cloud. The first thing we have to include is the [IR Remote](https://github.com/z3t0/Arduino-IRremote) library, by Ken Shirriff. diff --git a/content/tutorials/projects/i2s-theremin/i2s-theremin.md b/content/tutorials/projects/i2s-theremin/i2s-theremin.md index 9bc73b0571..0e89a1c364 100644 --- a/content/tutorials/projects/i2s-theremin/i2s-theremin.md +++ b/content/tutorials/projects/i2s-theremin/i2s-theremin.md @@ -20,7 +20,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/i2s-theremin-cec47 ## Apps and Online Services - [Arduino IDE](https://www.arduino.cc/en/main/software) -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project diff --git a/content/tutorials/projects/localize-your-board-with-an-sms/localize-your-board-with-an-sms.md b/content/tutorials/projects/localize-your-board-with-an-sms/localize-your-board-with-an-sms.md index 0e9123d822..5a16545f20 100644 --- a/content/tutorials/projects/localize-your-board-with-an-sms/localize-your-board-with-an-sms.md +++ b/content/tutorials/projects/localize-your-board-with-an-sms/localize-your-board-with-an-sms.md @@ -50,7 +50,7 @@ Following a detailed description of the Sketch; the first code section is used t **MKRGSM** include all the GSM connection, localization and SMS management functionalities, this are available through the object **GSMClient, GPRS, GSM** and **GSMLocation,** the SMS management APIs are available through the object **GSM_SMS**, the header **ArduinoLowPower** import the APIs that allow low power management of the Board's module. -If you download the code from the Web Editor, you will find an **arduino_secrets.h** file that includes the sensible data like **PIN, APN, user** and **password.** On the web editor, you have to fill the sensible data in the Secrets Tab. +If you download the code from the Cloud Editor, you will find an **arduino_secrets.h** file that includes the sensible data like **PIN, APN, user** and **password.** On the Cloud Editor, you have to fill the sensible data in the Secrets Tab. ```arduino // include the GSM library diff --git a/content/tutorials/projects/make-it-rain-clap-machine/make-it-rain-clap-machine.md b/content/tutorials/projects/make-it-rain-clap-machine/make-it-rain-clap-machine.md index e52c855e5e..6740994695 100644 --- a/content/tutorials/projects/make-it-rain-clap-machine/make-it-rain-clap-machine.md +++ b/content/tutorials/projects/make-it-rain-clap-machine/make-it-rain-clap-machine.md @@ -29,7 +29,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/make-it-rain-clap- ## Apps and Online Services - [Arduino IDE](https://www.arduino.cc/en/main/software) -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) ## About This Project diff --git a/content/tutorials/projects/scheduled-relays/scheduled-relays.md b/content/tutorials/projects/scheduled-relays/scheduled-relays.md index e47ce15093..7fced8520c 100644 --- a/content/tutorials/projects/scheduled-relays/scheduled-relays.md +++ b/content/tutorials/projects/scheduled-relays/scheduled-relays.md @@ -15,7 +15,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/scheduled-relays-3 ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino IDE](https://www.arduino.cc/en/main/software) ## About This Project diff --git a/content/tutorials/projects/sd-sketch-update/sd-sketch-update.md b/content/tutorials/projects/sd-sketch-update/sd-sketch-update.md index 96e025916f..b6adc6b3c7 100644 --- a/content/tutorials/projects/sd-sketch-update/sd-sketch-update.md +++ b/content/tutorials/projects/sd-sketch-update/sd-sketch-update.md @@ -16,7 +16,7 @@ source: "https://create.arduino.cc/projecthub/Arduino_Genuino/sd-sketch-update-5 ## Apps and Online Services -- [Arduino Web Editor](https://create.arduino.cc/editor) +- [Arduino Cloud Editor](https://create.arduino.cc/editor) - [Arduino IDE](https://www.arduino.cc/en/main/software) ## About This Project diff --git a/content/tutorials/projects/smart-dumpster/smart-dumpster.md b/content/tutorials/projects/smart-dumpster/smart-dumpster.md index 3d025640a0..ac80c16d02 100644 --- a/content/tutorials/projects/smart-dumpster/smart-dumpster.md +++ b/content/tutorials/projects/smart-dumpster/smart-dumpster.md @@ -66,7 +66,7 @@ Set up the hardware. Load the sketch onto the board. Launch Blynk application on On the smartphone, you will generate an authorization code that you must include in your sketch. This code will pair your smartphone and your board. -Personalize the sketch with your access credentials populating the **Secrets** tab on the Web Editor, or putting the same information in **arduino_secrets.h** if you downloaded it from the Web Editor and you are using the local Arduino Software (IDE). +Personalize the sketch with your access credentials populating the **Secrets** tab on the Cloud Editor, or putting the same information in **arduino_secrets.h** if you downloaded it from the Cloud Editor and you are using the local Arduino Software (IDE). After the sketch has been loaded onto the board, the connection sequence will start.