From 1bbb5bf8510378e35a872774d128ac506246749b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Fri, 29 Jul 2022 16:08:22 +0200 Subject: [PATCH 1/3] Fix IDE 2 Upload instructions (#300) Updated faulty instructions for uploading sketch to board (IDE 2) --- .../ide-v2-uploading-a-sketch.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md b/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md index 4a46421ddb..c40bdcc1d7 100644 --- a/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md +++ b/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md @@ -36,13 +36,13 @@ Uploading a sketch is quick and easy, but let's take a look at what we need to d ![Verifying and uploading buttons.](assets/uploading-a-sketch-img01.png) -**3.** 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). +**4.** 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)**. -![Successful compilation printed in the console.](assets/uploading-a-sketch-img02.png) +![Selecting the board.](assets/uploading-a-sketch-img03.png) -**4.** Now we know that our code is compiled, and that it is working. Now, before we can upload the code to our board, we will first need to select the board that we are using. 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)**. +**3.** 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). -![Selecting the board.](assets/uploading-a-sketch-img03.png) +![Successful compilation printed in the console.](assets/uploading-a-sketch-img02.png) **5.** With the board selected, we are good to go! Click on the **upload** button, and it will start uploading the sketch to the board. From cc9aec502dbd6b7c58e75cf47790a4cef998cd15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Mon, 1 Aug 2022 09:15:37 +0200 Subject: [PATCH 2/3] Update content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md Co-authored-by: per1234 --- .../02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md b/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md index c40bdcc1d7..3c6b2999d6 100644 --- a/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md +++ b/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md @@ -36,7 +36,7 @@ Uploading a sketch is quick and easy, but let's take a look at what we need to d ![Verifying and uploading buttons.](assets/uploading-a-sketch-img01.png) -**4.** 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)**. +**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)**. ![Selecting the board.](assets/uploading-a-sketch-img03.png) From f9680a1a3cc3518ba05df121f704ba01a603eb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Mon, 1 Aug 2022 09:16:01 +0200 Subject: [PATCH 3/3] Update content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md Co-authored-by: per1234 --- .../02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md b/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md index 3c6b2999d6..0f87e1e91f 100644 --- a/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md +++ b/content/software/ide-v2/tutorials/getting-started/02.ide-v2-uploading-a-sketch/ide-v2-uploading-a-sketch.md @@ -40,7 +40,7 @@ Uploading a sketch is quick and easy, but let's take a look at what we need to d ![Selecting the board.](assets/uploading-a-sketch-img03.png) -**3.** 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). +**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). ![Successful compilation printed in the console.](assets/uploading-a-sketch-img02.png)