Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: Francesca Sanfilippo, Karl Söderby & Jacob Hylén
micropython_type: basics
featured: micropython
hero_image: "./hero-banner.png"
hero_position: 1
---

So what do you need to start your first project with MicroPython and Arduino? First, you will need a compatible board. In this page, you will find the compatible boards, with instructions on how to install them.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ tags:
- MicroPython
- Arduino Lab
- OpenMV
hero_position: 1
---

***To download the firmware required to run MicroPython on your Arduino board, visit the [Arduino MicroPython downloads page](/micropython).***
***This article is archived and no longer updated. MicroPython documentation now lives at [docs.arduino.cc/micropython](https://docs.arduino.cc/micropython/).***

[MicroPython](https://micropython.org/) is an implementation of the [Python® programming language](https://www.python.org/) that comes with a subset of the Python® standard library, and is designed **to run on microcontrollers**.

Expand Down