– Go to the below link for download the latest firmware – Look for Pico Raspberry Pi and click to find the latest available firmware – Download the latest xxx.uf2 firmware from the Releases
– Download & Install the Thonny IDE – Open the Thonny and click on Run -> Configure Interpreter – Choose MicroPython (Raspberry Pi Pico) & the PORT for Raspberry Pi Pico
– Write your first program to blink the onboard LED
– Save your MicroPython script on the Pico by giving name as “blink.py“. – Run the script and observe the onboard LED blink, it should started blinking in every half second.