Skip to content

Commit 516bbdc

Browse files
Upload firmware for Arduino Lab for Micropython - [HC-1573] (#392)
* Added 'Upload firmware for Arduino Lab for Micropython' * Update content/Hardware Support/Generic/Upload-firmware-for-Arduino-Lab-for-Micropython.md Co-authored-by: seaxwi <[email protected]> * Feedback updates --------- Co-authored-by: seaxwi <[email protected]>
1 parent 8e0bddc commit 516bbdc

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Upload firmware for Arduino Lab for Micropython
3+
---
4+
5+
These are some reasons you may want to upload firmware for Arduino Lab for Micropython:
6+
7+
- Enable MicroPython on boards that initially come with the Arduino bootloader.
8+
9+
- Restore MicroPython firmware after an Arduino sketch has been flashed.
10+
11+
- Update the MicroPython firmware to a newer version.
12+
13+
## Supported Boards
14+
15+
- Arduino GIGA R1 WiFi
16+
- Arduino Nano 33 BLE Sense
17+
- Arduino Nano ESP32
18+
- Arduino Nano RP2040 Connect
19+
- Arduino Nicla Vision
20+
- Arduino Portenta C33
21+
- Arduino Portenta H7
22+
- Arduino Primo
23+
24+
## Instructions
25+
26+
1. Download the [MicroPython Installer](https://github.com/arduino/lab-micropython-installer/releases/latest) for your operating system:
27+
28+
- **Windows:** Download the `.exe` file labeled 'Windows' and run the installer.
29+
30+
- **macOS:** Download the `.zip` file labeled 'macOS', extract the zip file, and move the application to your Applications folder.
31+
32+
- **Linux:** Download the `.deb` file labeled 'Linux' and install it using your package manager.
33+
- `sudo dpkg -i [file name]`.
34+
35+
- **NuGet Package:** Download the `.nupkg` file if you are using NuGet for package management.
36+
37+
1. Launch the Firmware Installer tool.
38+
39+
1. Let the installer detect your board
40+
41+
![detect board](img/Detect_boards.png)
42+
43+
1. Press the 'Install MicroPython' button.
44+
45+
1. Wait for Installation. After a few seconds, your board will be ready to go!
46+
47+
If the installer doesn't automatically find the MicroPython firmware, you can [download it manually](https://micropython.org/download/?vendor=Arduino).
27.1 KB
Loading

0 commit comments

Comments
 (0)