Introduction: Raspberry Pi Pico LED Blink

Hello,

In this we are going to blink LED using Raspberry Pi Pico

Step 1:

For this we required only Raspberry Pi Pico and USB cable.

So connect USB cable with Pico and insert in computer.

To program Thonny IDE.

Now Let's go for coding.

Step 2: Code

To write and upload program, here i used Thonny IDE.

Open Thonny IDE, if you don't have you can download from here.

Write this code or download from GitHub

Here we are going to blink inbuilt LED.

After writing code, save in raspberry pi pico as a main.py and run the program.

Step 3: Final Result

Final Video