Getting Started

Last revision 2026/01/18

This guide offers a step-by-step process to download and install the Arduino IDE and SDK for Raspberry Pi Pico, including adding JSON links and selecting the development board.

Download Arduino IDE

Click into the Arduino website to download the Arduino IDE. Choose the suitable IDE package according to your computer system.

download the Arduino IDE

Download and Install SDK

Add json link

Click the menu "File", then click "Preferences" to enter the Preferences window.

Add json link

Click the icon marked by the arrow in the Preferences window.

Click the icon marked by the arrow in the Preferences window

In the pop-up window, add a json link in a new line:
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

add a json link

Download SDK

Click the drop-down menu as shown in the figure below to enter the "Boards Manager" window.

enter the "Boards Manager" window

Enter "RP2040" in the search box to find and install the SDK named "Raspberry Pi Pico/RP2040", as marked by the arrow in the picture below.

Enter "RP2040" in the search box to find and install the SDK named "Raspberry Pi Pico/RP2040"

Select the Development Board

Click the Tools menu and select the "DFRobot Beetle RP2040" development board as shown in the figure below.

select the "DFRobot Beetle RP2040" development board

The installation of Beetle RP2040 SDK is complete.

Was this article helpful?

TOP