0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Arduino IDE 2.3.2 の使い方

Last updated at Posted at 2022-09-23

Arduino IDE 2.3.2 の使い方です。
次の画面は、M5StackCore2 のサンプルの helloworld.ino を開いたところです。

image.png

インストール

Downloads から
arduino-ide_2.3.2_Linux_64bit.AppImage
をダウンロードします。

実行権限の付与

chmod +x arduino-ide_2.3.2_Linux_64bit.AppImage

Ubuntu では次のライブラリーをインストールします。

sudo apt install libfuse-dev

実行

./arduino-ide_2.3.2_Linux_64bit.AppImage

終了してから、また実行する時も同じです。

./arduino-ide_2.3.2_Linux_64bit.AppImage

M5StackCore2 を使うには、
File -> Preference で
Additional boards manager URLs: に次を入れます。

https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json

image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?