You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/software/ide-v2/tutorials/ide-v2-board-manager/ide-v2-board-manager.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Installing new boards'
2
+
title: 'Using the Board Manager'
3
3
difficulty: easy
4
4
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.'
5
5
tags:
@@ -22,7 +22,7 @@ You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tut
22
22
23
23
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?
24
24
25
-
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.
25
+
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.
26
26
27
27
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**.
28
28
@@ -34,11 +34,11 @@ Installing a core is quick and easy, but let's take a look at what we need to do
34
34
35
35
**1.** Open the Arduino IDE 2.0.
36
36
37
-
**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.
37
+
**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.
**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.
41
+
**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.
42
42
43
43

0 commit comments