Skip to content

Commit 2dd0bec

Browse files
authored
Merge pull request #665 from arduino/sebromero/upython-links
Update links in uPython article
2 parents 0ceb7d3 + aa8ffd7 commit 2dd0bec

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/tutorials/generic/micropython-installation/micropython-installation.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ hardware:
1010
- hardware/03.nano/boards/nano-rp2040-connect
1111
- hardware/04.pro/boards/portenta-h7
1212
software:
13-
- Arduino Lab for MicroPython
13+
- ide-v2
14+
1415
author: "Jacob Hylén"
1516
---
1617
## Introduction
@@ -28,8 +29,9 @@ At the end of this guide you will have flashed a new firmware to your Arduino bo
2829
## Requirements
2930

3031
To follow along with this article and get up and running with MicroPython on your board you are gonna require the following material:
31-
- [An Arduino Nano 33 BLE](https://docs.arduino.cc/hardware/nano-33-ble) / [Arduino Nano RP2040 Connect](https://docs.arduino.cc/hardware/nano-rp2040-connect) / [Arduino Portenta H7](https://docs.arduino.cc/hardware/portenta-h7)
32-
- [Arduino Lab for MicroPython IDE](https://docs.arduino.cc/micropython/)
32+
- [An Arduino Nano 33 BLE](/hardware/nano-33-ble) / [Arduino Nano RP2040 Connect](/hardware/nano-rp2040-connect) / [Arduino Portenta H7](/hardware/portenta-h7)
33+
- [Arduino IDE](https://www.arduino.cc/en/main/software)
34+
- [Arduino Lab for MicroPython IDE](https://labs.arduino.cc/en/labs/micropython)
3335
- [Firmware file](https://docs.arduino.cc/micropython/)
3436

3537
## Arduino Nano 33 BLE
@@ -38,7 +40,7 @@ The process for flashing the firmware on the Nano 33 BLE requires to first updat
3840

3941
### Installing the Core
4042

41-
Start by making sure that you have the respective core installed. Open Arduino IDE (not Arduino Lab for MicroPython) and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed.
43+
Start by making sure that you have the respective core installed. Open the [Arduino IDE](https://www.arduino.cc/en/main/software) (not Arduino Lab for MicroPython) and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed. More detailed information about this step can be found [here](/software/ide-v2/tutorials/ide-v2-board-manager).
4244

4345
![Board manager](assets/boardmanager.png)
4446

@@ -211,4 +213,4 @@ With the tool installed execute the following command `dfu-util -a 0 -d 0x2341:0
211213

212214
## Conclusion
213215

214-
You have by now flashed your Arduino board with the firmware required to program it with the MicroPython language, which opens the door to many exciting projects! Have fun exploring the new possibilities of your Arduino board!
216+
You have by now flashed your Arduino board with the firmware required to program it with the MicroPython language, which opens the door to many exciting projects! Have fun exploring the new possibilities of your Arduino board!

0 commit comments

Comments
 (0)