You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,13 +122,13 @@ Now you need to flash the `RP2040` and use a simple Micropython script to bridge
122
122
123
123
## Flashing and configuring RP2040
124
124
125
-
# Step 1. Flash Micropython
125
+
###Step 1. Flash Micropython
126
126
127
127
To flash the RP2040, you need to insert a pin in the "reset" small hole, and power-up the device while keeping the Reset button pushed. You can then release the Reset button.
128
128
129
129
RP2040 boots in flash mode, and shows a USB disk. Simply download the latest RPI Pico Micropython firmware (file ending with `.uf2`) from [the official Micropython site](https://micropython.org/download/RPI_PICO/). This was tested with `RPI_PICO-20241025-v1.24.0.uf2`.
130
130
131
-
# Step 2. Use Thonny
131
+
###Step 2. Use Thonny
132
132
133
133
For easy setup, download and install [Thonny](https://thonny.org/):
134
134
@@ -142,7 +142,7 @@ For easy setup, download and install [Thonny](https://thonny.org/):
0 commit comments