Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ Programming an Arduino using MicroPython is a slightly different experience. In

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.

- [Next chapter: Introduction to MicroPython](/micropython-course/course/introduction-python)
- [Next chapter: Introduction to MicroPython](/micropython-course/course/installation)
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ title: '2. MicroPython Installation Guide'
description: 'Learn how to install a code editor needed to program your board with MicroPython.'
---

## Goals
## Software Required

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.


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

The software you will have installed are:
Later in this chapter, we'll walk you through the installation process step by step. You can download the required softwares below, but if do - you please return to this page afterwards for instructions on what to do with them.
To run MicroPython code on your Arduino board, you will need:

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

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

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

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.

First [download the app here](), and extract the files to a folder on your computer.
First [download the app here](https://labs.arduino.cc/en/labs/micropython-installer), and extract the files to a folder on your computer.

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

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

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

Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/digital).
Having trouble? Continue to the troubleshooting section. Otherwise, move on to the [Next chapter](/micropython-course/course/introduction-python).