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/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,4 +73,4 @@ Programming an Arduino using MicroPython is a slightly different experience. In
73
73
74
74
Over the years Arduino has released over a hundred different development boards, each different from the other. You choose the board depending on what you want to achieve, e.g. some boards have a Wi-Fi® module allowing you to connect to the Internet, and some have onboard sensors that allow you to record sensor data.
75
75
76
-
-[Next chapter: Introduction to MicroPython](/micropython-course/course/installation)
76
+
-[Next chapter: Introduction to MicroPython](/micropython/micropython-course/course/introduction-python)
description: 'Learn how to install a code editor needed to program your board with MicroPython.'
8
8
---
9
9
10
-
## Goals
11
10
12
-
In this chapter we will go over how to install the prerequisite software: the **code editor** and the **MicroPython firmware installer**, that will enable you to dive into the learning activities of this course.
11
+
In this chapter we will go over how to install the prerequisite software: the **MicroPython firmware installer** and the **Arduino Labs for MicroPython (Code Editor)**. The installer will install a MicroPython firmware on your board, and the code editor will allow you to program the board with MicroPython.
13
12
13
+
## Software Required
14
14
15
15

16
16
17
-
The software you will have installed are:
17
+
Later in this chapter, we'll walk you through the installation process step by step. You can download the required software below, but if you do - please return to this page afterwards for instructions on what to do with them.
18
+
To run MicroPython code on your Arduino board, you will need:
18
19
19
20
-[Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython)
@@ -39,7 +40,7 @@ The **Firmware Installer** program will help install MicroPython on your board.
39
40
40
41
It will automatically download the latest version of the MicroPython firmware and install it on your board, so that all you need to do is to connect the board and press a button.
41
42
42
-
First [download the app here](), and extract the files to a folder on your computer.
43
+
First [download the app here](https://labs.arduino.cc/en/labs/micropython-installer), and extract the files to a folder on your computer.
43
44
44
45
If you're on macOS, move the application to your **Applications** folder.
45
46
@@ -113,4 +114,4 @@ To do this, **tap the reset button twice**, but not too fast (about 1 second bet
113
114
114
115
Congratulations! You’ve completed the installation chapter of MicroPython 101.
115
116
116
-
Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/digital).
117
+
Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython/micropython-course/course/introduction-python).
0 commit comments