1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Raspberry Pi Pico 2事始め3~Arduino IDEでLチカ~

Last updated at Posted at 2024-09-28

Raspberry Pi Pico 2事始め2~MicroPythonでLチカ~ の続きです。
今回は Arduino IDELチカ をします。

ボードマネージャの登録

ファイル⇒環境設定
image.png
追加のボードマネージャのURL に以下 URL を入力し OKクリック します。
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
image.png
ツール⇒ボード⇒ボードマネージャクリック します。
image.png
ボードマネージャRP2350 と入力し, Raspberry Pi RP2040/RP2350 Boards を選択し, インストールクリック します。
インストール後 閉じる をクリックします。
image.png
ツール⇒ボード⇒Raspberry Pi RP2350 から Raspberry Pi Pico2 を選択します。
image.png

Blinkプログラム

ファイル⇒スケッチ例⇒01.Basic⇒Blinkクリック します。
image.png
ツール⇒シリアルポート⇒UF2 Board ,又は COMxx を選択します。
image.png
image.png
マイコンボードに書き込む➡クリック します。
image.png
ボードへの書込みが完了するとLEDが点滅するようになります。
image.png

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?