Skip to content

Commit 81f72f5

Browse files
authored
Merge pull request #1736 from arduino/karlsoderby/micropython-101-fixes-feb
[MicroPython] 101 course update
2 parents 1a64c37 + 0535105 commit 81f72f5

34 files changed

+23
-22
lines changed

content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Programming an Arduino using MicroPython is a slightly different experience. In
7373

7474
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.
7575

76-
- [Next chapter: Introduction to MicroPython](/micropython-course/course/installation)
76+
- [Next chapter: Introduction to MicroPython](/micropython/micropython-course/course/introduction-python)

content/micropython/02.micropython-course/course/02.installation/installation-tools.md renamed to content/micropython/02.micropython-course/course/01.installation/installation-tools.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,18 @@ title: '2. MicroPython Installation Guide'
77
description: 'Learn how to install a code editor needed to program your board with MicroPython.'
88
---
99

10-
## Goals
1110

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.
1312

13+
## Software Required
1414

1515
![Arduino Labs for MicroPython and the Installer tool](./assets/logo.png)
1616

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:
1819

1920
- [Arduino Lab for MicroPython](https://labs.arduino.cc/en/labs/micropython)
20-
- The [Arduino MicroPython Installer](https://labs.arduino.cc/en/labs/micropython-installer)
21+
- [MicroPython Firmware Installer](https://labs.arduino.cc/en/labs/micropython-installer)
2122

2223
![The Installed Software](./assets/apps-open.png)
2324

@@ -39,7 +40,7 @@ The **Firmware Installer** program will help install MicroPython on your board.
3940

4041
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.
4142

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.
4344

4445
If you're on macOS, move the application to your **Applications** folder.
4546

@@ -113,4 +114,4 @@ To do this, **tap the reset button twice**, but not too fast (about 1 second bet
113114

114115
Congratulations! You’ve completed the installation chapter of MicroPython 101.
115116

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

Comments
 (0)