Pico Development Board for Mac

Typically, we cannot find Pico board from “Board” in “Tools”. Because we have not install this board on Arduino IDE yet.

1234

Here are the procedures of Pico board installation.

Open Arduino IDE. Then click Board Managerimage-20230601091859259:

In the search bar, type in Pico and search to install Arduino Mbed OS RP2040 Boards.

When “Install” becomes “REMOVE”,and a prompt pops up, installation is successfully complete.

Now you can find pico board in “Board”!

The following step is extremely essential: Upload Pico firmware that is compatible with arduino. Because arduino IDE cannot burn programs on Pico board if there is no such firmware.

For how, lease refer to the configuration below:

(1)Disconnect Raspberry Pi Pico to computer. Press and hold the white button(BOOTSEL) on Raspberry Pi Pico until the board is linked to PC. (Always remember to hold the button until connection is finished, or else firware fails to be downloaded. )

img

(2)Open Arduino IDE, click FileExamples01.BasicsBlink.

(3)Click ToolsBoardArduino Mbed OS RP2040 BoardsRaspberry Pi Pico.

(4)Upload Sketch Blink to Pico and click image-20230601094348371to compile the code. Done uploading will be displayed after successful uploading.

The indicator on Pico board will blink per second.

image-20230601094438678

Click ToolsPort/dev/cu.sudmodem14101(Raspberry Pi Pico).

NOTE

A. Uploading Sketch via Arduino to Pico for the first time, no port selection required. Yet, every time after that, you need to check whether the port is selected; otherwise the download may fail.

B. Sometimes, Pico board may not work due to firmware missing. At this moment, please upload firmware again.