How to Program Raspberry Pi Pico With the Arduino IDE

by EDISON SCIENCE CORNER in Circuits > Microcontrollers

1626 Views, 4 Favorites, 0 Comments

How to Program Raspberry Pi Pico With the Arduino IDE

IMG_20210326_203818_893.jpg
How to Program Pico with Arduino IDE | Raspberry Pi PICO with Arduino IDE

In this tutorial. I am going to show you how to upload code to new raspberry pi pico using Arduino IDE

Things Needed

LRM_EXPORT_20210329_204302.jpg
  • Raspberry pi pico
  • USB cable
  • Arduino IDE

First add the board manager URL for that go to

Open Arduino IDE then go to files preferences and paste this link

https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

On additional board manager URL.

LRM_EXPORT_20210329_204400.jpg

Now go to Tools >Boards >Board Manager

Then search pico in the search box and install it

Now all set. Now we can upload code to pico like any other boards.

1616763563904-01.jpeg