Programming Raspberry Pi Pico W
Last updated
Last updated
Download the flash_nuke.uf2 file to your computer from this link .
Press the BOOTSEL button on Pico and while keeping it pressed, connect it to your computer via a USB cable. The Pico should now appear as a mass storage device on your computer with the label RPI-RP2. Copy and paste the flash_nuke.uf2 file into this new drive. Your Pico/Pico W will now restart and all the files in its Flash memory will be erased.
Download MicroPython for Raspberry Pi Pico:
Go to the MicroPython download page for Raspberry Pi Pico: and download the latest version UF2 file.
Load MicroPython onto Pico:
Press and hold the BOOTSEL button on the Pico.
Connect the Pico to your computer using a USB cable.
Release the BOOTSEL button; the Pico should appear as a drive named RPI-RP2
.
Drag and drop the MicroPython UF2 file ( ) onto the RPI-RP2
drive. The Pico will reboot with MicroPython.
Install WPILib:
Download and install WPILib from the .
Follow the platform-specific instructions for Windows, macOS, or Linux.
Download the firmware
Download the firmware from and use the same method as before to load it onto the Pico