Scroll down the webpage and click on the "Getting started with MicroPython" tab.
00:15
Click the "Download UF2 file" button.
00:19
Push and hold the
BOOTSEL
button and plug your Pico into the USB port of your Raspberry Pi or other computer. Release the BOOTSEL
button after your Pico is connected.00:30
The Pico will now mount as a Mass Storage Device called
RPI-RP2
.00:40
Drag and drop the MicroPython UF2 file onto the
Your Pico will reboot. You are now running MicroPython.
RPI-RP2
volume.Your Pico will reboot. You are now running MicroPython.
00:48
main.py
xxx
Terminal
screen /dev/tty.usbmodem0000000000001 115200 >>> led = Pin(25, Pin.OUT) >>> from machine import Pin
Breadboard
Breadboard