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

More than 1 year has passed since last update.

Arduino Uno R4 MinimaでLチカする

Last updated at Posted at 2023-06-28

経緯

Arduino Uno R4 Minimaが発売された。導入と動作確認をする。

ボードのインストール

ツール→ボード→ボードマネージャ...と辿って、検索欄に「R4」と入力するとArduino Uno R4 Boardsが表示される。
0.png
「インストール」を押してインストールする。

ボードを接続する

IMG_2936.JPG
USB typeCケーブルでパソコンと接続する。

シリアルポートを設定する

8.png
ツール→シリアルポート の中の(Arduino Uno R4 Minima)と表示されているポートを選択する。

サンプルプログラムを読み込む

ファイル→スケッチ例→01.Basics→Blink を選択
7.png

コンパイルして書き込む

マイコンボードに書き込むボタンを押して書き込む。
6.png

Downloadが100%となり書き込めた。
5.png

めでたしめでたし😇

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