diff --git a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img01.png b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img01.png index 20f8a4e8b3..b896decb57 100644 Binary files a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img01.png and b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img01.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img02.png b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img02.png index 3624762b8b..585532a167 100644 Binary files a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img02.png and b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img02.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img03.png b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img03.png index 3f229048a2..f8a6b3c70b 100644 Binary files a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img03.png and b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img03.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img04.png b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img04.png index 3f4b639bc1..38b6d312ad 100644 Binary files a/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img04.png and b/content/software/ide-v2/tutorials/ide-v2-board-manager/assets/installing-a-core-img04.png differ diff --git a/content/software/ide-v2/tutorials/ide-v2-board-manager/ide-v2-board-manager.md b/content/software/ide-v2/tutorials/ide-v2-board-manager/ide-v2-board-manager.md index bf65136ac8..7dbb3c536c 100644 --- a/content/software/ide-v2/tutorials/ide-v2-board-manager/ide-v2-board-manager.md +++ b/content/software/ide-v2/tutorials/ide-v2-board-manager/ide-v2-board-manager.md @@ -1,5 +1,5 @@ --- -title: 'Installing new boards' +title: 'Using the Board Manager' difficulty: easy description: 'Learn how the new board manager tool works, and how to easily install the boards you want to use in the Arduino IDE 2.0.' tags: @@ -22,7 +22,7 @@ You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tut The board manager is a tool that is used to install different cores on your local computer. So what is a **core**, and why is it necessary that I install one? -Simply explained, a core is written and designed for specific microcontrollers. As Arduino have several different type of boards, they also have different type of microcontrollers. +Simply explained, a core is written and designed for specific microcontrollers. Arduino offers several different types of boards, and these boards may also have different types of microcontrollers. For example, an Arduino UNO has an **ATmega328P**, which uses the **AVR core**, while an Arduino Nano 33 IoT has a **SAMD21** microcontroller, where we need to use the **SAMD core**. @@ -34,11 +34,11 @@ Installing a core is quick and easy, but let's take a look at what we need to do **1.** Open the Arduino IDE 2.0. -**2.** With the editor open, let's take a look at the left column. Here, we can see a couple of icons. Let's click the on the **"computer chip"** icon. +**2.** With the editor open, let's take a look at the left column. Here, we can see a couple of icons. Let's click the on the **Arduino board** icon. ![The board manager.](assets/installing-a-core-img01.png) -**3.** A list will now appear of all available cores. Now let's say we are using an **Nano 33 IoT** board, and we want to install the core. Simply enter the name in the search field, and the right core (SAMD) will appear, where the Nano 33 IoT features in the description. Click on the **"INSTALL"** button. +**3.** A list will now appear of all available cores. Now let's say we are using an **Nano 33 BLE** board, and we want to install the core. Simply enter the name in the search field, and the right core (Mbed OS Nano) will appear, where the Nano 33 BLE features in the description. Click on the **"INSTALL"** button. ![Navigating the board manager.](assets/installing-a-core-img02.png)