Skip to content

Commit ae453e9

Browse files
authored
Update micropython_setup.md
Updating to latest MicroPython firmware beta (v04) for the Pro Micro.
1 parent 80ab194 commit ae453e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/micropython_setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ MicroPython is an application of the Python 3 language that runs on microcontrol
1515
As of this writing, we're waiting on the next release of MicroPython to include UF2 files for the Pro Micro - RP2350 so to get users started before then, we have a Beta release of MicroPython firmware available [here](https://github.com/sparkfun/micropython-rp2350/releases). You can also go directly to the Beta 01 release by clicking the button below:
1616

1717
<center>
18-
[SparkFun MicroPython Beta 01](https://github.com/sparkfun/micropython-rp2350/releases/tag/v1.14-beta.01){ .md-button .md-button--primary}
18+
[SparkFun MicroPython Beta 04](https://github.com/sparkfun/micropython/releases/tag/v1.25.0-preview-beta04){ .md-button .md-button--primary}
1919
</center>
2020

21-
Once downloaded, put the Pro Micro - RP2350 into UF2 bootloader mode and open the location the board appeared as a USB storage device (it should appear as "RP2350"). Next, simply drag and drop the UF2 file into the RP2350 folder and the board should reboot. Next, open up your preferred MicroPython IDE (or command line interface) and you can start interacting with your Pro Micro. Read on to the MicroPython examples section for a few quick examples to make sure everything is working properly.
21+
Once downloaded, put the Pro Micro - RP2350 into UF2 bootloader mode and open the location the board appeared as a USB storage device (it should appear as "RP2350"). Next, simply drag and drop the UF2 file into the RP2350 folder and the board should reboot. Next, open up your preferred MicroPython IDE (or command line interface) and you can start interacting with your Pro Micro. Read on to the MicroPython examples section for a few quick examples to make sure everything is working properly.

0 commit comments

Comments
 (0)