The Arduino IDE is a software development environment for Raspberry Pi Pico or Pico W. The installed Arduino IDE compiles program code included in purchased assets following the steps below.

  1. Add following the URL into ‘Additional Board Manager URL’ in File > Preferences on the menu bar of Arduino IDE.
  2. https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
    


  3. Search and install ‘Raspberry Pi Pico/RP2040’ in Tools > Board > Boards Manager on the menu bar.
  4. Choose ‘Raspberry Pi Pico’ or ‘Raspberry Pi Pico W’ depending on your board as following in Tools > Board on the menu bar.
  5. When use Raspberry Pi Pico W, choose ‘IPv4+Bluetooth’ as following in Tools > IP/Bluetooth Stack: on the menu bar.
  6. Connect Raspberry Pi Pico to PC by MicroUSB cable. Open the device manager on Windows 10 or 11, and in the case of my Raspberry Pi Pico, automatically be recognized as ‘COM6.’
  7. [In case of displaying no COM port]
    Write the sketch without setting the COM port using Arduino IDE. As a result, the COM port is displayed on Arduino IDE.

  8. To write the created program code to Raspberry Pi Pico, click sketch > Upload.