0
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?

More than 1 year has passed since last update.

PlatformIOでRP2040-Zeroを動かす

Last updated at Posted at 2023-11-26

最近は値段の安いSeeeduino XIAO RP2040を使うことが多かったのですが、秋葉原ラジオデパートのShigezoneさんでさら安価なRP2040-Zeroが売っていたので購入してみました。
image.png

とりあえず「PlatformIOでXIAO RP2040を動かす」の記事と同じ設定でビルド&書き込みできました。
追記:RP2040-Zeroの設定が追加されたので、そちらを使用するとよいかと思います。

[env:waveshare_rp2040_zero]
platform = raspberrypi
board = waveshare_rp2040_zero
framework = arduino

NEOPIXELおよびピンの番号は違う(というかピン数が多い)ので、こちらを参考にピン番号を変更したところ、LチカおよびNeoPixelで動作を確認できました。
image.png

というわけで苦もなく使えそうですので、こちらのマイコンボードも積極的に使っていきたいと思います。

0
0
0

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
0
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?