Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a8407fd

Browse files
Merge pull request #1022 from arduino/jacobhylen/ide-update
IDE v2.1 Content update
2 parents 4ce9856 + 6deae70 commit a8407fd

25 files changed

+32
-13
lines changed
2.36 KB
Loading[フレーム]
305 KB
Loading[フレーム]

‎content/software/ide-v2/tutorials/01.getting-started-ide-v2/ide-v2-autocomplete-feature.md‎

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'An introductory guide to the Arduino IDE 2.'
55
tags:
66
- Arduino IDE 2
77
- Software Tools
8-
author: 'Karl Söderby'
8+
author: 'Karl Söderby & Jacob Hylén'
99
---
1010

1111
Makers, students & professionals have been using the classic Arduino IDE (Integrated Development Environment) ever since Arduino was born.
@@ -55,9 +55,9 @@ To access your sketchbook, click on the **folder icon** located in the sidebar.
5555

5656
![Boards Manager.](assets/board-manager.png)
5757

58-
With the Boards Manager, you can browse and install packages, or "cores" for your boards. A board package is always required when compiling and uploading code for your board.
58+
With the Boards Manager, you can browse and install packages, or "cores" for your boards. A core is always required when compiling and uploading code for your board.
5959

60-
There are several Arduino board packages available, such as **avr, samd, megaavr** and more.
60+
There are several Arduino cores available, such as **avr, samd, megaavr** and more.
6161

6262
***To learn more about the Boards Manager, visit the [Installing new boards tutorial](/software/ide-v2/tutorials/ide-v2-board-manager).***
6363

@@ -102,7 +102,7 @@ The debugger tool is used to test and **debug** programs, hence the name. It can
102102

103103
![Autocompletion tool.](assets/autocomplete.png)
104104

105-
Autocompletion is a must-have for code editors, and the 2.0 version comes well equipped. When writing code, this is useful to understand more about the elements of the Arduino API.
105+
Autocompletion is a must-have for code editors, and the 2 version comes well equipped. When writing code, this is useful to understand more about the elements of the Arduino API.
106106

107107
Note that you always need to select your board for autocompletion to work.
108108

@@ -114,6 +114,10 @@ Note that you always need to select your board for autocompletion to work.
114114

115115
The Remote Sketchbook feature lets you sync sketches from your [Arduino Cloud](https://cloud.arduino.cc/) sketchbook with your local computer. To enable this feature, you will need to login to your Arduino Cloud account.
116116

117+
You can also create a new cloud sketch directly in the IDE.
118+
119+
![New cloud sketch](./assets/new-cloud.png)
120+
117121
***To learn more about the Remote Sketchbook feature, visit the [Synchronizing Sketches tutorial](/software/ide-v2/tutorials/ide-v2-cloud-sketch-sync).***
118122

119123
### Firmware & Certificate Uploader
@@ -126,7 +130,7 @@ You can upgrade and downgrade the firmware version for your Wi-Fi boards (with a
126130

127131
## Contribute
128132

129-
The Arduino IDE 2 is an open-source project that is free for anyone to download. You can contribute to the project through [donations](https://www.arduino.cc/en/donate/), or by reporting issues at [our GitHub repository](https://github.com/arduino/arduino-ide).
133+
The Arduino IDE 2 is an open-source project that is free for anyone to download. You can contribute to the project through [donations](https://www.arduino.cc/en/donate/), or by reporting issues to [our GitHub repository](https://github.com/arduino/arduino-ide).
130134

131135
## Conclusion
132136

88.3 KB
Loading[フレーム]
140 KB
Loading[フレーム]
247 KB
Loading[フレーム]
86.6 KB
Loading[フレーム]
126 KB
Loading[フレーム]

‎content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Learn the basics of verifying and uploading sketches with the new
55
tags:
66
- Uploading
77
- Basics
8-
author: 'Karl Söderby'
8+
author: 'Karl Söderby & Jacob Hylén'
99
---
1010

1111
## How to Upload a Sketch with the Arduino IDE 2
@@ -36,10 +36,14 @@ Uploading a sketch is quick and easy, but let's take a look at what we need to d
3636

3737
![Verifying and uploading buttons.](assets/uploading-a-sketch-img01.png)
3838

39-
**3.** First, we need to select the board that we are going to use. We can do this by navigating to **Tools > Port > {Board}**. The board(s) that are connected to your computer should appear here, and we need to select it by clicking it. In this case, our board is displayed as **COM17 (Arduino MKR WiFi1010)**.
39+
**3.** But before doing any of that, we should choose what board we are uploading to. Beside the verify and upload button you should see a a drop down menu, this will, in most cases, display Arduino boards that are connected to your computer. If your board is not automatically detected, you can either press "Select other board and port..." in the drop-down and follow the instructions, or go to **Tools > Board** and **Tools > Port** in the toolbar menu to select the board and port manually.
4040

4141
![Selecting the board.](assets/uploading-a-sketch-img03.png)
4242

43+
So connect your board to the computer and select it from the drop down menu. You'll know that there is a connection to the board when the board name appears in **bold**.
44+
45+
![Selecting the board.](assets/uploading-a-sketch-img03.5.png)
46+
4347
**4.** Click on the verify tool (checkmark). Since we are verifying an empty sketch, we can be sure it is going to compile. After a few seconds, we can see the result of the action in the console (black box in the bottom).
4448

4549
![Successful compilation printed in the console.](assets/uploading-a-sketch-img02.png)
164 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /