Skip to content

Commit c1f4e8c

Browse files
authored
Merge pull request #1013 from arduino/karlsoderby/ide-naming-update
Update IDE nomenclature
2 parents 913e0ce + d4b5dc4 commit c1f4e8c

File tree

51 files changed

+168
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+168
-168
lines changed

content/arduino-cloud/01.getting-started/07.arduino-cloud-cli/arduino-cloud-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ arduino-cloud-cli ota mass-upload --fqbn <deviceFQBN> --device-tags <key0>=<valu
410410
When uploading a sketch using OTA, you will need to compile the binary file (`.bin`) first. This is **not** a feature in the `arduino-cloud-cli`, so you will need to use the following options:
411411

412412
- [Arduino CLI](https://arduino.github.io/arduino-cli/)
413-
- [Arduino IDE 1.8.x or 2.0](https://www.arduino.cc/en/software)
413+
- [Arduino IDE](https://www.arduino.cc/en/software)
414414

415415
#### Compile with Arduino CLI
416416

content/arduino-cloud/02.features/05.sharing-dashboards/sharing-dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to get started with the Arduino Cloud IoT, you can check out [gettin
1919

2020
## Sharing your dashboards
2121

22-
>**Note:** Before we start, let's make sure that we have a **Thing** and **Dashboard** already set up. If you haven't got that set up, head over to the [Setting up the Arduino IoT Cloud in detail]() tutorial.
22+
>**Note:** Before we start, let's make sure that we have a **Thing** and **Dashboard** already set up. If you haven't got that set up, check out the [Getting Started with Arduino IoT Cloud](/arduino-cloud/getting-started/iot-cloud-getting-started) tutorial.
2323
2424
The Arduino IoT Cloud's dashboard feature is a really good tool for sending, receiving and storing data through the cloud. You can now also share your dashboards with other people, so that they can access your devices as well, without having access to your account!
2525

content/arduino-cloud/02.features/07.nodered/nodered-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, we will look into the applications of using Node-RED together
3030
## Hardware & Software Requirements
3131

3232
- [Arduino Create Agent](https://github.com/arduino/arduino-create-agent)
33-
- [Node.js](https://nodejs.org/en/) and [Node-RED installed]()
33+
- [Node.js](https://nodejs.org/en/) and [Node-RED installed](https://nodered.org/)
3434
- An [Arduino account](http://create.arduino.cc/iot).
3535

3636
For this tutorial, you will need a cloud compatible board. You will find all compatible boards in the link below:

content/arduino-cloud/03.tutorials/cloud-environmental-data/cloud-environmental-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Now, we need to add the rest of the variables in a very similar fashion, but cha
105105
| **uvb**\* | float |
106106
| **uvIndex**\* | float |
107107

108-
>**Note:** the `uva`, `uvb` and `uvIndex` variables will only work with the MKR ENV Shield v1. Newer versions does not have the UV sensor. If you have a newer version, do not add these variables. You can read more about the different versions in the this [Arduino Help Center article]().
108+
>**Note:** the `uva`, `uvb` and `uvIndex` variables will only work with the MKR ENV Shield v1. Newer versions does not have the UV sensor. If you have a newer version, do not add these variables. You can read more about the different versions in the this [Arduino Help Center article](https://support.arduino.cc/hc/en-us/articles/360019197540-Different-MKR-ENV-Shield-versions).
109109
110110
When we have added these, the variable list will look something like this:
111111

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/atmel-ice/using-an-atmel-ice-with-the-ide-v2.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: 'Debugging SAM-Based Arduino® Boards with Atmel-ICE'
3-
description: 'Learn how to debug SAM-based Arduino boards using the Atmel-ICE debugger and the Arduino IDE 2.0'
3+
description: 'Learn how to debug SAM-based Arduino boards using the Atmel-ICE debugger and the Arduino IDE 2'
44
tags:
5-
- IDE 2.0
5+
- IDE 2
66
- Debugging
77
- Debugger
88
- Atmel-ICE
@@ -11,20 +11,20 @@ author: 'José Bagur'
1111

1212
## Introduction
1313

14-
In this tutorial, we will learn how to use the [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2.0](https://www.arduino.cc/en/software) for debugging SAM-based Arduino® boards. Using an [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010) board and a simple program, we will learn about the debugging functionalities that are integrated with the debugger tool of the new IDE 2.0.
14+
In this tutorial, we will learn how to use the [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2](https://www.arduino.cc/en/software) for debugging SAM-based Arduino® boards. Using an [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010) board and a simple program, we will learn about the debugging functionalities that are integrated with the debugger tool of the new IDE 2.
1515

1616
## Goals
1717

1818
The goals with this tutorial are:
1919

20-
- Learn how to use an [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2.0](https://www.arduino.cc/en/software) and a SAM-based Arduino® board.
21-
- Learn about the debugging functionalities of the new [Arduino IDE 2.0](https://www.arduino.cc/en/software).
20+
- Learn how to use an [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool with the new [Arduino IDE 2](https://www.arduino.cc/en/software) and a SAM-based Arduino® board.
21+
- Learn about the debugging functionalities of the new [Arduino IDE 2](https://www.arduino.cc/en/software).
2222

2323
## Hardware and Software Needed
2424

2525
The hardware and software used in this tutorial:
2626

27-
- [Arduino IDE 2.0](https://www.arduino.cc/en/software).
27+
- [Arduino IDE 2](https://www.arduino.cc/en/software).
2828
- [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010) board.
2929
- [Atmel-ICE](https://www.microchip.com/DevelopmentTools/ProductDetails/ATATMEL-ICE) development tool.
3030
- 10-pin mini-squid cable (included with the Atmel-ICE development tool)
@@ -95,19 +95,19 @@ We used the SAM port in this tutorial; this means we used the pins **4**, **2**,
9595

9696
> Note: be careful and **double-check the connections between the Atmel-ICE and the MKR WiFi 1010 board SWD interfaces to avoid damaging one or both devices**.
9797
98-
If the SWD interfaces of the debugger and the board are connected properly, a **green LED should turn on in the debugger**. Now that we have both devices, the Atmel-ICE and the MKR WiFi 1010 board, SWD interfaces connected, its time to use the **debugger tool** of the Arduino IDE 2.0.
98+
If the SWD interfaces of the debugger and the board are connected properly, a **green LED should turn on in the debugger**. Now that we have both devices, the Atmel-ICE and the MKR WiFi 1010 board, SWD interfaces connected, its time to use the **debugger tool** of the Arduino IDE 2.
9999

100100
## Using the Debugger Tool
101101

102-
Now that we have our hardware set up, we can learn how to use the IDE 2.0 Debugger Tool main functionalities through the [**Debugging with the Arduino IDE 2.0 tutorial**](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-debugger). This tutorial goes through some key features of the Debugger Tool, and includes pointers to get started.
102+
Now that we have our hardware set up, we can learn how to use the IDE 2 Debugger Tool main functionalities through the [**Debugging with the Arduino IDE 2 tutorial**](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-debugger). This tutorial goes through some key features of the Debugger Tool, and includes pointers to get started.
103103

104-
As explained in the [**Debugging with the Arduino IDE 2.0 tutorial**](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-debugger), before we can use the Debugger Tool of the Arduino IDE 2.0, we need to upload a sketch to our MKR WiFi 1010 board, making sure it is optimized for debugging. Let's try a simple program that blinks the onboard LED of our MKR WiFi 1010 board and changes the value of several variables while running.
104+
As explained in the [**Debugging with the Arduino IDE 2 tutorial**](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-debugger), before we can use the Debugger Tool of the Arduino IDE 2, we need to upload a sketch to our MKR WiFi 1010 board, making sure it is optimized for debugging. Let's try a simple program that blinks the onboard LED of our MKR WiFi 1010 board and changes the value of several variables while running.
105105

106106
### 1. Setting Up
107107

108-
Let's start by opening the Arduino IDE 2.0 and connecting our MKR WiFi 1010 board to our computer with a micro USB cable. The IDE should recognize automatically the board, if so, the board and port should appear as shown in the image below:
108+
Let's start by opening the Arduino IDE 2 and connecting our MKR WiFi 1010 board to our computer with a micro USB cable. The IDE should recognize automatically the board, if so, the board and port should appear as shown in the image below:
109109

110-
![The board and port recognized by the Arduino IDE 2.0.](assets/ide_v2_t1_img05.png)
110+
![The board and port recognized by the Arduino IDE 2.](assets/ide_v2_t1_img05.png)
111111

112112
### 2. Creating the Test Code
113113

@@ -120,7 +120,7 @@ Let's try the example code show below, it is a simple program that blinks the on
120120
This example blinks the onboard LED of an Arduino board and changes
121121
the value of the variables x and y wwhile running. The purpose of
122122
this example is to test the debugging functionalities of the Arduino
123-
IDE 2.0.
123+
IDE 2.
124124
125125
The circuit:
126126
- Arduino MKR WiFi 1010
@@ -153,15 +153,15 @@ void loop() {
153153

154154
Before uploading the code to our board, we must optimize it for debugging. This can be made easily by clicking on the **Sketch** tab and then selecting the option **Optimize for Debbuging**:
155155

156-
![The "Optimize for Debugging" option in the Arduino IDE 2.0](assets/ide_v2_t1_img06.png)
156+
![The "Optimize for Debugging" option in the Arduino IDE 2](assets/ide_v2_t1_img06.png)
157157

158158
With the **Optimize for Debugging** option selected, now its time to upload the code to our board and start debugging it.
159159

160160
### 3. Using the Debugger Tool with the Test Code
161161

162-
We can easily access to the Debugger Tool menu from the left sidebar of the Arduino IDE 2.0 where we can find also the **Board Manager**, **Library Manager**, **Search** and **Sketchbook Explorer**.
162+
We can easily access to the Debugger Tool menu from the left sidebar of the Arduino IDE 2 where we can find also the **Board Manager**, **Library Manager**, **Search** and **Sketchbook Explorer**.
163163

164-
![The debugger tool menu option in the left sidebar of the Arduino IDE 2.0](assets/ide_v2_t1_img07.png)
164+
![The debugger tool menu option in the left sidebar of the Arduino IDE 2](assets/ide_v2_t1_img07.png)
165165

166166
Now, we can see the Debugger Tool menu expanded. Let's start using the debugger tool by selecting the **Start Debugging** button that is located near the **Upload** button:
167167

@@ -187,7 +187,7 @@ As expected, we can see that the value of x increases in one unit while the valu
187187

188188
## Conclusion
189189

190-
In this tutorial, we have learned how to use the Atmel-ICE development tool with the new Arduino IDE 2.0 for debugging SAM-based Arduino® boards. We learn how to connect the SWD interface of the Atmel-ICE development tool with the SWD interface of a MKR WiFi 1010 board. With a simple program, we learned also about the debugging functionalities of the debugger tool of the new Arduino IDE 2.0.
190+
In this tutorial, we have learned how to use the Atmel-ICE development tool with the new Arduino IDE 2 for debugging SAM-based Arduino® boards. We learn how to connect the SWD interface of the Atmel-ICE development tool with the SWD interface of a MKR WiFi 1010 board. With a simple program, we learned also about the debugging functionalities of the debugger tool of the new Arduino IDE 2.
191191

192192
### Troubleshoot
193193

@@ -197,6 +197,6 @@ Sometimes errors occur, there are some common issues we can troubleshoot:
197197
- Arduino board connected to the wrong port.
198198
- Accidental interruption of cable connection of the board or the debugger.
199199
- SWD interfaces of the debugger hardware tool and the board are not connected properly.
200-
- The debugging session in the IDE 2.0 didn't initialize correctly.
200+
- The debugging session in the IDE 2 didn't initialize correctly.
201201

202202
We hope you enjoy the Debugger, and if you are having issues, please report them in [Arduino IDE GitHub repository](https://github.com/arduino/arduino-ide/issues).

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-jlink-setup/mkr-jlink.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: This tutorial teaches you how to set up a MKR board with the Segger
66
---
77

88
## Overview
9-
This tutorial will show you how to debug an Arduino sketch using an Arduino MKR board and the Segger J-Link probe. It will go through how to connect these and use the Arduino IDE 2.0 to then debug a sketch.
9+
This tutorial will show you how to debug an Arduino sketch using an Arduino MKR board and the Segger J-Link probe. It will go through how to connect these and use the Arduino IDE 2 to then debug a sketch.
1010

1111
### Required Hardware and Software
12-
- [Arduino IDE 2.0](https://www.arduino.cc/en/software)
12+
- [Arduino IDE 2](https://www.arduino.cc/en/software)
1313
- Segger J-link device ([EDU](https://store.arduino.cc/products/j-link-edu) or [BASE](https://store.arduino.cc/products/j-link-base-compact))
1414
- [Arduino MKR WiFi 1010](https://store.arduino.cc/mkr-wifi-1010) (other boards from the MKR family works as well).
1515
- Soldering equipment
@@ -55,15 +55,15 @@ When the connections have been made, simply power the J-link probe and the MKR v
5555

5656
### Installing the J-Link GDB Server Software
5757

58-
If you haven't already, download and install the [Arduino IDE 2.0](https://www.arduino.cc/en/software), this will be used to debug our sketch. You will also need to download the J-Link GDB Server software, [here](https://www.segger.com/products/debug-probes/j-link/tools/j-link-gdb-server/about-j-link-gdb-server/). The J-Link GDB Server is a remote server for the GNU Debugger (GDB) which allows to use a J-Link probe with GDB or any toolchain which uses GDB as debugging interface, like the Arduino IDE 2.0.
58+
If you haven't already, download and install the [Arduino IDE 2](https://www.arduino.cc/en/software), this will be used to debug our sketch. You will also need to download the J-Link GDB Server software, [here](https://www.segger.com/products/debug-probes/j-link/tools/j-link-gdb-server/about-j-link-gdb-server/). The J-Link GDB Server is a remote server for the GNU Debugger (GDB) which allows to use a J-Link probe with GDB or any toolchain which uses GDB as debugging interface, like the Arduino IDE 2.
5959

6060
> Note: write down where you installed the J-Link GDB Server software in your computer, this install path will be useful in the next step.
6161
62-
### Debugging in Arduino IDE 2.0
62+
### Debugging in Arduino IDE 2
6363

64-
Now we are ready to start debugging our sketch. Connect the power to the MKR board and the J-link to power them up. Start Arduino IDE 2.0 and select your MKR board in the deployable menu where you specify the board and port.
64+
Now we are ready to start debugging our sketch. Connect the power to the MKR board and the J-link to power them up. Start Arduino IDE 2 and select your MKR board in the deployable menu where you specify the board and port.
6565

66-
![Selecting board and port in Arduino IDE 2.0](assets/mkr_jlink_IDE_board_select.png)
66+
![Selecting board and port in Arduino IDE 2](assets/mkr_jlink_IDE_board_select.png)
6767

6868
Then create or open the sketch that you want to debug. If you don't already have a sketch in mind, feel free to use the example sketch found at the end of this tutorial.
6969

@@ -85,17 +85,17 @@ The `"serverpath"` field needs to be set to the path of the "J-Link GDB Server C
8585

8686
When you have finished creating the `debug_custom.json` file, click on the debugging icon.
8787

88-
![Start debug feature in Arduino IDE 2.0](assets/mkr_jlink_IDE_debugging_button.png)
88+
![Start debug feature in Arduino IDE 2](assets/mkr_jlink_IDE_debugging_button.png)
8989

9090
You should see a window similar to the one shown below. Do not close this window, just minimize it and you are now ready to start debugging. You can add breakpoints, inspect variables, halt the execution and more.
9191

92-
![J-link debug window in Arduino IDE 2.0](assets/mkr_jlink_IDE_debugging_window.png)
92+
![J-link debug window in Arduino IDE 2](assets/mkr_jlink_IDE_debugging_window.png)
9393

9494
## Conclusion
9595

96-
In this tutorial you learned how to connect your MKR board to a Segger J-Link probe. And then how to use this setup to debug a sketch with Arduino IDE 2.0.
96+
In this tutorial you learned how to connect your MKR board to a Segger J-Link probe. And then how to use this setup to debug a sketch with Arduino IDE 2.
9797

98-
Now that you have your hardware set up, you can learn how to use the IDE 2.0 Debugger through the Debugging with the [Arduino IDE 2.0 tutorial](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-debugger). This tutorial goes through some key features of the Debugger, and includes pointers to get started.
98+
Now that you have your hardware set up, you can learn how to use the IDE 2 Debugger through the Debugging with the [Arduino IDE 2 tutorial](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-debugger). This tutorial goes through some key features of the Debugger, and includes pointers to get started.
9999

100100
### Example Sketch
101101

content/hardware/02.hero/boards/uno-mini-le/tutorials/uno-mini-le-guide/uno-mini-le-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ The UNO Mini LE can be programmed through the **Classic Arduino IDE 1.8.X**. To
4545

4646
- [Installing classic AVR boards.](/software/ide-v1/tutorials/getting-started/cores/arduino-avr)
4747

48-
### Arduino IDE 2.0.X
48+
### Arduino IDE 2
4949

50-
The UNO Mini LE can be programmed through the **Arduino IDE 2.0.X**. To install your board, you can check out the guide below:
50+
The UNO Mini LE can be programmed through the **Arduino IDE 2**. To install your board, you can check out the guide below:
5151

52-
- [How to use the board manager with the Arduino IDE 2.0](/software/ide-v2/tutorials/ide-v2-board-manager)
52+
- [How to use the board manager with the Arduino IDE 2](/software/ide-v2/tutorials/ide-v2-board-manager)
5353

5454
### Web Editor
5555

content/hardware/02.hero/boards/zero/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bootloader programming.
1010

1111
<Feature title="Embedded Debugger" image="mcu">
1212

13-
The Zero comes with a built-in debugger, which can be used with the Arduino IDE 2.0 version.
13+
The Zero comes with a built-in debugger, which can be used with the Arduino IDE 2 version.
1414

1515
<FeatureLink variant="primary" title="Documentation" url="/tutorials/zero/debugging-with-zero"/>
1616
</Feature>

content/hardware/02.hero/boards/zero/tutorials/debugging-with-zero/debugging-with-zero.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Setting up the Arduino Zero Built-in Debugger Interface'
33
author: 'Karl Söderby'
44
compatible-products: [zero]
5-
description: 'Learn how to set up the Arduino Zero built-in debugger interface, which can be used directly with the IDE 2.0, without any extra hardware.'
5+
description: 'Learn how to set up the Arduino Zero built-in debugger interface, which can be used directly with the IDE 2, without any extra hardware.'
66
tags:
77
- Debugging
88
- Configuration
@@ -12,7 +12,7 @@ For this this tutorial we will be using the Arduino Zero's built-in debugger int
1212

1313
## Requirements
1414

15-
- Arduino IDE 2.0 installed.
15+
- Arduino IDE 2 installed.
1616
- [Arduino Zero](https://store.arduino.cc/arduino-zero)
1717
- Micro USB cable.
1818

@@ -30,9 +30,9 @@ For this this tutorial we will be using the Arduino Zero's built-in debugger int
3030

3131
![Enable "Optimize for Debugging" option.](assets/optimize-debugger.png)
3232

33-
**4.** Your Arduino Zero is now ready to be debugged using the Arduino IDE 2.0.
33+
**4.** Your Arduino Zero is now ready to be debugged using the Arduino IDE 2.
3434

35-
To learn more about using the Debugger, you can continue on to the [main article on Debugging with IDE 2.0](/software/ide-v2/tutorials/ide-v2-debugger). This article goes more in-depth on how to use the different Debugger features, and provides a good overview of the tool.
35+
To learn more about using the Debugger, you can continue on to the [main article on Debugging with IDE 2](/software/ide-v2/tutorials/ide-v2-debugger). This article goes more in-depth on how to use the different Debugger features, and provides a good overview of the tool.
3636

3737
## Conclusion
3838

0 commit comments

Comments
 (0)